Skip to content

Commit f4edd41

Browse files
committed
bitbake.conf: Automatically defer native and nativesdk inherits
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent a17fb9c commit f4edd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta/conf/bitbake.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,8 @@ BB_DEFAULT_UMASK ??= "022"
947947
BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log"
948948
BB_DEFAULT_EVENTLOG ?= "${LOG_DIR}/eventlog/${DATETIME}.json"
949949

950+
BB_DEFER_BBCLASSES = "native nativesdk"
951+
950952
# Setup our default hash policy
951953
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
952954
BB_HASHEXCLUDE_COMMON ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH BBSERVER DL_DIR \

0 commit comments

Comments
 (0)