From f4692afb518f07e17fbd35a2023877b7041abef9 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 13 Nov 2013 14:32:41 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta/conf') 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 @@ -551,13 +551,6 @@ SELECTED_OPTIMIZATION = "${@d.getVar(['FULL_OPTIMIZATION', 'DEBUG_OPTIMIZATION'] SELECTED_OPTIMIZATION[vardeps] += "FULL_OPTIMIZATION DEBUG_OPTIMIZATION" BUILD_OPTIMIZATION = "-O2 -pipe" -################################################################## -# Bootstrap stuff. -################################################################## - -BOOTSTRAP_EXTRA_RDEPENDS = "" -BOOTSTRAP_EXTRA_RRECOMMENDS = "" - ################################################################## # Download locations and utilities. ################################################################## -- cgit 1.2.3-korg