diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.8.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb index 97adfddf8d..65f74b1516 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | |||
@@ -11,13 +11,13 @@ python () { | |||
11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "9c4f52cb2bafd9657c51cef2166db2b73a95aaa9" | 14 | SRCREV_machine ?= "ffd0a071c2df55ecb2bb1f101465df93a81093b5" |
15 | SRCREV_meta ?= "3edb4de355873d32da9307a011adea2542bd05a7" | 15 | SRCREV_meta ?= "c19322afb12490d9f5ad0182339bff2fe13e778b" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.8.17" | 20 | LINUX_VERSION ?= "4.8.18" |
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.8.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb index 11b0dc9ea4..52e2b5233b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.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.8.17" | 7 | LINUX_VERSION ?= "4.8.18" |
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 ?= "b62f29ac5c15d6333a13811db030d704b35ace8f" | 12 | SRCREV_machine ?= "db2e91ce904f32347ccf739de969b4216cbcaf92" |
13 | SRCREV_meta ?= "3edb4de355873d32da9307a011adea2542bd05a7" | 13 | SRCREV_meta ?= "c19322afb12490d9f5ad0182339bff2fe13e778b" |
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.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb index 0ebd071463..a56ecdf23c 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.8.bb | |||
@@ -11,20 +11,20 @@ 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 ?= "16f32b5197fbaec1dbf4f380015792ed47322f06" | 14 | SRCREV_machine_qemuarm ?= "c0123490bb9b454a43c3573e2573b491e0c09701" |
15 | SRCREV_machine_qemuarm64 ?= "38631cc4a8f89fb9547af9e44213971a5b360a36" | 15 | SRCREV_machine_qemuarm64 ?= "304f750aa5be0bf66f70720d68f16865d912ff9f" |
16 | SRCREV_machine_qemumips ?= "bcbe7a7845e3061998a740f12e88a792f358393e" | 16 | SRCREV_machine_qemumips ?= "aa15b7a291ca18d08fd640932efad673f6b278c3" |
17 | SRCREV_machine_qemuppc ?= "4858eec374ee4b09e4428895141ad1ed26fb6d64" | 17 | SRCREV_machine_qemuppc ?= "d2c3ea488fe179898ae853cb9565cb7ac62291c6" |
18 | SRCREV_machine_qemux86 ?= "9bcb4ea3fa107f1a8790c8c3408eb250e8d1d66e" | 18 | SRCREV_machine_qemux86 ?= "c50f695341260d4757af64d809390610aae213e1" |
19 | SRCREV_machine_qemux86-64 ?= "9bcb4ea3fa107f1a8790c8c3408eb250e8d1d66e" | 19 | SRCREV_machine_qemux86-64 ?= "c50f695341260d4757af64d809390610aae213e1" |
20 | SRCREV_machine_qemumips64 ?= "b90b544d7a5b004b635cf337b29e15294cb17553" | 20 | SRCREV_machine_qemumips64 ?= "40a880b0f21aa09f3b52d68969339d80f9cc10ad" |
21 | SRCREV_machine ?= "9bcb4ea3fa107f1a8790c8c3408eb250e8d1d66e" | 21 | SRCREV_machine ?= "c50f695341260d4757af64d809390610aae213e1" |
22 | SRCREV_meta ?= "3edb4de355873d32da9307a011adea2542bd05a7" | 22 | SRCREV_meta ?= "c19322afb12490d9f5ad0182339bff2fe13e778b" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}" |
26 | 26 | ||
27 | LINUX_VERSION ?= "4.8.17" | 27 | LINUX_VERSION ?= "4.8.18" |
28 | 28 | ||
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
30 | 30 | ||