diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb index c8a175dad8..61210debf1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | |||
@@ -9,14 +9,14 @@ KMACHINE_qemuppc = "qemu-ppc32" | |||
9 | KMACHINE_qemumips = "mti-malta32-be" | 9 | KMACHINE_qemumips = "mti-malta32-be" |
10 | 10 | ||
11 | KBRANCH = "yocto/standard/preempt-rt/base" | 11 | KBRANCH = "yocto/standard/preempt-rt/base" |
12 | KMETA = meta | 12 | KBRANCH_qemuppc = "yocto/standard/preempt-rt/qemu-ppc32" |
13 | 13 | ||
14 | LINUX_VERSION ?= "3.0" | 14 | LINUX_VERSION ?= "3.0" |
15 | LINUX_KERNEL_TYPE = "preempt-rt" | 15 | LINUX_KERNEL_TYPE = "preempt-rt" |
16 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}" | ||
17 | 16 | ||
18 | SRCREV_machine = "7e1e5b6c8a13c615feb0d7b6d37988a094aae98f" | 17 | SRCREV_machine ?= "67ce0924042a2faa12b71ac3e92175c789c32af6" |
19 | SRCREV_meta = "7782fc673afd6a1c742409896ae787560d96fce8" | 18 | SRCREV_machine_qemuppc ?= "839638f4efda0c70c6f491161ab2c042f5bc3e66" |
19 | SRCREV_meta ?= "13dbce30d6a647228bf5a9483a9b9c2da1514f78" | ||
20 | 20 | ||
21 | PR = "r0" | 21 | PR = "r0" |
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
@@ -30,14 +30,11 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0.git;protocol=git;nocheckou | |||
30 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" | 30 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" |
31 | 31 | ||
32 | # Functionality flags | 32 | # Functionality flags |
33 | KERNEL_REVISION_CHECKING ?= "t" | ||
34 | KERNEL_FEATURES=features/netfilter | 33 | KERNEL_FEATURES=features/netfilter |
35 | KERNEL_FEATURES_append=" features/taskstats" | 34 | KERNEL_FEATURES_append=" features/taskstats" |
36 | KERNEL_FEATURES_append_qemux86=" cfg/sound" | 35 | KERNEL_FEATURES_append_qemux86=" cfg/sound" |
37 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" | 36 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound" |
38 | 37 | ||
39 | YOCTO_KERNEL_META_DATA=t | ||
40 | |||
41 | # extra tasks | 38 | # extra tasks |
42 | addtask kernel_link_vmlinux after do_compile before do_install | 39 | addtask kernel_link_vmlinux after do_compile before do_install |
43 | addtask validate_branches before do_patch after do_kernel_checkout | 40 | addtask validate_branches before do_patch after do_kernel_checkout |