Module: meta-ti Branch: master Commit: b36393d42d1dfba2c95af5f4034ab3c0a4d5c1f4 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=b36393d42d1dfba2c95af5f4034ab3c0a4d5c1f4
Author: Andreas Müller <[email protected]> Date: Fri Jun 22 01:19:37 2012 +0200 linux.inc: remove require linux-tools.inc linux-tools.inc was removed in oe-core (perf has own package) [1]. [1] http://cgit.openembedded.org/openembedded-core/commit/?id=b485f3e0e55ad62079ed0913970ff0620f4808ea Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 100644 --- a/recipes-kernel/linux/linux.inc +++ b/recipes-kernel/linux/linux.inc @@ -6,9 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" inherit kernel siteinfo -# Try to build & install perf -require recipes-kernel/linux/linux-tools.inc - RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" # Enable OABI compat for people stuck with obsolete userspace _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
