mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
licence_image: Add lic-pkgs IMAGE_FEATURE
Installing license packages is similar to installing -dev or -dbg packages, so let's invent a "lic-pkgs" IMAGE_FEATURE that does so and document it in core-image.bbclass. This image feature only works if LICENSE_CREATE_PACKAGE is set, so refuse to generate an image if the lic-pkgs feature is enabled without LICENSE_CREATE_PACKAGE. (From OE-Core rev: eee8179f5b920d3f8907db23cbc061ed6770a02a) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b59f420dea
commit
72e4483f12
@@ -31,6 +31,8 @@
|
||||
# - post-install-logging
|
||||
# - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs
|
||||
# - dbg-pkgs - debug symbol packages for all installed packages in the rootfs
|
||||
# - lic-pkgs - license packages for all installed pacakges in the rootfs, requires
|
||||
# LICENSE_CREATE_PACKAGE="1" to be set when building packages too
|
||||
# - doc-pkgs - documentation packages for all installed packages in the rootfs
|
||||
# - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass
|
||||
# - ptest-pkgs - ptest packages for all ptest-enabled recipes
|
||||
|
||||
Reference in New Issue
Block a user