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).