diff options
Diffstat (limited to 'meta-yocto/recipes-kernel/linux-libc-headers')
-rw-r--r-- | meta-yocto/recipes-kernel/linux-libc-headers/linux-libc-headers-yocto_git.bb | 32 |
1 files changed, 7 insertions, 25 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 index 831e4522bb..b4222f14bb 100644 --- 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 | |||
@@ -3,18 +3,17 @@ include recipes-kernel/linux/linux-yocto.inc | |||
3 | 3 | ||
4 | B = "${S}" | 4 | B = "${S}" |
5 | 5 | ||
6 | INHIBIT_DEFAULT_DEPS = "1" | ||
7 | DEPENDS += "unifdef-native" | ||
8 | PROVIDES = "linux-libc-headers" | 6 | PROVIDES = "linux-libc-headers" |
9 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" | 7 | RPROVIDES_${PN}-dev = "linux-libc-headers-dev" |
10 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" | 8 | RPROVIDES_${PN}-dbg = "linux-libc-headers-dbg" |
11 | SRCREV = "21ab5dca134a6bf1316aa59f69f9ee9e091d5702" | ||
12 | KBRANCH ?= "standard/base" | ||
13 | KMETA ?= "meta" | ||
14 | PV = "3.2+git-${SRCPV}" | ||
15 | PR = "r5" | ||
16 | 9 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.2;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | KBRANCH = "standard/base" |
11 | SRCREV = "a1cdb60720c452c3965eaec3ec2cd10f06261cc5" | ||
12 | |||
13 | PV = "3.4+git-${SRCPV}" | ||
14 | PR = "r6" | ||
15 | |||
16 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | ||
18 | 17 | ||
19 | # force this to empty to prevent installation failures, we aren't | 18 | # force this to empty to prevent installation failures, we aren't |
20 | # building a device tree as part of kern headers | 19 | # building a device tree as part of kern headers |
@@ -22,17 +21,6 @@ KERNEL_DEVICETREE = "" | |||
22 | 21 | ||
23 | inherit kernel-arch | 22 | inherit kernel-arch |
24 | 23 | ||
25 | do_configure() { | ||
26 | oe_runmake allnoconfig | ||
27 | } | ||
28 | |||
29 | do_install() { | ||
30 | oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix} | ||
31 | |||
32 | # The ..install.cmd conflicts between various configure runs | ||
33 | find ${D}${includedir} -name ..install.cmd | xargs rm -f | ||
34 | } | ||
35 | |||
36 | # The following tasks are not required when we just want | 24 | # The following tasks are not required when we just want |
37 | # headers. So we override and stub them out. | 25 | # headers. So we override and stub them out. |
38 | do_kernel_configme() { | 26 | do_kernel_configme() { |
@@ -41,12 +29,6 @@ do_kernel_configme() { | |||
41 | do_patch () { | 29 | do_patch () { |
42 | } | 30 | } |
43 | 31 | ||
44 | do_compile () { | ||
45 | } | ||
46 | |||
47 | do_validate_branches () { | ||
48 | } | ||
49 | |||
50 | do_kernel_configcheck () { | 32 | do_kernel_configcheck () { |
51 | } | 33 | } |
52 | 34 | ||