From 520b36fe4103de586044c4616289449f97ce5858 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 8 Apr 2014 10:05:47 -0700 Subject: dev-manual: Updated the "Class Methods" section. Fixes [YOCTO #5554] Removed the final bulleted item. Changed the wording on the first to account for the manifest file. (From yocto-docs rev: 50e7557032a0dbf4bc2144e9d4f9a4e1a1726d6d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f335ee7298..4a3c020b83 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5964,9 +5964,7 @@ hasPackage(pkg): Returns "True" if pkg is in the installed package list of the image, which is based - on - ${WORKDIR}/installed_pkgs.txt - that is generated during the + on the manifest file that is generated during the do.rootfs task. hasFeature(feature): @@ -5975,12 +5973,6 @@ or DISTRO_FEATURES. - restartTarget(params): - Restarts the QEMU image optionally passing - params to the - runqemu script's - qemuparams list (e.g "-m 1024" for - more memory). -- cgit v1.2.3-54-g00ecf