diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-15 11:47:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 12:34:29 +0100 |
commit | 400359f1d229d9e04bfd39669e0fca92fd0c3321 (patch) | |
tree | dfbd7201b8d4bf110a0d5a0b737ac42f56ab1767 /meta/classes/populate_sdk_base.bbclass | |
parent | a6c9ee99b3de4c5c6e9cc42220a27223d3f73fd7 (diff) | |
download | poky-400359f1d229d9e04bfd39669e0fca92fd0c3321.tar.gz |
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.
(From OE-Core rev: 1a566f1685258bdd6da50c8d2183ff21bed41bb3)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | inherit meta image-postinst-intercepts | 1 | inherit meta image-postinst-intercepts image-artifact-names |
2 | 2 | ||
3 | # Wildcards specifying complementary packages to install for every package that has been explicitly | 3 | # Wildcards specifying complementary packages to install for every package that has been explicitly |
4 | # installed into the rootfs | 4 | # installed into the rootfs |