From 99a1bf091e0ca5ab44514c26c505ec162be15532 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 2 Oct 2012 07:56:38 -0700 Subject: [PATCH] documentation: poky-ref-manual - Added staticdev-pkgs to list. Document the new staticdev-pkgs IMAGE_FEATURES item. (From yocto-docs rev: 64317edb209b8f9c720c4b1930a0d355d2db6b38) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-features.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml index 1540475b2b..159d56dabc 100644 --- a/documentation/poky-ref-manual/ref-features.xml +++ b/documentation/poky-ref-manual/ref-features.xml @@ -161,6 +161,9 @@ nfs-server: Installs an NFS server. dev-pkgs: Installs development packages (headers and extra library links) for all packages installed in a given image. + staticdev-pkgs: Installs static development + packages (i.e. static libraries containing *.a files) for all + packages installed in a given image. dbg-pkgs: Installs debug symbol packages for all packages installed in a given image. doc-pkgs: Installs documentation packages for all packages