mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
1f0424a2d3f1277a989d37c18d2630f9e03d8599
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@726 311d38ba-8fff-0310-9ca6-ca027cbcb966
base.bbclass: Remove do_fetch[nostamp] so we don't run the fetch tasks everytime we build an image. WARNING: This will cause all do_fetch's to rerun which will in turn trigger a complete rebuild of everything. To avoid, use http://www.rpsys.net/openzaurus/temp/make_fetch_stamps
Building An Image === Simply run; source poky-init-build-env bitbake oh-image-pda will result in a jffs2 image for the c7x0 series. To build for the 770 change to MACHINE = "nokia770" in build/conf/local.conf NOTE: The above commands must be run in the build directory. Running them anywhere else will cause confusion. Notes: === o Useful Links; OE Homepage and wiki http://openembedded.org Koens PDA page has some nice tips; http://dominion.kabel.utwente.nl/koen/pda/?page=software&sub=bb
Description