diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | 21 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.17.bb | 37 |
2 files changed, 58 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb new file mode 100644 index 0000000000..c1cb47ba90 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.17.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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-rc4" | ||
| 8 | |||
| 9 | KMETA = "meta" | ||
| 10 | |||
| 11 | SRCREV_machine ?= "1a3939eb747a635b23b4234f785795c52dce72a8" | ||
| 12 | SRCREV_meta ?= "7df849fc7eba54765368e26634341dbe6e2ad161" | ||
| 13 | |||
| 14 | PV = "${LINUX_VERSION}+git${SRCPV}" | ||
| 15 | |||
| 16 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.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.17.bb b/meta/recipes-kernel/linux/linux-yocto_3.17.bb new file mode 100644 index 0000000000..7fe7fdaa4a --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto_3.17.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 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" | ||
| 10 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | ||
| 11 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | ||
| 12 | |||
| 13 | SRCREV_machine_qemuarm ?= "4bacea69cf78bdf42bcf7619239294b8996c5dac" | ||
| 14 | SRCREV_machine_qemumips ?= "69d4e97c23d4d031f55645cd0486064979e4db5c" | ||
| 15 | SRCREV_machine_qemuppc ?= "4e5f8849093f71f8caebedd8af4660baace9bccb" | ||
| 16 | SRCREV_machine_qemux86 ?= "1a3939eb747a635b23b4234f785795c52dce72a8" | ||
| 17 | SRCREV_machine_qemux86-64 ?= "1a3939eb747a635b23b4234f785795c52dce72a8" | ||
| 18 | SRCREV_machine_qemumips64 ?= "5e036fb17397a241fda2211a6caaa6e6f3121250" | ||
| 19 | SRCREV_machine ?= "1a3939eb747a635b23b4234f785795c52dce72a8" | ||
| 20 | SRCREV_meta ?= "7df849fc7eba54765368e26634341dbe6e2ad161" | ||
| 21 | |||
| 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | ||
| 23 | |||
| 24 | LINUX_VERSION ?= "3.17-rc4" | ||
| 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 cfg/paravirt_kvm.scc" | ||
| 37 | KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}" | ||
