diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-08 22:02:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-08 22:04:11 +0000 |
commit | b7ff099556d5387465e2cac8e1211ef8a8f5e962 (patch) | |
tree | 0b8b79adea9170a049d8ae2dfe951c19cee8b798 /meta-yocto | |
parent | 184038bedb20f74ba4dcad6ef2d92e87a9ba5f9a (diff) | |
download | poky-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.bb | 36 |
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 @@ | |||
1 | require recipes-kernel/linux-libc-headers/linux-libc-headers.inc | ||
2 | |||
3 | B = "${S}" | ||
4 | |||
5 | PROVIDES = "linux-libc-headers" | ||
6 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" | ||
7 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" | ||
8 | |||
9 | KBRANCH = "standard/base" | ||
10 | SRCREV = "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" | ||
11 | |||
12 | PV = "3.4+git-${SRCPV}" | ||
13 | PR = "r6" | ||
14 | |||
15 | SRCREV_FORMAT ?= "meta_machine" | ||
16 | |||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | ||
18 | |||
19 | # force this to empty to prevent installation failures, we aren't | ||
20 | # building a device tree as part of kern headers | ||
21 | KERNEL_DEVICETREE = "" | ||
22 | |||
23 | inherit kernel-arch | ||
24 | |||
25 | # The following tasks are not required when we just want | ||
26 | # headers. So we override and stub them out. | ||
27 | do_kernel_configme() { | ||
28 | } | ||
29 | |||
30 | do_patch () { | ||
31 | } | ||
32 | |||
33 | do_kernel_configcheck () { | ||
34 | } | ||
35 | |||
36 | BBCLASSEXTEND = "nativesdk" | ||