summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.1.bb16
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
index 52a8a7f335..3dd8959895 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base"
2 2
3require recipes-kernel/linux/linux-yocto.inc 3require recipes-kernel/linux/linux-yocto.inc
4 4
5SRCREV_machine ?= "c0e9b50e9f871ae73a3efafebf2fe1ceb0adbe85" 5SRCREV_machine ?= "132d72a980837eccc082d5dfb9c5eb5596611b0b"
6SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" 6SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f"
7 7
8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ 8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index d0970cb4c8..4fde066eeb 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.17"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "a5327464dad92042f79dd5fb12523d16780980fb" 12SRCREV_machine ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
13SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" 13SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index 12e1b82029..9f3ad5c663 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "5f2bc8d122ac2247d5a01025f73d09ae723efb21" 14SRCREV_machine_qemuarm ?= "fc38bc54e15ab2943507b63e740c576f5537fbc0"
15SRCREV_machine_qemuarm64 ?= "a5327464dad92042f79dd5fb12523d16780980fb" 15SRCREV_machine_qemuarm64 ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
16SRCREV_machine_qemumips ?= "6e4bc756e0289b9f1869bfb5d84f033df2437d0b" 16SRCREV_machine_qemumips ?= "d7d76bf246979d635990a05961886292ddcb5600"
17SRCREV_machine_qemuppc ?= "a5327464dad92042f79dd5fb12523d16780980fb" 17SRCREV_machine_qemuppc ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
18SRCREV_machine_qemux86 ?= "a5327464dad92042f79dd5fb12523d16780980fb" 18SRCREV_machine_qemux86 ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
19SRCREV_machine_qemux86-64 ?= "a5327464dad92042f79dd5fb12523d16780980fb" 19SRCREV_machine_qemux86-64 ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
20SRCREV_machine_qemumips64 ?= "e83d6e6fcfc04591109e470e55532d25a2a1bef1" 20SRCREV_machine_qemumips64 ?= "84dd3ffed15ebb59e6d396343ced2450f0f10379"
21SRCREV_machine ?= "a5327464dad92042f79dd5fb12523d16780980fb" 21SRCREV_machine ?= "bdf4565e5dcc1ad65e26cebdff7bf427289f1d61"
22SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f" 22SRCREV_meta ?= "79dbb64d9e179718369a7a5c7b364fda9936571f"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \