diff mbox series

[kirkstone,1/1] populate_sdk_base: inherit nopackages

Message ID SA1P223MB118723F6AB838EA0FCB245EBCB762@SA1P223MB1187.NAMP223.PROD.OUTLOOK.COM
State Under Review
Delegated to: Steve Sakoman
Headers show
Series [kirkstone,1/1] populate_sdk_base: inherit nopackages | expand

Commit Message

Atharva Nandanwar Sept. 30, 2024, 4:41 p.m. UTC
From: Martin Jansa <martin.jansa@gmail.com>
Date: Mon, 30 Sep 2024 11:37:29 -0500

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

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>
---
 meta/classes/populate_sdk_base.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 @@ 
 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