diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb index c7b74d661d..a8e344728d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | |||
| @@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc | |||
| 3 | KBRANCH = "standard/preempt-rt/base" | 3 | KBRANCH = "standard/preempt-rt/base" |
| 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | 4 | KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" |
| 5 | 5 | ||
| 6 | SRCREV_machine ?= "c88f5ec9b328da501be970b814fbc9cc4a09fa4f" | 6 | SRCREV_machine ?= "00343b1573f3392688ddceac0b3da0d307ab81b9" |
| 7 | SRCREV_machine_qemuppc ?= "05629993752031b9de3f4792cfbd98caf60593da" | 7 | SRCREV_machine_qemuppc ?= "c7eae6cfd7bbe69d2340c6fd6bf35fbca88706c4" |
| 8 | SRCREV_meta ?= "4df1e2ed992adeac4da60ad5118d0237e8cb88df" | 8 | SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
| 11 | 11 | ||
| 12 | LINUX_VERSION ?= "3.14.2" | 12 | LINUX_VERSION ?= "3.14.4" |
| 13 | 13 | ||
| 14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 15 | 15 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index 2110e8a45e..626add9dc3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | |||
| @@ -4,12 +4,12 @@ KBRANCH = "standard/tiny/base" | |||
| 4 | LINUX_KERNEL_TYPE = "tiny" | 4 | LINUX_KERNEL_TYPE = "tiny" |
| 5 | KCONFIG_MODE = "--allnoconfig" | 5 | KCONFIG_MODE = "--allnoconfig" |
| 6 | 6 | ||
| 7 | LINUX_VERSION ?= "3.14.2" | 7 | LINUX_VERSION ?= "3.14.4" |
| 8 | 8 | ||
| 9 | KMETA = "meta" | 9 | KMETA = "meta" |
| 10 | 10 | ||
| 11 | SRCREV_machine ?= "b0b9c962ea01f9356fc1542b9696ebe4a38e196a" | 11 | SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad" |
| 12 | SRCREV_meta ?= "4df1e2ed992adeac4da60ad5118d0237e8cb88df" | 12 | SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a" |
| 13 | 13 | ||
| 14 | PV = "${LINUX_VERSION}+git${SRCPV}" | 14 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 15 | 15 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index 5271bb0163..1179640b00 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb | |||
| @@ -10,18 +10,18 @@ KBRANCH_qemux86 = "standard/common-pc/base" | |||
| 10 | KBRANCH_qemux86-64 = "standard/common-pc-64/base" | 10 | KBRANCH_qemux86-64 = "standard/common-pc-64/base" |
| 11 | KBRANCH_qemumips64 = "standard/mti-malta64" | 11 | KBRANCH_qemumips64 = "standard/mti-malta64" |
| 12 | 12 | ||
| 13 | SRCREV_machine_qemuarm ?= "54ecc26cb84e939753eee811395435f8a4377c86" | 13 | SRCREV_machine_qemuarm ?= "9882294294f307dc52c29e5dbb24d7f9a2f5a635" |
| 14 | SRCREV_machine_qemumips ?= "cc7b8670680fcd794dba0b21a1db1dbbda432924" | 14 | SRCREV_machine_qemumips ?= "94e2f8429bcc953cb0df499446b847ba67a0f334" |
| 15 | SRCREV_machine_qemuppc ?= "5ac4b714c656323b6099e8ab435fc05903d69874" | 15 | SRCREV_machine_qemuppc ?= "2795a4d16724b41fbcd62c2f9f56c427d1ce3797" |
| 16 | SRCREV_machine_qemux86 ?= "3904476fb890e014a244e1fc48342683d7ff7e0e" | 16 | SRCREV_machine_qemux86 ?= "4aa41764bf8dba2044ff9fae806d61cac7cdd9de" |
| 17 | SRCREV_machine_qemux86-64 ?= "b0b9c962ea01f9356fc1542b9696ebe4a38e196a" | 17 | SRCREV_machine_qemux86-64 ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad" |
| 18 | SRCREV_machine_qemumips64 ?= "a9c251d64f5df58c41473ccb1d52143cc5247911" | 18 | SRCREV_machine_qemumips64 ?= "342ccacd4e28d1cc7e30277ee4ac6caa3086ff2f" |
| 19 | SRCREV_machine ?= "b0b9c962ea01f9356fc1542b9696ebe4a38e196a" | 19 | SRCREV_machine ?= "cb22733185cd9db3e8945dadb899d9eb3831b9ad" |
| 20 | SRCREV_meta ?= "4df1e2ed992adeac4da60ad5118d0237e8cb88df" | 20 | SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a" |
| 21 | 21 | ||
| 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 22 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
| 23 | 23 | ||
| 24 | LINUX_VERSION ?= "3.14.2" | 24 | LINUX_VERSION ?= "3.14.4" |
| 25 | 25 | ||
| 26 | PV = "${LINUX_VERSION}+git${SRCPV}" | 26 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 27 | 27 | ||
