diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-01 15:15:14 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-01 15:15:25 +0300 |
commit | 644c7ebad58b32e6f8966047291eca86b1000a48 (patch) | |
tree | 8e6f6a1b249d52c9a047430b583f3c09244a769f | |
parent | ea603975e9fd7726cc1012a0899117294740d64e (diff) | |
download | meta-raspberrypi-644c7ebad58b32e6f8966047291eca86b1000a48.tar.gz |
linux.inc: Remove reference to linux-tools.inc
linux-tools.inc was removed. More info:
commit b485f3e0e55ad62079ed0913970ff0620f4808ea
Author: Bruce Ashfield <bruce.ashfield@windriver.com>
recipes-kernel: remove linux-tools.inc
perf has been moved to a standalone package, making linux-tools.inc
unecessary. It can now be removed and recipes that included it
updated.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-x | recipes-kernel/linux/linux.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc index 6996283..02f7cef 100755 --- a/recipes-kernel/linux/linux.inc +++ b/recipes-kernel/linux/linux.inc | |||
@@ -6,9 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
6 | 6 | ||
7 | inherit kernel siteinfo | 7 | inherit kernel siteinfo |
8 | 8 | ||
9 | # Try to build & install perf | ||
10 | require recipes-kernel/linux/linux-tools.inc | ||
11 | |||
12 | RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" | 9 | RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" |
13 | 10 | ||
14 | # Enable OABI compat for people stuck with obsolete userspace | 11 | # Enable OABI compat for people stuck with obsolete userspace |