diff options
author | Vincent Davis Jr <vince@underview.tech> | 2023-11-05 00:18:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 16:49:21 +0000 |
commit | e6342f7b1875ede05dea7ab05e44cd92d0b4e805 (patch) | |
tree | 9030d7a80425ebb9783c8f4dcd320867ac7bda4b /meta/recipes-extended | |
parent | b0a13bb7ed443245b9593aa4a54c570d60095d3f (diff) | |
download | poky-e6342f7b1875ede05dea7ab05e44cd92d0b4e805.tar.gz |
acpica: add nativesdk to BBCLASSEXTEND
Enables use of the iasl compiler on the host
side of a given generated SDK.
via
TOOLCHAIN_HOST_TASK += "nativesdk-acpica"
(From OE-Core rev: 8b56191077ffb7f33061d95c350244e9346a1fb0)
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/acpica/acpica_20230628.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/acpica/acpica_20230628.bb b/meta/recipes-extended/acpica/acpica_20230628.bb index 3b939ad665..b7921516a2 100644 --- a/meta/recipes-extended/acpica/acpica_20230628.bb +++ b/meta/recipes-extended/acpica/acpica_20230628.bb | |||
@@ -49,4 +49,4 @@ RPROVIDES:${PN} += "iasl" | |||
49 | RREPLACES:${PN} += "iasl" | 49 | RREPLACES:${PN} += "iasl" |
50 | RCONFLICTS:${PN} += "iasl" | 50 | RCONFLICTS:${PN} += "iasl" |
51 | 51 | ||
52 | BBCLASSEXTEND = "native" | 52 | BBCLASSEXTEND = "native nativesdk" |