[oe] image.bbclass broken?

Christian Pössinger christian at poessinger.com
Sun Feb 15 14:25:24 UTC 2009


Hello, 

after a recent 'git pull' of the -dev branch I'm not able to create images.

I receive the following error:

| awk: {size = 10240 + $1; print (size > ${IMAGE_ROOTFS_SIZE} ? size :
${IMAGE_ROOTFS_SIZE}) }
| awk:
^ syntax 
| du: write error

Doing a grep for the line I found it:

org.openembedded.dev/classes/image.bbclass:110:
ROOTFS_SIZE=`du -ks ${IMAGE_ROOTFS}|awk '{size = ${IMAGE_EXTRA_SPACE} + $1;
print (size >                  ${IMAGE_ROOTFS_SIZE} ? size :
${IMAGE_ROOTFS_SIZE}) }'`

After replacing image.bbclass with the one from the -stable branch
everything worked again. I run OE on an up-2-date Ubuntu Server 8.10.


Can anyone confirm this behavior?

Best Regards
Christian Pössinger

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3850 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090215/7c956345/attachment-0002.bin>


More information about the Openembedded-devel mailing list