From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DF77BE01439 for ; Mon, 30 Jul 2012 06:15:45 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 6F2FCF811EE; Mon, 30 Jul 2012 07:15:45 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 1E6F9F811DC; Mon, 30 Jul 2012 07:15:44 -0600 (MDT) Message-ID: <50168905.4090608@mlbassoc.com> Date: Mon, 30 Jul 2012 07:15:49 -0600 From: Gary Thomas 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> In-Reply-To: <501683DE.5030904@gmail.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 13:15:46 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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)/" -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------