diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-05 05:45:59 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-06 10:23:39 +0100 |
commit | 3b019ed07dadae610daa24dadc08ed393fb4c72b (patch) | |
tree | 9935f105a486b2aeadf96621dcb6b67c972e0fbe | |
parent | 6a77a1dd220bf8f8fbaba4fcd6ceca9da27559d2 (diff) | |
download | poky-3b019ed07dadae610daa24dadc08ed393fb4c72b.tar.gz |
Add doc entry for "ptest-pkgs" in IMAGE_FEATURES list
(From OE-Core rev: e07c5c3792a9bf8faa098b54c61bc5fc41654265)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/core-image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
30 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | 30 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs |
31 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs | 31 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs |
32 | # - doc-pkgs - documentation packages for all installed packages in the rootfs | 32 | # - doc-pkgs - documentation packages for all installed packages in the rootfs |
33 | # - ptest-pkgs - ptest packages for all ptest-enabled recipes | ||
33 | # - read-only-rootfs - tweaks an image to support read-only rootfs | 34 | # - read-only-rootfs - tweaks an image to support read-only rootfs |
34 | # | 35 | # |
35 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" | 36 | FEATURE_PACKAGES_x11 = "packagegroup-core-x11" |