From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SkhYQ-0004KH-So for openembedded-core@lists.openembedded.org; Fri, 29 Jun 2012 22:12:35 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q5TK1aXi003421 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 29 Jun 2012 13:01:36 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Fri, 29 Jun 2012 13:01:36 -0700 Message-ID: <4FEE0990.8000301@windriver.com> Date: Fri, 29 Jun 2012 16:01:20 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Darren Hart References: In-Reply-To: Cc: Poky , openembedded-core@lists.openembedded.org Subject: Re: [PATCH 5/5] linux-yocto-custom: Remove linux-tools X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2012 20:12:35 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-06-29 03:54 PM, Darren Hart wrote: > Remove the linux-tools include as perf is now packaged independently. > Without this, including meta-skeleton in bblayers.conf results in a > build failure as linux-tools.inc cannot be found. Good catch. Since I created the recipe, and deleted linux-tools .. you'd think I would have noticed this myself :) Acked-by: Bruce Ashfield > > Signed-off-by: Darren Hart > CC: Bruce Ashfield > CC: Tom Zanussi > --- > meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb > index 1438ad8..55f0c38 100644 > --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb > +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb > @@ -42,5 +42,3 @@ PR = "r0" > PV = "${LINUX_VERSION}+git${SRCPV}" > > COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" > - > -require recipes-kernel/linux/linux-tools.inc