Op 21 mrt 2011, om 11:29 heeft Sparsh Wid hope het volgende geschreven: > Hi All, > > I'm trying to build poky image for beagle board.
I'll address the 'beagleboard' portion of your question below. > I got the following error- > FATAL: Error when parsing []: file classes/packaged-staging.bbclass not found > in > /home/surya/Surya/pro/POKY/meta-texasinstruments:/home/surya/Surya/pro/POKY/meta > > I followed the steps below- > > 1.Downloaded the source > wget -c > http://git.pokylinux.org/cgit/cgit.cgi/poky/snapshot/poky-laverne-4.0.1.tar.bz2 > > and rename it as POKY. > 2. Get TI's overlay > git clone git://github.com/mrchapp/meta-texasinstruments.git > cd meta-texasinstruments > git checkout -b gitomapzoom --track origin/gitomapzoom That's not a TI overlay, it's an overlay done by someone to add the dspbridge stuff to OE. If you want better beagleboard support, use the following layer: http://gitorious.org/angstrom/angstrom-layers/ If you don't want to manually resolve all the layer dependencies have a look at the scripts mentioned in the readme: http://gitorious.org/angstrom/angstrom-layers/blobs/master/README The 'better' in the above is aimed at hw support like cpufreq, DSP, 1GHz/720MHz, etc. The standard yocto kernel lacks all that because it's focussed at different things like 100% POSIX compliance. regards, Koen > > 3. Copy configuration > cp -p POKY/meta-texasinstruments/conf/misc/local.conf > POKY/build/conf/local.conf > > 4. Build! > cd POKY > source poky-init-build-env > > from the link http://elinux.org/BeagleBoard/Poky > Help me to solve this error. > Thanks in advance > > _______________________________________________ > poky mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/poky _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
