aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-08 22:02:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-08 22:04:11 +0000
commitb7ff099556d5387465e2cac8e1211ef8a8f5e962 (patch)
tree0b8b79adea9170a049d8ae2dfe951c19cee8b798 /meta-yocto
parent184038bedb20f74ba4dcad6ef2d92e87a9ba5f9a (diff)
downloadopenembedded-core-contrib-b7ff099556d5387465e2cac8e1211ef8a8f5e962.tar.gz
linux-libc-headers-yocto: Drop old 3.4+git version
Overriding the kernel headers is bad practise and we have little need of this specific recipe as the outdated version shows so lets drop it. Anyone needing it can find it in the history. (From meta-yocto rev: 5f5b66708f60ce325b6be6cea3eae0daa3f70a90) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb b/meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
deleted file mode 100644
index 8ab4fb18d9..0000000000
--- a/meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb
+++ /dev/null
@@ -1,36 +0,0 @@
-require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
-
-B = "${S}"
-
-PROVIDES = "linux-libc-headers"
-RPROVIDES_${PN}-dev = "linux-libc-headers-dev"
-RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg"
-
-KBRANCH = "standard/base"
-SRCREV = "a1cdb60720c452c3965eaec3ec2cd10f06261cc5"
-
-PV = "3.4+git-${SRCPV}"
-PR = "r6"
-
-SRCREV_FORMAT ?= "meta_machine"
-
-SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
-
-# force this to empty to prevent installation failures, we aren't
-# building a device tree as part of kern headers
-KERNEL_DEVICETREE = ""
-
-inherit kernel-arch
-
-# The following tasks are not required when we just want
-# headers. So we override and stub them out.
-do_kernel_configme() {
-}
-
-do_patch () {
-}
-
-do_kernel_configcheck () {
-}
-
-BBCLASSEXTEND = "nativesdk"