diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-06-12 12:41:09 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-15 15:12:43 +0100 |
commit | de4bd3767c18a9ab29282e74a3353c684dbd763c (patch) | |
tree | dcb45d9abffac0f4e558612a5b35ee569386a14f /meta/recipes-kernel | |
parent | d51d204e9cd9f3960d63ee568611b6d8c639cbd4 (diff) | |
download | poky-de4bd3767c18a9ab29282e74a3353c684dbd763c.tar.gz |
linux-yocto/3.4: create linux-yocto-rt recipe
Adding the 3.4 variant of the linux-yocto-rt recipe. This updates
to 3.4.1-rt9, and builds and boots on the supported targets.
(From OE-Core rev: 7f007994cbc5f188439ad2b26f60dbcc1c2763bd)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 32 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
2 files changed, 33 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb new file mode 100644 index 0000000000..81730ea085 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -0,0 +1,32 @@ | |||
1 | inherit kernel | ||
2 | require recipes-kernel/linux/linux-yocto.inc | ||
3 | |||
4 | KBRANCH = "standard/preempt-rt/base" | ||
5 | KBRANCH_qemuppc = "standard/preempt-rt/qemu-ppc32" | ||
6 | |||
7 | LINUX_VERSION ?= "3.4.1" | ||
8 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
9 | |||
10 | KMETA = "meta" | ||
11 | |||
12 | SRCREV_machine ?= "9dc5e97d144abb03deec411acb9c64883602cff9" | ||
13 | SRCREV_machine_qemuppc ?= "241a41d6104df6916280f1273894bbd7fa7cdd71" | ||
14 | SRCREV_meta ?= "aa226dcc5a1351fae49da40d77b718c4c3a76e7c" | ||
15 | |||
16 | PR = "r0" | ||
17 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
18 | |||
19 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
20 | |||
21 | # Omit broken machines from COMPATIBLE_MACHINE | ||
22 | # qemuppc hangs at boot | ||
23 | # qemumips panics at boot | ||
24 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)" | ||
25 | |||
26 | # Functionality flags | ||
27 | KERNEL_FEATURES = "features/netfilter" | ||
28 | KERNEL_FEATURES_append = " features/taskstats" | ||
29 | KERNEL_FEATURES_append_qemux86 = " cfg/sound" | ||
30 | KERNEL_FEATURES_append_qemux86-64 = " cfg/sound" | ||
31 | |||
32 | require recipes-kernel/linux/linux-tools.inc | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 9205901697..af6130df71 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb | |||
@@ -16,7 +16,7 @@ SRCREV_machine_qemuppc ?= "4988a7e34bccd531b511c57f93358de9fcc672a0" | |||
16 | SRCREV_machine_qemux86 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" | 16 | SRCREV_machine_qemux86 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" |
17 | SRCREV_machine_qemux86-64 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" | 17 | SRCREV_machine_qemux86-64 ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" |
18 | SRCREV_machine ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" | 18 | SRCREV_machine ?= "a8291fa6f723b0182d2b7033b5d59f412ba7cf72" |
19 | SRCREV_meta ?= "978f876e4368cdd0ef781e74ea28a6771bf69b79" | 19 | SRCREV_meta ?= "aa226dcc5a1351fae49da40d77b718c4c3a76e7c" |
20 | 20 | ||
21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" | 21 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |
22 | 22 | ||