From patchwork Sat Jun 30 04:20:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] linux-yocto-custom: Remove linux-tools Date: Sat, 30 Jun 2012 04:20:43 -0000 From: Darren Hart X-Patchwork-Id: 30927 Message-Id: <8f8ee34bc932394b05669490cedcc8b1d976f7d0.1341000751.git.dvhart@linux.intel.com> To: Poky , Saul Wold , openembedded-core@lists.openembedded.org, Kishore Bodke Cc: Darren Hart 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. Signed-off-by: Darren Hart Acked-by: 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