diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index f57ead8ef3..a6f7dcca5e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -11,7 +11,7 @@ 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 ?= "bf2fbe7f2cdf44fc69e50fefbfdd58d41a03733a" | 14 | SRCREV_machine ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b" |
15 | SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" | 15 | SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index da88451b76..e05b27a769 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.11" | |||
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 ?= "628bf627561c6285d99fb978e11d4c15fc29324b" | 12 | SRCREV_machine ?= "53e84104c5e68eb468823dd0d262a64623d01a55" |
13 | SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" | 13 | SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index 4306bf8be9..984a49c85e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb | |||
@@ -11,14 +11,14 @@ 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 ?= "97c21d0b5ffa8eb1cb27a6f81b52ec53182ae087" | 14 | SRCREV_machine_qemuarm ?= "b74c7523581ab748dfe475af384fcb40c4542d31" |
15 | SRCREV_machine_qemuarm64 ?= "628bf627561c6285d99fb978e11d4c15fc29324b" | 15 | SRCREV_machine_qemuarm64 ?= "53e84104c5e68eb468823dd0d262a64623d01a55" |
16 | SRCREV_machine_qemumips ?= "8763860e4da46b3cb1551e09d9ca46eedd2dd91a" | 16 | SRCREV_machine_qemumips ?= "f5f23899a4afb7f095a480652edc082d6bd545b2" |
17 | SRCREV_machine_qemuppc ?= "628bf627561c6285d99fb978e11d4c15fc29324b" | 17 | SRCREV_machine_qemuppc ?= "53e84104c5e68eb468823dd0d262a64623d01a55" |
18 | SRCREV_machine_qemux86 ?= "628bf627561c6285d99fb978e11d4c15fc29324b" | 18 | SRCREV_machine_qemux86 ?= "53e84104c5e68eb468823dd0d262a64623d01a55" |
19 | SRCREV_machine_qemux86-64 ?= "628bf627561c6285d99fb978e11d4c15fc29324b" | 19 | SRCREV_machine_qemux86-64 ?= "53e84104c5e68eb468823dd0d262a64623d01a55" |
20 | SRCREV_machine_qemumips64 ?= "8974d9741cbcb21bf50ab49a6257e5773415fa5f" | 20 | SRCREV_machine_qemumips64 ?= "7ce6e58742b2f1f79cc8b1a1fff8bc408a3b585e" |
21 | SRCREV_machine ?= "628bf627561c6285d99fb978e11d4c15fc29324b" | 21 | SRCREV_machine ?= "53e84104c5e68eb468823dd0d262a64623d01a55" |
22 | SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" | 22 | SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |