cross/crosssdk: Allow deferring of these classes too

(From OE-Core rev: 2e568ba8607a6f65caea891df9bc9341988aaf37)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2025-06-06 17:51:23 +01:00
parent 5d2e514373
commit 98797b59d8
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
# SPDX-License-Identifier: MIT
#
BB_DEFER_BBCLASSES:remove = "cross"
inherit cross
CLASSOVERRIDE = "class-crosssdk"

View File

@ -947,7 +947,7 @@ BB_DEFAULT_UMASK ??= "022"
BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log"
BB_DEFAULT_EVENTLOG ?= "${LOG_DIR}/eventlog/${DATETIME}.json"
BB_DEFER_BBCLASSES = "native nativesdk"
BB_DEFER_BBCLASSES = "native nativesdk cross crosssdk"
# Setup our default hash policy
BB_SIGNATURE_HANDLER ?= "OEBasicHash"