diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.12.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb index 1f0b7d5e38..cf6a733ceb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | |||
@@ -11,13 +11,13 @@ python () { | |||
11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "84b640c582ad7f2a968003c38702b39fa6b903b0" | 14 | SRCREV_machine ?= "7ba09f891939cbf2c58801a7a4a740365896d6ba" |
15 | SRCREV_meta ?= "dcef2499cc6680ce49e1a79ca371bbce403e1b93" | 15 | SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.12.25" | 20 | LINUX_VERSION ?= "4.12.26" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb index c63860a937..9d5e1582b5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | |||
@@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig" | |||
4 | 4 | ||
5 | require recipes-kernel/linux/linux-yocto.inc | 5 | require recipes-kernel/linux/linux-yocto.inc |
6 | 6 | ||
7 | LINUX_VERSION ?= "4.12.25" | 7 | LINUX_VERSION ?= "4.12.26" |
8 | 8 | ||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "347393ce79e7c4aeb557e76a3255029ac35ff842" | 12 | SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" |
13 | SRCREV_meta ?= "dcef2499cc6680ce49e1a79ca371bbce403e1b93" | 13 | SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index c244c99e7b..ac98ca85fc 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb | |||
@@ -11,22 +11,22 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "b1aa2a86605847e98799eb7a9720659639b95c35" | 14 | SRCREV_machine_qemuarm ?= "86b02dd23be1e3b3449885b38ed1b876ebec31e8" |
15 | SRCREV_machine_qemuarm64 ?= "347393ce79e7c4aeb557e76a3255029ac35ff842" | 15 | SRCREV_machine_qemuarm64 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" |
16 | SRCREV_machine_qemumips ?= "f2e9eb5ef808d5bf6ef00e549e7f4a297e3101fa" | 16 | SRCREV_machine_qemumips ?= "67b93101c52504fd5077166c70baa296190e6166" |
17 | SRCREV_machine_qemuppc ?= "347393ce79e7c4aeb557e76a3255029ac35ff842" | 17 | SRCREV_machine_qemuppc ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" |
18 | SRCREV_machine_qemux86 ?= "347393ce79e7c4aeb557e76a3255029ac35ff842" | 18 | SRCREV_machine_qemux86 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" |
19 | SRCREV_machine_qemux86-64 ?= "347393ce79e7c4aeb557e76a3255029ac35ff842" | 19 | SRCREV_machine_qemux86-64 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" |
20 | SRCREV_machine_qemumips64 ?= "f4cade13f87df43e14d340e001b553dcf9665a8e" | 20 | SRCREV_machine_qemumips64 ?= "38da8c72733da9619bbbddf14140204631faf488" |
21 | SRCREV_machine ?= "347393ce79e7c4aeb557e76a3255029ac35ff842" | 21 | SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" |
22 | SRCREV_meta ?= "dcef2499cc6680ce49e1a79ca371bbce403e1b93" | 22 | SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |
26 | 26 | ||
27 | DEPENDS += "openssl-native util-linux-native" | 27 | DEPENDS += "openssl-native util-linux-native" |
28 | 28 | ||
29 | LINUX_VERSION ?= "4.12.25" | 29 | LINUX_VERSION ?= "4.12.26" |
30 | 30 | ||
31 | PV = "${LINUX_VERSION}+git${SRCPV}" | 31 | PV = "${LINUX_VERSION}+git${SRCPV}" |
32 | 32 | ||