diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 27 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 22 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 21 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 37 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.17.bb | 39 |
5 files changed, 0 insertions, 146 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb deleted file mode 100644 index 36a00cf03b..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | KBRANCH ?= "standard/preempt-rt/base" | ||
| 2 | KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" | ||
| 3 | |||
| 4 | require recipes-kernel/linux/linux-yocto.inc | ||
| 5 | |||
| 6 | SRCREV_machine ?= "c75818e2932c3c0444ebebfcc0608fecf2440b92" | ||
| 7 | SRCREV_machine_qemuppc ?= "fc7abf900967db5dea8a8f8648b8a0de7032f8d7" | ||
| 8 | SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
| 11 | |||
| 12 | LINUX_VERSION ?= "3.10.65" | ||
| 13 | |||
| 14 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 15 | |||
| 16 | KMETA = "meta" | ||
| 17 | |||
| 18 | LINUX_KERNEL_TYPE = "preempt-rt" | ||
| 19 | |||
| 20 | COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm|qemuppc|qemumips)" | ||
| 21 | |||
| 22 | # Functionality flags | ||
| 23 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | ||
| 24 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
| 25 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
| 26 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||
| 27 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb deleted file mode 100644 index 3248c4414b..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | KBRANCH ?= "standard/tiny/base" | ||
| 2 | |||
| 3 | require recipes-kernel/linux/linux-yocto.inc | ||
| 4 | |||
| 5 | LINUX_KERNEL_TYPE = "tiny" | ||
| 6 | KCONFIG_MODE = "--allnoconfig" | ||
| 7 | |||
| 8 | LINUX_VERSION ?= "3.10.65" | ||
| 9 | |||
| 10 | KMETA = "meta" | ||
| 11 | |||
| 12 | SRCREV_machine ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" | ||
| 13 | SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793" | ||
| 14 | |||
| 15 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 16 | |||
| 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
| 18 | |||
| 19 | COMPATIBLE_MACHINE = "(qemux86)" | ||
| 20 | |||
| 21 | # Functionality flags | ||
| 22 | KERNEL_FEATURES = "" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb deleted file mode 100644 index 853f8d0289..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | KBRANCH ?= "standard/tiny/base" | ||
| 2 | LINUX_KERNEL_TYPE = "tiny" | ||
| 3 | KCONFIG_MODE = "--allnoconfig" | ||
| 4 | |||
| 5 | require recipes-kernel/linux/linux-yocto.inc | ||
| 6 | |||
| 7 | LINUX_VERSION ?= "3.17.8" | ||
| 8 | |||
| 9 | KMETA = "meta" | ||
| 10 | |||
| 11 | SRCREV_machine ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" | ||
| 12 | SRCREV_meta ?= "f24c2bf9c298595d00a9d8600841f2b0206e1fba" | ||
| 13 | |||
| 14 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 15 | |||
| 16 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | ||
| 17 | |||
| 18 | COMPATIBLE_MACHINE = "(qemux86)" | ||
| 19 | |||
| 20 | # Functionality flags | ||
| 21 | KERNEL_FEATURES = "" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb deleted file mode 100644 index d3cb81662e..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | KBRANCH ?= "standard/base" | ||
| 2 | |||
| 3 | require recipes-kernel/linux/linux-yocto.inc | ||
| 4 | |||
| 5 | # board specific branches | ||
| 6 | KBRANCH_qemuarm ?= "standard/arm-versatile-926ejs" | ||
| 7 | KBRANCH_qemumips ?= "standard/mti-malta32" | ||
| 8 | KBRANCH_qemuppc ?= "standard/qemuppc" | ||
| 9 | KBRANCH_qemux86 ?= "standard/common-pc/base" | ||
| 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | ||
| 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | ||
| 12 | |||
| 13 | SRCREV_machine_qemuarm ?= "7a8c197b86281f9a445e23378fdfeeb4da0c48e9" | ||
| 14 | SRCREV_machine_qemumips ?= "926e71942842a9d1a9f64aae0458b2d777d3bca9" | ||
| 15 | SRCREV_machine_qemuppc ?= "65648fce58a5e095cfe2bf394bc0f6200efb281c" | ||
| 16 | SRCREV_machine_qemux86 ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" | ||
| 17 | SRCREV_machine_qemux86-64 ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" | ||
| 18 | SRCREV_machine_qemumips64 ?= "06d173388a171e7371816d74567fdec994925aa4" | ||
| 19 | SRCREV_machine ?= "a2f2be49cd60b8d022fa47daae0a8293c3066b78" | ||
| 20 | SRCREV_meta ?= "d5456dd830cad14bd844753b751b83744ced3793" | ||
| 21 | |||
| 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | ||
| 23 | |||
| 24 | LINUX_VERSION ?= "3.10.65" | ||
| 25 | |||
| 26 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 27 | |||
| 28 | KMETA = "meta" | ||
| 29 | |||
| 30 | COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" | ||
| 31 | |||
| 32 | # Functionality flags | ||
| 33 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
| 34 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
| 35 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
| 36 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc" | ||
| 37 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb deleted file mode 100644 index f57d9c2002..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_3.17.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | KBRANCH ?= "standard/base" | ||
| 2 | |||
| 3 | require recipes-kernel/linux/linux-yocto.inc | ||
| 4 | |||
| 5 | # board specific branches | ||
| 6 | KBRANCH_qemuarm ?= "standard/arm-versatile-926ejs" | ||
| 7 | KBRANCH_qemuarm64 ?= "standard/qemuarm64" | ||
| 8 | KBRANCH_qemumips ?= "standard/mti-malta32" | ||
| 9 | KBRANCH_qemuppc ?= "standard/qemuppc" | ||
| 10 | KBRANCH_qemux86 ?= "standard/common-pc" | ||
| 11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | ||
| 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | ||
| 13 | |||
| 14 | SRCREV_machine_qemuarm ?= "12991e8ac40c51ef3e337f17f12aa59c6500fc7f" | ||
| 15 | SRCREV_machine_qemuarm64 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" | ||
| 16 | SRCREV_machine_qemumips ?= "1f4735ed314defc95ab9929258ad12844cc2c676" | ||
| 17 | SRCREV_machine_qemuppc ?= "3231dececf867215ecab7c7f9ec3a7a7640a3f32" | ||
| 18 | SRCREV_machine_qemux86 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" | ||
| 19 | SRCREV_machine_qemux86-64 ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" | ||
| 20 | SRCREV_machine_qemumips64 ?= "7005c584078109dae03567e9c597a847a2bc5136" | ||
| 21 | SRCREV_machine ?= "0409b1fbed221e61212e17b7637fa54f908d83f6" | ||
| 22 | SRCREV_meta ?= "f24c2bf9c298595d00a9d8600841f2b0206e1fba" | ||
| 23 | |||
| 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.17.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | ||
| 25 | |||
| 26 | LINUX_VERSION ?= "3.17.8" | ||
| 27 | |||
| 28 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 29 | |||
| 30 | KMETA = "meta" | ||
| 31 | |||
| 32 | COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" | ||
| 33 | |||
| 34 | # Functionality flags | ||
| 35 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
| 36 | KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}" | ||
| 37 | KERNEL_FEATURES_append_qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
| 38 | KERNEL_FEATURES_append_qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
| 39 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||
