diff options
author | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:47:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-09-26 09:47:06 +0000 |
commit | 2ea41da82043bbe7073e065a7e546b4fcc7b26cb (patch) | |
tree | b6af25be7e2272558326f2265ca0d2b638954983 /meta/classes/rootfs_ipk.bbclass | |
parent | c2e7a8d1d4b3db9d24a8925185e39df701b13fb0 (diff) | |
download | poky-2ea41da82043bbe7073e065a7e546b4fcc7b26cb.tar.gz |
rootfs_ipk: Remove extra rm command to ensure /dev is correctly created
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@762 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 600ec31ce9..ef3a94f4f3 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -25,7 +25,7 @@ IMAGE_LINGUAS ?= "de-de fr-fr en-gb" | |||
25 | 25 | ||
26 | LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVar('IMAGE_LINGUAS', d, 1).split()))}" | 26 | LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVar('IMAGE_LINGUAS', d, 1).split()))}" |
27 | 27 | ||
28 | real_do_rootfs () { | 28 | fakeroot rootfs_ipk_do_rootfs () { |
29 | set -x | 29 | set -x |
30 | 30 | ||
31 | mkdir -p ${IMAGE_ROOTFS}/dev | 31 | mkdir -p ${IMAGE_ROOTFS}/dev |
@@ -113,10 +113,6 @@ log_check() { | |||
113 | 113 | ||
114 | } | 114 | } |
115 | 115 | ||
116 | fakeroot rootfs_ipk_do_rootfs () { | ||
117 | rm -rf ${IMAGE_ROOTFS} | ||
118 | real_do_rootfs | ||
119 | } | ||
120 | 116 | ||
121 | # set '*' as the rootpassword so the images | 117 | # set '*' as the rootpassword so the images |
122 | # can decide if they want it or not | 118 | # can decide if they want it or not |