[oe-commits] org.oe.dev image.bbclass: Add the mkdir back in a different form. This proves nobody uses USE_DEVFS and we should consider removing it,

rpurdie commit openembedded-commits at lists.openembedded.org
Wed Aug 22 16:43:18 UTC 2007


image.bbclass: Add the mkdir back in a different form. This proves nobody uses USE_DEVFS and we should consider removing it,

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 1fc3f2af2bc1ab6996667fc87696b79af25ad493
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1fc3f2af2bc1ab6996667fc87696b79af25ad493
Files:
1
classes/image.bbclass
Diffs:

#
# mt diff -r98b14503e47a28e2ea274f0efb9dca54e5ce4037 -r1fc3f2af2bc1ab6996667fc87696b79af25ad493
#
# 
# 
# patch "classes/image.bbclass"
#  from [595cc43abdb263656c0634c60c8284c213ab4af9]
#    to [4de98f478a319e0c9de999d79c0bf5a753f37a10]
# 
============================================================
--- classes/image.bbclass	595cc43abdb263656c0634c60c8284c213ab4af9
+++ classes/image.bbclass	4de98f478a319e0c9de999d79c0bf5a753f37a10
@@ -69,6 +69,7 @@ fakeroot do_rootfs () {
 fakeroot do_rootfs () {
 	set -x
 	rm -rf ${IMAGE_ROOTFS}
+	mkdir -p ${IMAGE_ROOTFS}
 
 	if [ "${USE_DEVFS}" != "1" ]; then
 		for devtable in ${@get_devtable_list(d)}; do






More information about the Openembedded-commits mailing list