From: zangrc Date: Thu, 15 Oct 2020 03:47:29 +0000 (+0800) Subject: classes: Fixed the problem of undefined variables when compiling meta-toolchain. X-Git-Tag: 2020-10-gatesgarth~58 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1a566f1685258bdd6da50c8d2183ff21bed41bb3;p=openembedded-core.git classes: Fixed the problem of undefined variables when compiling meta-toolchain. The product name when compiling meta-toolchain is: poky-glibc-x86_64-${IMAGE_BASENAME}-cortexa57-qemuarm64-toolchain-3.1+snapshot.host.manifest poky-glibc-x86_64-${IMAGE_BASENAME}-cortexa57-qemuarm64-toolchain-3.1+snapshot.target.manifest poky-glibc-x86_64-${IMAGE_BASENAME}-cortexa57-qemuarm64-toolchain-3.1+snapshot.testdata.json poky-glibc-x86_64--cortexa57-qemuarm64-toolchain-3.1+snapshot.sh inherit image-artifact-names to solve this problem. Signed-off-by: Zang Ruochen Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 61b31d5e5e..49b1833265 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass @@ -1,4 +1,4 @@ -inherit meta image-postinst-intercepts +inherit meta image-postinst-intercepts image-artifact-names # Wildcards specifying complementary packages to install for every package that has been explicitly # installed into the rootfs