generic-poky/meta/conf
Joshua Lock 971907567c Enable build dir outside of the poky directory
You need to first set up the build directory by sourcing the poky build script,
after that builds can be run in that directory so long as bitbake is in $PATH
removing the need to source the init script for each build.

i.e:
$ . poky-init-build-env ~/my-build
$ bitbake some-image
<<later, in a different shell>>
$ cd ~/my-build
$ export PATH=/path/to/bitbake/bin:$PATH
$ bitbake an-image

This patch also removes use of OEROOT in recipes, etc.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-21 15:39:53 +01:00
..
distro linux_wrs: update SRCREVs for 2.6.34.1 2010-07-21 15:24:54 +01:00
machine qemu/mips: arrange for vmlinux to be bootable 2010-07-19 11:59:51 -04:00
machine-sdk Add i686 SDK machine 2010-03-15 13:00:46 +00:00
abi_version.conf Bump the ABI to alert people that cross has gone 2010-04-28 17:48:08 +01:00
bitbake.conf bitbake.conf: move PSTAGE_DIR and DL_DIR with build output 2010-07-21 15:39:52 +01:00
checksums.ini checksums.ini: added some new entries 2009-02-23 20:44:58 +01:00
documentation.conf Rename FEED_URIS -> IPK_FEED_URIS 2008-10-01 15:42:55 +00:00
layer.conf Enable build dir outside of the poky directory 2010-07-21 15:39:53 +01:00
licenses.conf Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
sanity.conf sanity.bbclass: version each of the files in the build/conf/ directory 2010-06-07 16:16:35 +01:00