On Friday 16 May 2014 12:17:33 Alex J Lennon wrote: > > I think you should probably have meta-iot-devkit as well even if you don't > > use DISTRO = "iot-devkit". > > I added meta-iot-devkit in to bblayers and when I bitbake > iot-devkit-image (MACHINE=clanton, DISTRO=iot-devkit) I get orphaned > bbappends. > > ERROR: No recipes available for: > > /data_drive/imx6/rootfs_builder/sources/meta-intel-iot-devkit/meta-iot-devki > t/recipes-extended/ethtool/ethtool_3.10.bbappend > > /data_drive/imx6/rootfs_builder/sources/meta-intel-iot-devkit/meta-iot-devki > t/recipes-core/busybox/busybox_1.21.1.bbappend ERROR: Command execution > failed: Exited with 1
Are you trying to use these layers with 1.6 / master? Until the devkit-daisy branch was pushed, the devkit was based on 1.5 (dora). > >> The latest build failure was a missing grub which I suppose is to be > >> expected as I'm not using the correct/recommended distro (?) > > > > When you say "missing grub" can you be more specific about the error? > > When I take out meta-iot-devkit and build core-image-minimal for > MACHINE=clanton, DISTRO=iot-devkit I get > > ERROR: Unable to install packages. Command > '/data_drive/imx6/rootfs_builder/buildgalileoiot2/tmp/sysroots/i686-linux/us > r/bin/smart > --data-dir=/data_drive/imx6/rootfs_builder/buildgalileoiot2/tmp/work/clanto > n-poky-linux/core-image-minimal-initramfs/1.0-r0/rootfs/var/lib/smart > install -y busybox@i586 initramfs-live-install-efi@i586 > run-postinsts@all initramfs-live-install@i586 udev@i586 > initramfs-live-boot@clanton base-passwd@i586' returned 1: > Loading cache... > Updating cache... ######################################## > [100%] > > Computing transaction...error: Can't install > initramfs-live-install-1.0-r9@i586: no package provides grub > > There seem to be some grub recipes in meta-clanton-bsp though so... (?) > Maybe if I put meta-intel-iot-devkit back in and sort out the > bbappends... (?) If you get this error, it means there is a grub recipe but no package called "grub" was produced. I don't recieve this error here, but FWIW I don't have a grub ipk package in tmp/deploy/ipk either, so this is expected and it shouldn't be looking for the package. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
