[oe-commits] [openembedded-core] 11/13: bitbake.conf: Drop usage of build/BUILD_SYS and target/TARGET_SYS conf files

git at git.openembedded.org git at git.openembedded.org
Fri Aug 25 13:03:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 671544afbdfdff71eda508e5a7231b07020fb02b
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Aug 24 14:08:45 2017 +0100

    bitbake.conf: Drop usage of build/BUILD_SYS and target/TARGET_SYS conf files
    
    Its been highlighted that TARGET_SYS can be changed by MACHINE and DISTRO files
    so this doesn't work at all today. build/ configuration files also don't see to
    be used. Drop these forms of include files for those reasons and simplfy the code
    slightly.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 334ba23..d4ed894 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -729,10 +729,8 @@ include conf/site.conf
 include conf/auto.conf
 include conf/local.conf
 require conf/multiconfig/${BB_CURRENT_MC}.conf
-include conf/build/${BUILD_SYS}.conf
 include conf/machine/${MACHINE}.conf
 include conf/machine-sdk/${SDKMACHINE}.conf
-include conf/target/${TARGET_SYS}.conf
 include conf/distro/${DISTRO}.conf
 include conf/distro/defaultsetup.conf
 include conf/documentation.conf

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list