summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.8.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb
index a56ecdf23c..bfd52d24ee 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"
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 ?= "c0123490bb9b454a43c3573e2573b491e0c09701" 14SRCREV_machine_qemuarm ?= "f25e3a184bf0ac7b12ec9c98d71439f4ac911974"
15SRCREV_machine_qemuarm64 ?= "304f750aa5be0bf66f70720d68f16865d912ff9f" 15SRCREV_machine_qemuarm64 ?= "b9c5f19c82c717b014eab5dc404b9489badbfc8f"
16SRCREV_machine_qemumips ?= "aa15b7a291ca18d08fd640932efad673f6b278c3" 16SRCREV_machine_qemumips ?= "79e11192ca2c1acc714214c2125a8c0296c00413"
17SRCREV_machine_qemuppc ?= "d2c3ea488fe179898ae853cb9565cb7ac62291c6" 17SRCREV_machine_qemuppc ?= "7a688297cc810a614f0329371d1389e550a98504"
18SRCREV_machine_qemux86 ?= "c50f695341260d4757af64d809390610aae213e1" 18SRCREV_machine_qemux86 ?= "f6329fd2875778192c03e08be02730180cb0dc71"
19SRCREV_machine_qemux86-64 ?= "c50f695341260d4757af64d809390610aae213e1" 19SRCREV_machine_qemux86-64 ?= "f6329fd2875778192c03e08be02730180cb0dc71"
20SRCREV_machine_qemumips64 ?= "40a880b0f21aa09f3b52d68969339d80f9cc10ad" 20SRCREV_machine_qemumips64 ?= "d619311dd8ea9ee95d80d937f08fb2c70c1dc50c"
21SRCREV_machine ?= "c50f695341260d4757af64d809390610aae213e1" 21SRCREV_machine ?= "f6329fd2875778192c03e08be02730180cb0dc71"
22SRCREV_meta ?= "c19322afb12490d9f5ad0182339bff2fe13e778b" 22SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07"
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}; \
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
27LINUX_VERSION ?= "4.8.18" 27LINUX_VERSION ?= "4.8.24"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30