aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/boot-directdisk.bbclass
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-05-10 10:31:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-10 10:25:01 +0100
commit45c7dab5d51065c7b24ab5292f8e9d3104eb0626 (patch)
treef7a3796a957c27e8ab9c5c800e74d99dc7c9e00c /meta/classes/boot-directdisk.bbclass
parent799c16ed317aed7638e264ee2f92e4b722f1b011 (diff)
downloadopenembedded-core-contrib-45c7dab5d51065c7b24ab5292f8e9d3104eb0626.tar.gz
boot-directdisk/bootimg/image-vmdk: remove more nostamps for image generation
We have removed the nostamps for do_rootfs and do_build, so it seems reasonable to remove the stamps for do_bootimg, do_bootdirectdisk and do_vmdkimg. The current problem is that the do_vmdkimg always re-run, but the do_rootfs may not, so the code like below in the do_rootfs function doesn't re-run and cause problems (the symlink exists when the do_vmdkimg creates the symlink again): if d.getVar('IMAGE_LINK_NAME', True): cmds += "\trm -f ${DEPLOY_DIR_IMAGE}/${IMAGE_LINK_NAME}.*" Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/boot-directdisk.bbclass')
-rw-r--r--meta/classes/boot-directdisk.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass
index d265485bb7..2a8823da20 100644
--- a/meta/classes/boot-directdisk.bbclass
+++ b/meta/classes/boot-directdisk.bbclass
@@ -97,4 +97,3 @@ python do_bootdirectdisk() {
}
addtask bootdirectdisk before do_build
-do_bootdirectdisk[nostamp] = "1"