summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-kernel
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2012-06-28 19:51:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-03 14:54:56 +0100
commitcf65e4ec8f3a47f4e4f199154adf165d31dfa567 (patch)
treee3ed75949db9aa6bda47680787336b7226aaac9c /meta-skeleton/recipes-kernel
parent7449260c75c9d67ac501cf6a8c5311a13c22ac78 (diff)
downloadpoky-cf65e4ec8f3a47f4e4f199154adf165d31dfa567.tar.gz
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. (From OE-Core rev: 9d27daeafcc6ea892dee0ee5d0816069b04f6771) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton/recipes-kernel')
-rw-r--r--meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb2
1 files changed, 0 insertions, 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 1438ad84d6..55f0c38c03 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"
42PV = "${LINUX_VERSION}+git${SRCPV}" 42PV = "${LINUX_VERSION}+git${SRCPV}"
43 43
44COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" 44COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
45
46require recipes-kernel/linux/linux-tools.inc