On Fri, Feb 10, 2017 at 04:46:02PM +0000, Mihaela Apetroaie-Cristea wrote: > Hello, > > I am trying to build a Beaglebone image using yocto and the meta-ti layer, > but I am getting the following error: > > 0+0 records out > 0 bytes (0 B) copied, 8.3469e-05 s, 0.0 kB/s > + mkfs.ext4 -F > /media/mika/new/poky/build3/tmp/work/beaglebone-poky-linux-gnueabi/core-image-minimal/1.0-r0/data.ext4 > -d > /media/mika/new/poky/build3/tmp/work/beaglebone-poky-linux-gnueabi/core-image-minimal/1.0-r0/data > mke2fs 1.43 (17-May-2016) > Discarding device blocks: > 1024/131072^H^H^H^H^H^H^H^H^H^H^H^H^H > ^H^H^H^H^H^H^H^H^H^H^H^H^Hdone > Creating filesystem with 131072 1k blocks and 32768 inodes > Filesystem UUID: 0b7bc83e-79f0-4136-8426-b56ac37f45bf > Superblock backups stored on blocks: > 8193, 24577, 40961, 57345, 73729 > > Allocating group tables: 0/16^H^H^H^H^H ^H^H^H^H^Hdone > Writing inode tables: 0/16^H^H^H^H^H ^H^H^H^H^Hdone > Creating journal (4096 blocks): done > Copying files into the device: done > Writing superblocks and filesystem accounting information: > 0/16^H^H^H^H^H ^H^H^H^H^Hdone > > + > wks=/media/mika/new/poky/build3/tmp/work/beaglebone-poky-linux-gnueabi/core-image-minimal/1.0-r0/mender-sdimg.wks > + rm -f > /media/mika/new/poky/build3/tmp/work/beaglebone-poky-linux-gnueabi/core-image-minimal/1.0-r0/mender-sdimg.wks > + [ -n ] > + [ -n 4194304 ] > + expr 4194304 / 1024 > + boot_env_align_kb=4096 > + cat > + cat > + > outimgname=/media/mika/new/poky/build3/tmp/deploy/images/beaglebone/core-image-minimal-beaglebone-20170210153152.sdimg > + > wicout=/media/mika/new/poky/build3/tmp/work/beaglebone-poky-linux-gnueabi/core-image-minimal/1.0-r0/deploy-core-image-minimal-image-complete/core-image-minimal-beaglebone-20170210153152-sdimg > + BUILDDIR=/media/mika/new/poky/build3 wic create > /media/mika/new/poky/build3/tmp/work/beaglebone-poky-linux-gnueabi/core-image-minimal/1.0-r0/mender-sdimg.wks > --vars /media/mika/new/poky/build3/tmp/sysroots/beaglebone/imgdata/ $ > Warning: bootloader config not specified, using defaults > Error: Malformed boot file entry: u-boot.bin; > Checking basic build environment... > Done. > > Creating image(s)... > > + bb_exit_handler > + ret=1 > + echo WARNING: exit code 1 from a shell command. > WARNING: exit code 1 from a shell command. > + exit 1 > ERROR: Function failed: do_image_sdimg (log file is located at > /media/mika/new/poky/build3/tmp/work/beaglebone-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_image_sdimg.32746) > > > I am building the image on a Debian Jessie VM, metat-ti and poky are both > morty up to date.
Mihaela, The above code is not coming from meta-ti - e.g. mender and wic for sdimg image creation. -- Denys -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
