diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.9.bb | 20 |
3 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb index d6c3bb1e42..0519bb9acc 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.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 ?= "c83e63d1a6da1218b61d352a866bc174554f71a9" | 14 | SRCREV_machine ?= "7b2a74f272ef0a6e292b259872d47e891d7b2a20" |
15 | SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6" | 15 | SRCREV_meta ?= "ef2f5d9a0ac1c5ac60e76b18b0bb3393be450336" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "4.9.71" | 20 | LINUX_VERSION ?= "4.9.78" |
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.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb index 398209ef9a..5c9a260988 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.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.9.71" | 7 | LINUX_VERSION ?= "4.9.78" |
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 ?= "a87b8d53730b5736575c738390abc498a31ba735" | 12 | SRCREV_machine ?= "f7a6d45fff853173bfbf61706aeffcd1d1e99467" |
13 | SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6" | 13 | SRCREV_meta ?= "ef2f5d9a0ac1c5ac60e76b18b0bb3393be450336" |
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.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb index 1fdd7bf1d5..871d870003 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.9.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 ?= "7e0dc801cf0ab19827fd33214fe6036d80258653" | 14 | SRCREV_machine_qemuarm ?= "801a684d5e769ca18e6ad9758806a528eccdcb73" |
15 | SRCREV_machine_qemuarm64 ?= "a87b8d53730b5736575c738390abc498a31ba735" | 15 | SRCREV_machine_qemuarm64 ?= "f7a6d45fff853173bfbf61706aeffcd1d1e99467" |
16 | SRCREV_machine_qemumips ?= "69371c276be034fff40b5652184401d8dc2262a1" | 16 | SRCREV_machine_qemumips ?= "8235c7fda39963abbf6347390fd460e18a7e47b5" |
17 | SRCREV_machine_qemuppc ?= "a87b8d53730b5736575c738390abc498a31ba735" | 17 | SRCREV_machine_qemuppc ?= "f7a6d45fff853173bfbf61706aeffcd1d1e99467" |
18 | SRCREV_machine_qemux86 ?= "a87b8d53730b5736575c738390abc498a31ba735" | 18 | SRCREV_machine_qemux86 ?= "f7a6d45fff853173bfbf61706aeffcd1d1e99467" |
19 | SRCREV_machine_qemux86-64 ?= "a87b8d53730b5736575c738390abc498a31ba735" | 19 | SRCREV_machine_qemux86-64 ?= "f7a6d45fff853173bfbf61706aeffcd1d1e99467" |
20 | SRCREV_machine_qemumips64 ?= "b3159328d2dd0c53cf81b702c4f9cd520649c84a" | 20 | SRCREV_machine_qemumips64 ?= "bd9d169cd29aa5f2397ff383cd29f84a1043a693" |
21 | SRCREV_machine ?= "a87b8d53730b5736575c738390abc498a31ba735" | 21 | SRCREV_machine ?= "f7a6d45fff853173bfbf61706aeffcd1d1e99467" |
22 | SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6" | 22 | SRCREV_meta ?= "ef2f5d9a0ac1c5ac60e76b18b0bb3393be450336" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" |
26 | 26 | ||
27 | LINUX_VERSION ?= "4.9.71" | 27 | LINUX_VERSION ?= "4.9.78" |
28 | 28 | ||
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
30 | 30 | ||