From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 652C7E00B68; Fri, 16 May 2014 05:15:22 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from www.dynamicdevices.co.uk (unknown [89.200.136.37]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 14A62E00975 for ; Fri, 16 May 2014 05:15:18 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by www.dynamicdevices.co.uk (Postfix) with ESMTP id D326F27E01A; Fri, 16 May 2014 12:15:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at lennoab2.miniserver.com Received: from www.dynamicdevices.co.uk ([127.0.0.1]) by localhost (www.dynamicdevices.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TNJ_RNy91POy; Fri, 16 May 2014 12:15:12 +0000 (UTC) Received: from [127.0.0.1] (cpc32-live22-2-0-cust59.17-2.cable.virginm.net [82.36.253.60]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by www.dynamicdevices.co.uk (Postfix) with ESMTPSA id 6C69E27E015; Fri, 16 May 2014 12:15:12 +0000 (UTC) Message-ID: <5376014F.1050303@dynamicdevices.co.uk> Date: Fri, 16 May 2014 13:15:11 +0100 From: Alex J Lennon User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Paul Eggleton References: <1534150.uaW2O1Usg6@peggleto-mobl5.ger.corp.intel.com> <5375F3CD.5000701@dynamicdevices.co.uk> <2554365.06todV85Gf@peggleto-mobl5.ger.corp.intel.com> In-Reply-To: <2554365.06todV85Gf@peggleto-mobl5.ger.corp.intel.com> X-Enigmail-Version: 1.6 Cc: yocto@yoctoproject.org Subject: Re: can one lay hands on a galileo-based dev kit? X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 12:15:22 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 16/05/2014 12:32, Paul Eggleton wrote: > 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). Yes I'm on daisy nowadays - http://pastebin.com/4C8DWHJw >>>> 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. I've just checked out the new devkit-daisy branch and that's built me core-image-minimal successfully with MACHINE=clanton, DISTRO=iot-devkit Many thanks! I'll kick off another build of my mono image for poky and see what happens... Cheers, Alex