All of lore.kernel.org
 help / color / mirror / Atom feed
* image.bbclass broken?
@ 2009-02-15 14:25 Christian Pössinger
  2009-02-16  8:26 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Pössinger @ 2009-02-15 14:25 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

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


[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3850 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-16  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-15 14:25 image.bbclass broken? Christian Pössinger
2009-02-16  8:26 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.