broken firmware build instructions


hede

Member
Joined
Oct 3, 2008
Messages
361
There are instructions on how to build openpandoras firmware at http://pandorawiki.o...ld_instructions


But for me it seems broken.


After:



Code:
[FONT=arial][SIZE=14px]cd <INSTALLDIR>

git clone git://github.com/openpandora/openpandora-oe-environment.git

cd openpandora-oe-environment

./openpandora-setup.sh config

. ~/.oe/environment-openpandora

cd <INSTALLDIR>/openpandora-oe-environment/build

bitbake systemd-core-image[/FONT][/SIZE]




There's some error not finding meta-texasinstruments. That's true, there is no meta-texasinstruments. The whole
meta-texasinstruments-repository seems to be deleted.


meta-ti is the one to use, but it seems to be incompatible.






In openpandora-oe-environment some parts are updated, some are not.






e.g.:



scripts/included-layers.txt -> meta-ti



openpandora-setup.sh -> meta-texasinstruments






so maybe everything is ok for older users, but it seems to be unusable for new ones.
 
ok, maybe it's "Setting up environment" what I want to do. But even that is a broken thing.


It want's to clone git.openembedded.net/bitbake, which is broken atm.


After cloning git://cgit.openembedded.org/bitbake to ${OE_ENV_TOP}/bitbake it seems I do have some kind of build environment.


But not the actual OpenPandora firmware build environment? What to do now? There are no further instrctions, no help.
 
The whole pandora-oe-environment.git and all its dependencies are out-dated.


For example the bitbake revipes are using {HANDHELDS_CVS}, which is offline.


But all the sources are there:



Code:
http://www.openpandora.org/firmware/sources


How can I use them?
 
That's pandora.next. I just wanted to modify my current pandora firmware.


Okay... maybe it's easier to simply use that one. I'll try to find out.
 
Back
Top