From: Robert P. J. Day Date: Tue, 5 Aug 2014 09:45:59 +0000 (-0400) Subject: Add doc entry for "ptest-pkgs" in IMAGE_FEATURES list X-Git-Tag: 2015-4~2068 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e07c5c3792a9bf8faa098b54c61bc5fc41654265;p=openembedded-core.git Add doc entry for "ptest-pkgs" in IMAGE_FEATURES list Signed-off-by: Robert P. J. Day Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 1b36cba773..67e11bfef3 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass @@ -30,6 +30,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d # - 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 # - doc-pkgs - documentation packages for all installed packages in the rootfs +# - ptest-pkgs - ptest packages for all ptest-enabled recipes # - read-only-rootfs - tweaks an image to support read-only rootfs # FEATURE_PACKAGES_x11 = "packagegroup-core-x11"