From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gh0-f176.google.com (mail-gh0-f176.google.com [209.85.160.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 28045E006AD for ; Mon, 30 Jul 2012 07:31:17 -0700 (PDT) Received: by ghbz10 with SMTP id z10so5522649ghb.35 for ; Mon, 30 Jul 2012 07:31:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=GaeLgHLkuQbTTRAL4KgLONc3wHy/YZCDs6qdzi0Pq8U=; b=sjosszIZ3m/ij3RzdcPx5Ktt6LxGz/vZOt7+kbCLxWEyaWLB+rXAY4x4yT0o0ngdbk F97NI4OGnmkEjnzGNkcRSFw4BHDhH4T6Dv0ECnLnpIJJuaYIOJrxbD32y495cTIglFLB XOVVOR4mZCyfDVUXqFMclcdn5BO0wG/SowBhQrzqTf3ZoGCirgI5g3h7g819blys6+Mk 4CYBPt6WSGtG6IPnYCG5YBgKB/YoneI4YFU6Ulkx85unbFdIuVMY52jA99EdJFAl6ieX lNhhf9PWxe7r3JHNmsd+d0DZlgCQj+GagPn9rKva6u/mv7fRW7u/8gXlCL3RaW6VdpLf fgOg== Received: by 10.236.177.42 with SMTP id c30mr10158200yhm.37.1343658676651; Mon, 30 Jul 2012 07:31:16 -0700 (PDT) Received: from [10.0.1.54] (nc-184-4-39-191.dhcp.embarqhsd.net. [184.4.39.191]) by mx.google.com with ESMTPS id d21sm1669148yhe.22.2012.07.30.07.31.15 (version=SSLv3 cipher=OTHER); Mon, 30 Jul 2012 07:31:15 -0700 (PDT) Message-ID: <50169AB3.70304@gmail.com> Date: Mon, 30 Jul 2012 10:31:15 -0400 From: Jim Abernathy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: yocto@yoctoproject.org References: <501683DE.5030904@gmail.com> <50168905.4090608@mlbassoc.com> <501690C7.9030605@gmail.com> <50169277.1090400@mlbassoc.com> <5016960E.9060305@gmail.com> <5016985D.7010805@mlbassoc.com> In-Reply-To: <5016985D.7010805@mlbassoc.com> Subject: Re: build error pandaboard on master X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2012 14:31:17 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/30/2012 10:21 AM, Gary Thomas wrote: > On 2012-07-30 08:11, Jim Abernathy wrote: >> On 07/30/2012 09:56 AM, Gary Thomas wrote: >>> On 2012-07-30 07:48, Jim Abernathy wrote: >>>> On 07/30/2012 09:15 AM, Gary Thomas wrote: >>>>> On 2012-07-30 06:53, Jim Abernathy wrote: >>>>>> I'm on master branch trying to build core-image-minimal for the >>>>>> machine "pandaboard". Besides the basics, I put in a license >>>>>> statement for cloud9 into local.conf. >>>>>> >>>>>> My bblayer.conf is as follows: >>>>>> >>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf >>>>>> # changes incompatibly >>>>>> LCONF_VERSION = "5" >>>>>> >>>>>> BBPATH = "${TOPDIR}" >>>>>> BBFILES ?= "" >>>>>> >>>>>> BBLAYERS ?= " \ >>>>>> /home/jim/poky/meta \ >>>>>> /home/jim/poky/meta-yocto \ >>>>>> /home/jim/meta-openembedded/meta-oe \ >>>>>> /home/jim/meta-ti \ >>>>>> " >>>>>> >>>>>> The error I'm getting is: >>>>>> >>>>>> ERROR: ParseError at >>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not >>>>>> inherit file classes/systemd.bbclass >>>>>> >>>>>> Build Configuration: >>>>>> BB_VERSION = "1.15.3" >>>>>> TARGET_ARCH = "arm" >>>>>> TARGET_OS = "linux-gnueabi" >>>>>> MACHINE = "pandaboard" >>>>>> DISTRO = "poky" >>>>>> DISTRO_VERSION = "1.2+snapshot-20120730" >>>>>> TUNE_FEATURES = "armv7a vfp neon cortexa9" >>>>>> TARGET_FPU = "vfp-neon" >>>>>> meta >>>>>> meta-yocto = >>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e" >>>>>> meta-oe = >>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb" >>>>>> meta-ti = >>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a" >>>>>> >>>>>> ERROR: Nothing PROVIDES 'pseudo-native' >>>>> >>>>> Try adding this in local.conf: >>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/" >>>>> >>>> BBMASK by itself didn't solve my particular problem. I'll try the >>>> other suggestions and report back. >>> >>> What other problem do you have? That BBMASK should keep bitbake from >>> trying to parse the recipe mentioned above. >>> >>> Note: I use these layers with Yocto all the time with that mask... >>> >> >> When I just used the statement: >> >> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/" >> >> I got the same error as my original post. > > The only way you could get that same error is if you already have a > BBMASK > statement somewhere and this one is being ignored because of the ?= > assignment. > hmm.. right now I have the build running by using the BB_DANGLINGAPPENDS_WARNONLY = "yes" statement. When that is done, I'll test the BBMASK on a completely new build from scratch and see what I get. Jim A