djwillis / meta-raspberrypi

meta-raspberrypi is an OpenEmbedded BSP layer for the Raspberry Pi boards from http://www.raspberrypi.org/.
92 stars 55 forks source link

Creating yocto image with omxplayer fails #65

Closed julianscheel closed 12 years ago

julianscheel commented 12 years ago

I have an issue when building a yocto/poky image with meta-raspberrypi and meta-oe layers which should include omxplayer. I added meta-oe to the bblayers.conf, removed libav from BBMASK and added a IMAGE_INSTALL_append = " omxplayer" to my local.conf. The package build process seems fine, but the do_rootfs step fails. It seems tune2fs does not see any input:

| tune2fs 1.42.1 (17-Feb-2012) | Creating journal inode: done | This filesystem will be automatically checked every 20 mounts or | 0 days, whichever comes first. Use tune2fs -c or -i to override. | 0+0 records in | 0+0 records out | 0 bytes (0 B) copied, 9.905e-06 s, 0.0 kB/s | Error: The location 100% is outside of the device /home/julian/dev/rpi/yoctoProject/raspberryPiBuild/tmp/deploy/images/rpi-basic-image-raspberrypi-20120914172541.rootfs.rpi-sdimg. | ERROR: Function failed: do_rootfs (see /home/julian/dev/rpi/yoctoProject/raspberryPiBuild/tmp/work/raspberrypi-poky-linux-gnueabi/rpi-basic-image-1.0-r0/temp/log.do_rootfs.20666 for further information) ERROR: Task 7 (/home/julian/dev/rpi/yoctoProject/meta-raspberrypi/recipes-core/images/rpi-basic-image.bb, do_rootfs) failed with exit code '1'

The full logfile can be found at http://pastebin.ca/2204282.

I am unsure though if this is related to the meta-oe integration or just related to the rootfs size maybe?

agherzan commented 12 years ago

Fix was merged.

Thank you, Andrei