summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.8.bb16
3 files changed, 10 insertions, 10 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 3d9ff393fd..fe663b1711 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.8.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
14SRCREV_machine ?= "4b6a2814a1ac2a917a8334748b3168315e678041" 14SRCREV_machine ?= "df64f1041f15871cffb254d7136072d1d4859284"
15SRCREV_meta ?= "1dc615a67779fdfd36548fd48e54bd19b6e6209e" 15SRCREV_meta ?= "1dc615a67779fdfd36548fd48e54bd19b6e6209e"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;branch=${KBRANCH};name=machine \
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 870a3487f3..0ff18b8d8c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.8.10"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "96ea072413fb386598a62c77ed202a6de08085f6" 12SRCREV_machine ?= "78e5c86c1c194e2045e8eb2c948d00f2dbb1f31c"
13SRCREV_meta ?= "1dc615a67779fdfd36548fd48e54bd19b6e6209e" 13SRCREV_meta ?= "1dc615a67779fdfd36548fd48e54bd19b6e6209e"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb
index a4dd9adc71..16058ed833 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.8.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 ?= "a0241e756033146b308e94e262f0c434d4d5dcdc" 14SRCREV_machine_qemuarm ?= "a004864814e34348c6dc5f745af3f775c55c0510"
15SRCREV_machine_qemuarm64 ?= "72e32211033cff873824d944470d06f590f66a85" 15SRCREV_machine_qemuarm64 ?= "eb61693c773924d742aeea5e03b88d7554db61c3"
16SRCREV_machine_qemumips ?= "b17c74d6df96711a98c48515b6c171dfe492a4a6" 16SRCREV_machine_qemumips ?= "89f99732db8a8082898a396e67a34472a1017032"
17SRCREV_machine_qemuppc ?= "15c034ae478c08219aaefaf8a9b57ee2939715a9" 17SRCREV_machine_qemuppc ?= "e03132839bac2cef030ff70b3e19c0fb4816a9fd"
18SRCREV_machine_qemux86 ?= "f5d46e21688b7463c942d9d27789d88d580f566b" 18SRCREV_machine_qemux86 ?= "9acf42c4475aa0699b2692d7f27f22d699b36337"
19SRCREV_machine_qemux86-64 ?= "f5d46e21688b7463c942d9d27789d88d580f566b" 19SRCREV_machine_qemux86-64 ?= "9acf42c4475aa0699b2692d7f27f22d699b36337"
20SRCREV_machine_qemumips64 ?= "7688c6f57bc68c6b39f0bd7a20ea84419ebfaf50" 20SRCREV_machine_qemumips64 ?= "ff92ef8e2b67415b5e6fd4cd15489cb43de8c932"
21SRCREV_machine ?= "f5d46e21688b7463c942d9d27789d88d580f566b" 21SRCREV_machine ?= "9acf42c4475aa0699b2692d7f27f22d699b36337"
22SRCREV_meta ?= "1dc615a67779fdfd36548fd48e54bd19b6e6209e" 22SRCREV_meta ?= "1dc615a67779fdfd36548fd48e54bd19b6e6209e"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \