From d67aecffea4fc5a3df386f1381fdbffb734149f1 Mon Sep 17 00:00:00 2001 From: Jesse Zhang Date: Wed, 5 Jun 2013 11:39:34 +0300 Subject: [PATCH] dev-manual: Fixed order for variables in ptest section. The IMAGE_FEATURE and DISTRO_FEATURE are exchanged. Reported-by: Jesse Zhang (From yocto-docs rev: 07b09af0d94fed1812465db39aa89edc2db135d0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ebd12d7240..1cf6969cff 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -3619,8 +3619,8 @@ which is found in the Build Directory: - EXTRA_IMAGE_FEATURES += "ptest" - DISTRO_FEATURES_append = " ptest-pkgs" + DISTRO_FEATURES_append = " ptest" + EXTRA_IMAGE_FEATURES += "ptest-pkgs" Once your build is complete, the ptest files are installed into the /usr/lib/<package>/ptest