summaryrefslogtreecommitdiffstats
path: root/meta/classes/multilib.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-20 14:46:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-22 15:18:11 +0100
commitbb30baceecee69f095104c7a350830f2bf277881 (patch)
tree86c7308b783d225e6899206fe347800770e0c5df /meta/classes/multilib.bbclass
parent8f0c68a7a616c3e2b57cb5dd84b78fbf37116f87 (diff)
downloadpoky-bb30baceecee69f095104c7a350830f2bf277881.tar.gz
sdk: Enable do_populate_sdk with multilibs
This patch enables building image based SDKs for multi-libbed images e.g. lib32-core-image-minimal and so on. Change the path to nativesdk tools to use recipe-sysroot since thats where the nativesdk components are installed and it will need access to qemu wrappers during build for processing intercepts [YOCTO #14444] (From OE-Core rev: 6196a785eababb040ee1dee9f33cb6d6dad77eef) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/multilib.bbclass')
-rw-r--r--meta/classes/multilib.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index 9f726e4537..2ef75c0d16 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -105,7 +105,6 @@ python __anonymous () {
105 d.setVar("LINGUAS_INSTALL", "") 105 d.setVar("LINGUAS_INSTALL", "")
106 # FIXME, we need to map this to something, not delete it! 106 # FIXME, we need to map this to something, not delete it!
107 d.setVar("PACKAGE_INSTALL_ATTEMPTONLY", "") 107 d.setVar("PACKAGE_INSTALL_ATTEMPTONLY", "")
108 bb.build.deltask('do_populate_sdk', d)
109 bb.build.deltask('do_populate_sdk_ext', d) 108 bb.build.deltask('do_populate_sdk_ext', d)
110 return 109 return
111} 110}