diff options
| -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" | ||
