diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-13 14:32:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-14 13:39:48 +0000 |
commit | 0b15220f17a07f498e8d82bcd9e237d462f0ef23 (patch) | |
tree | 218629850f4acd222e1c18067d5a482cfc750c32 /meta/conf | |
parent | 8692eebc0051cb494690ddcf6f4698f46eebb660 (diff) | |
download | poky-0b15220f17a07f498e8d82bcd9e237d462f0ef23.tar.gz |
bitbake.conf: remove BOOTSTRAP_EXTRA_* variable defaults
These were for task-bootstrap in OE-Classic and have never been used in
OE-Core.
(From OE-Core rev: f4692afb518f07e17fbd35a2023877b7041abef9)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ea313adca5..b01c69f557 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -552,13 +552,6 @@ SELECTED_OPTIMIZATION[vardeps] += "FULL_OPTIMIZATION DEBUG_OPTIMIZATION" | |||
552 | BUILD_OPTIMIZATION = "-O2 -pipe" | 552 | BUILD_OPTIMIZATION = "-O2 -pipe" |
553 | 553 | ||
554 | ################################################################## | 554 | ################################################################## |
555 | # Bootstrap stuff. | ||
556 | ################################################################## | ||
557 | |||
558 | BOOTSTRAP_EXTRA_RDEPENDS = "" | ||
559 | BOOTSTRAP_EXTRA_RRECOMMENDS = "" | ||
560 | |||
561 | ################################################################## | ||
562 | # Download locations and utilities. | 555 | # Download locations and utilities. |
563 | ################################################################## | 556 | ################################################################## |
564 | 557 | ||