diff options
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r-- | meta/classes/core-image.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index d81f68bd2e..84fd3eeb38 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -31,6 +31,8 @@ | |||
31 | # - post-install-logging | 31 | # - post-install-logging |
32 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | 32 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs |
33 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs | 33 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs |
34 | # - lic-pkgs - license packages for all installed pacakges in the rootfs, requires | ||
35 | # LICENSE_CREATE_PACKAGE="1" to be set when building packages too | ||
34 | # - doc-pkgs - documentation packages for all installed packages in the rootfs | 36 | # - doc-pkgs - documentation packages for all installed packages in the rootfs |
35 | # - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass | 37 | # - bash-completion-pkgs - bash-completion packages for recipes using bash-completion bbclass |
36 | # - ptest-pkgs - ptest packages for all ptest-enabled recipes | 38 | # - ptest-pkgs - ptest packages for all ptest-enabled recipes |