]> code.ossystems Code Review - openembedded-core.git/commit
Shift a few env bits into scripts/bitbake
authorChris Larson <chris_larson@mentor.com>
Thu, 17 Mar 2011 15:31:54 +0000 (08:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Mar 2011 17:50:18 +0000 (17:50 +0000)
commit7f9d6efcaf019eb046c8aa00735f823e3dbc8712
tree292526d9323c174ca84439ad516f0497ebb61c3a
parent568888e38ea5a66371b9fc679df89714807f3cc8
Shift a few env bits into scripts/bitbake

This attempts to separate the bits we *require* to run bitbake with oe-core
via the wrapper script, and which are independent of the build environment
(PSEUDO_DISABLED, PSEUDO_BUILD, BBFETCH2) from those which are more particular
to poky-init-build-env's way of setting things up (e.g. adding MACHINE to
BB_ENV_EXTRAWHITE, relying on OEROOT, etc).  This should make it easier to use
scripts/bitbake with non-standard workflows.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
scripts/bitbake
scripts/poky-env-internal