diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb | 38 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_2.6.34.bb | 49 |
2 files changed, 0 insertions, 87 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb b/meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb deleted file mode 100644 index 26423255c7..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb +++ /dev/null | |||
| @@ -1,38 +0,0 @@ | |||
| 1 | inherit kernel | ||
| 2 | require recipes-kernel/linux/linux-yocto.inc | ||
| 3 | |||
| 4 | KMACHINE = "common-pc" | ||
| 5 | KMACHINE_qemux86 = "common_pc" | ||
| 6 | KMACHINE_qemux86-64 = "common_pc_64" | ||
| 7 | |||
| 8 | LINUX_VERSION ?= "2.6.34" | ||
| 9 | LINUX_KERNEL_TYPE = "preempt_rt" | ||
| 10 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE_EXTENSION}" | ||
| 11 | |||
| 12 | KMETA = wrs_meta | ||
| 13 | KBRANCH = ${KMACHINE}-${LINUX_KERNEL_TYPE} | ||
| 14 | |||
| 15 | SRCREV_machine_qemux86 = "439602eb6acd53d9beb8493710310214fc7bd749" | ||
| 16 | SRCREV_machine_qemux86-64 = "3c84c45ad3c3592f9c7ff4076de9bee417cd322e" | ||
| 17 | SRCREV_machine = "439602eb6acd53d9beb8493710310214fc7bd749" | ||
| 18 | SRCREV_meta = "e1f85a470934a0cf6abde5d95533e74501822c6b" | ||
| 19 | |||
| 20 | PR = "r3" | ||
| 21 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 22 | |||
| 23 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64)" | ||
| 24 | |||
| 25 | # this performs a fixup on the SRCREV for new/undefined BSPs | ||
| 26 | python __anonymous () { | ||
| 27 | import bb, re, string | ||
| 28 | |||
| 29 | kerntype = string.replace(bb.data.expand("${LINUX_KERNEL_TYPE}", d), "_", "-") | ||
| 30 | d.setVar("LINUX_KERNEL_TYPE_EXTENSION", kerntype) | ||
| 31 | } | ||
| 32 | |||
| 33 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.34.git;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta" | ||
| 34 | |||
| 35 | # Functionality flags | ||
| 36 | KERNEL_FEATURES=features/netfilter | ||
| 37 | |||
| 38 | require recipes-kernel/linux/linux-tools.inc | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.34.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.34.bb deleted file mode 100644 index cbcfa56fec..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_2.6.34.bb +++ /dev/null | |||
| @@ -1,49 +0,0 @@ | |||
| 1 | inherit kernel | ||
| 2 | require linux-yocto.inc | ||
| 3 | |||
| 4 | KMACHINE = "common_pc" | ||
| 5 | KMACHINE_qemux86 = "common_pc" | ||
| 6 | KMACHINE_qemux86-64 = "common_pc_64" | ||
| 7 | KMACHINE_qemuppc = "qemu_ppc32" | ||
| 8 | KMACHINE_qemumips = "mti_malta32_be" | ||
| 9 | KMACHINE_qemuarm = "arm_versatile_926ejs" | ||
| 10 | |||
| 11 | LINUX_VERSION ?= "2.6.34" | ||
| 12 | LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE_EXTENSION}" | ||
| 13 | |||
| 14 | KMETA = wrs_meta | ||
| 15 | KBRANCH = ${KMACHINE}-${LINUX_KERNEL_TYPE_EXTENSION} | ||
| 16 | |||
| 17 | SRCREV_machine_qemuarm = "a2fb081b44d6368eff8d28e2fdb991c61b1f428e" | ||
| 18 | SRCREV_machine_qemumips = "c32d40f960e3c89d07f079bec4c96dcbfc749f0b" | ||
| 19 | SRCREV_machine_qemuppc = "96d6bc31d3caaf62a966255479cc5cee0e76b1e9" | ||
| 20 | SRCREV_machine_qemux86 = "72ca49ab08b8eb475cec82a10049503602325791" | ||
| 21 | SRCREV_machine_qemux86-64 = "72ca49ab08b8eb475cec82a10049503602325791" | ||
| 22 | SRCREV_machine = "72ca49ab08b8eb475cec82a10049503602325791" | ||
| 23 | SRCREV_meta = "ec26387cb168e9e0976999b528b5a9dd62e3157a" | ||
| 24 | |||
| 25 | PR = "r2" | ||
| 26 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 27 | SRCREV_FORMAT = "meta_machine" | ||
| 28 | |||
| 29 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" | ||
| 30 | |||
| 31 | # this performs a fixup on historical kernel types with embedded _'s | ||
| 32 | python __anonymous () { | ||
| 33 | import bb, re, string | ||
| 34 | |||
| 35 | kerntype = string.replace(bb.data.expand("${LINUX_KERNEL_TYPE}", d), "_", "-") | ||
| 36 | d.setVar("LINUX_KERNEL_TYPE_EXTENSION", kerntype) | ||
| 37 | } | ||
| 38 | |||
| 39 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-2.6.34.git;protocol=git;nocheckout=1;branch=${KBRANCH},wrs_meta;name=machine,meta" | ||
| 40 | |||
| 41 | # Functionality flags | ||
| 42 | KERNEL_REVISION_CHECKING ?= "t" | ||
| 43 | KERNEL_FEATURES=features/netfilter | ||
| 44 | |||
| 45 | # extra tasks | ||
| 46 | addtask kernel_link_vmlinux after do_compile before do_install | ||
| 47 | addtask validate_branches before do_patch after do_kernel_checkout | ||
| 48 | |||
| 49 | require linux-tools.inc | ||
