[oe-commits] Paul Eggleton : bitbake.conf: remove BOOTSTRAP_EXTRA_* variable defaults

git at git.openembedded.org git at git.openembedded.org
Wed Nov 20 11:09:35 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: f4692afb518f07e17fbd35a2023877b7041abef9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f4692afb518f07e17fbd35a2023877b7041abef9

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Nov 13 14:32:41 2013 +0000

bitbake.conf: remove BOOTSTRAP_EXTRA_* variable defaults

These were for task-bootstrap in OE-Classic and have never been used in
OE-Core.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ea313ad..b01c69f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -552,13 +552,6 @@ SELECTED_OPTIMIZATION[vardeps] += "FULL_OPTIMIZATION DEBUG_OPTIMIZATION"
 BUILD_OPTIMIZATION = "-O2 -pipe"
 
 ##################################################################
-# Bootstrap stuff.
-##################################################################
-
-BOOTSTRAP_EXTRA_RDEPENDS = ""
-BOOTSTRAP_EXTRA_RRECOMMENDS = ""
-
-##################################################################
 # Download locations and utilities.
 ##################################################################
 



More information about the Openembedded-commits mailing list