From: Darren Hart Date: Fri, 29 Jun 2012 02:51:31 +0000 (-0700) Subject: linux-yocto-custom: Remove linux-tools X-Git-Tag: yocto-4.0~36549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d27daeafcc6ea892dee0ee5d0816069b04f6771;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto-custom: Remove linux-tools 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 --- diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 1438ad84d64..55f0c38c036 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