diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-09-30 11:37:29 -0500 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-10-07 05:43:22 -0700 |
| commit | b61f2dc18a8b928091e4997335be66fa67a5e10d (patch) | |
| tree | 1de59232cb7c93bc86020c4a542c88a5b377bb50 | |
| parent | f50e096795729aaf89af0c9f943bb1935bc0faf5 (diff) | |
| download | poky-b61f2dc18a8b928091e4997335be66fa67a5e10d.tar.gz | |
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: 3b646f322b4ffd5ed520f3815ce0726cf225ced2)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.com>
Signed-off-by: Atharva Nandanwar <atharvanandanwar@outlook.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -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 fb00460172..8e50ce93a5 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | PACKAGES = "" | 1 | PACKAGES = "" |
| 2 | 2 | ||
| 3 | inherit image-postinst-intercepts image-artifact-names | 3 | inherit image-postinst-intercepts image-artifact-names nopackages |
| 4 | 4 | ||
| 5 | # Wildcards specifying complementary packages to install for every package that has been explicitly | 5 | # Wildcards specifying complementary packages to install for every package that has been explicitly |
| 6 | # installed into the rootfs | 6 | # installed into the rootfs |
