Skip to content

Commit

Permalink
genimage.bbclass: use nopackages
Browse files Browse the repository at this point in the history
Instead of randomly deleting some package tasks and setting some to
[noexec], use the nopackages class.

Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
  • Loading branch information
ejoerns authored and Emantor committed Jun 7, 2024
1 parent 2e30d6f commit 1668958
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions classes-recipe/genimage.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# GENIMAGE_COMPRESSION - compress the generated image. Allowed values
# are 'none' for no compression (the default), 'gzip' and 'xz'.

inherit image-artifact-names deploy
inherit nopackages image-artifact-names deploy

LICENSE ?= "MIT"
PACKAGES = ""
Expand Down Expand Up @@ -207,10 +207,4 @@ do_patch[noexec] = "1"
do_compile[noexec] = "1"
do_install[noexec] = "1"
deltask do_populate_sysroot
do_package[noexec] = "1"
deltask do_package_qa
do_packagedata[noexec] = "1"
deltask do_package_write_ipk
deltask do_package_write_deb
deltask do_package_write_rpm

0 comments on commit 1668958

Please sign in to comment.