summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas <douglas.royds@taitradio.com>2020-07-10 18:36:39 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-07-22 22:46:37 +0100
commit8aad156d3f1e0c773b905f3a5ab0f74df512fe75 (patch)
tree43d16e1d534d77d30c6da9c88588e44966d59564
parent4b32bd49fd77d690ba35aaad2e9790fa71073efe (diff)
downloadpoky-8aad156d3f1e0c773b905f3a5ab0f74df512fe75.tar.gz
nativesdk: clear MACHINE_FEATURES
Further to 96c20c9df7: Try to avoid nativesdk recipes accidentally being dependent on MACHINE_FEATURES. (From OE-Core rev: 0cbae5aa12aa8f3e0865d36d665dfd4a5853a691) Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 956e5bd6862ca898143a234aa85cc83b1f2d1807) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/nativesdk.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index 7b75710726..cd389c9c77 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -9,6 +9,7 @@ NATIVESDKLIBC ?= "libc-glibc"
9LIBCOVERRIDE = ":${NATIVESDKLIBC}" 9LIBCOVERRIDE = ":${NATIVESDKLIBC}"
10CLASSOVERRIDE = "class-nativesdk" 10CLASSOVERRIDE = "class-nativesdk"
11MACHINEOVERRIDES = "" 11MACHINEOVERRIDES = ""
12MACHINE_FEATURES = ""
12 13
13MULTILIBS = "" 14MULTILIBS = ""
14 15