From 843e422879eb963afb0aa646ef656e94d6aa484f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 10 May 2013 10:31:45 +0800 Subject: 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}.*" (From OE-Core rev: 45c7dab5d51065c7b24ab5292f8e9d3104eb0626) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/classes/boot-directdisk.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/classes/boot-directdisk.bbclass') 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" -- cgit v1.2.3-54-g00ecf