aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qemu.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-06-02 12:39:03 -0700
committerKhem Raj <raj.khem@gmail.com>2010-06-02 12:39:03 -0700
commit823aa270059259ca619e21a5d9b22e86afb12f3b (patch)
tree010cdfa2740bc281d37ee25cec87afdd4b7c02bf /conf/machine/include/qemu.inc
parent396c84a3000843a30974abbd4e9a1e2f769895af (diff)
downloadopenembedded-823aa270059259ca619e21a5d9b22e86afb12f3b.tar.gz
Revert "qemu.inc: zap_root_password for qemu images."
Its better not to put this was here but in the images if needed. This reverts commit 39a7a0152d5d9a38ab202e11eb2eaab163dc35fa.
Diffstat (limited to 'conf/machine/include/qemu.inc')
-rw-r--r--conf/machine/include/qemu.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc
index 93d2175157..852c12a0fd 100644
--- a/conf/machine/include/qemu.inc
+++ b/conf/machine/include/qemu.inc
@@ -13,5 +13,3 @@ IMAGE_ROOTFS_SIZE_ext2 ?= "230000"
RDEPENDS_kernel-base = ""
EXTRA_IMAGEDEPENDS += "qemu-native"
-
-ROOTFS_POSTPROCESS_COMMAND =+ "zap_root_password"