mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
populate_sdk_base: inherit nopackages
Since this bbclass sets PACKAGES = "", inherit the nopackages class to skip the various packaging functions which wouldn't do anything anyway. This fixes errors from buildhistory changes where packages-split would be empty. e.g. meta-toolchain build now fails with: | DEBUG: Executing shell function buildhistory_list_pkg_files | find: ".../meta-toolchain/1.0/packages-split/*": No such file or directory | WARNING: exit code 1 from a shell command. | DEBUG: Python function buildhistory_emit_pkghistory finished (From OE-Core rev: 29ac598c4f754ce5cee59d3360612f661ad02191) Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f0b62cf9a8
commit
93f194acc1
@@ -13,7 +13,7 @@ PACKAGES = ""
|
||||
# SDK processing context. This class happens to be common to these usages.
|
||||
SPDX_MULTILIB_SSTATE_ARCHS = "${@all_multilib_tune_values(d, 'SSTATE_ARCHS')}"
|
||||
|
||||
inherit image-postinst-intercepts image-artifact-names
|
||||
inherit image-postinst-intercepts image-artifact-names nopackages
|
||||
|
||||
# Wildcards specifying complementary packages to install for every package that has been explicitly
|
||||
# installed into the rootfs
|
||||
|
||||
Reference in New Issue
Block a user