mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
283e9868e72b4308932001f011f9b1b338b018e3
* Add stamps for do_fetch task * Remove empty NOTE messages * Add do_configure task dependecy for DEPENDS handling classes/debian.bbclass: * Add do_package task dependecy for RDEPENDS handling classes/image_ipk.bbclass: * Add do_package task dependecy for recursive RDEPENDS handling classes/package.bbclass: * Add do_package task dependecy for DEPENDS handling classes/rootfs_ipk.bbclass: * Derive image PR from DATE and TIME * Add stamps to do_rootfs task (PR changing will trigger rebuilds instead) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@605 311d38ba-8fff-0310-9ca6-ca027cbcb966
Building An Image === Simply run; source poky-init-build-env bitbake oh-image 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