diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-06-20 10:31:41 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 12:46:20 +0100 |
commit | b485f3e0e55ad62079ed0913970ff0620f4808ea (patch) | |
tree | 1589e2268531825c7d3ed6458e92e2bfb14c61e7 /meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | |
parent | ab883d0c1a05bd99e97e5d71bc7bed05cb1ae8c8 (diff) | |
download | openembedded-core-b485f3e0e55ad62079ed0913970ff0620f4808ea.tar.gz openembedded-core-b485f3e0e55ad62079ed0913970ff0620f4808ea.tar.bz2 openembedded-core-b485f3e0e55ad62079ed0913970ff0620f4808ea.zip |
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: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb index a07b27acfb..ada66b8a17 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb @@ -28,5 +28,3 @@ KERNEL_FEATURES = "features/netfilter" KERNEL_FEATURES_append = " features/taskstats" KERNEL_FEATURES_append_qemux86 = " cfg/sound" KERNEL_FEATURES_append_qemux86-64 = " cfg/sound" - -require recipes-kernel/linux/linux-tools.inc |