Skip to content
Snippets Groups Projects
Commit b61f2dc1 authored by Martin Jansa's avatar Martin Jansa Committed by Steve Sakoman
Browse files

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: default avatarMartin Jansa <martin.jansa@gmail.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.com>
Signed-off-by: default avatarAtharva Nandanwar <atharvanandanwar@outlook.com>
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent f50e0967
No related branches found
No related tags found
No related merge requests found
PACKAGES = ""
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment