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 bfd52d24ee..c792fe78a7 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 ?= "f25e3a184bf0ac7b12ec9c98d71439f4ac911974" 14SRCREV_machine_qemuarm ?= "6d64d98ab2bfa4dabfb6028f99cdc02ae248d746"
15SRCREV_machine_qemuarm64 ?= "b9c5f19c82c717b014eab5dc404b9489badbfc8f" 15SRCREV_machine_qemuarm64 ?= "744d778aeb472124f51371c55073788863d6ba2b"
16SRCREV_machine_qemumips ?= "79e11192ca2c1acc714214c2125a8c0296c00413" 16SRCREV_machine_qemumips ?= "d0f1efc4940a0a35d4b54cbc5933f39f0213dabb"
17SRCREV_machine_qemuppc ?= "7a688297cc810a614f0329371d1389e550a98504" 17SRCREV_machine_qemuppc ?= "2acced5ac2d1769e45f417f8905c10a385679b0e"
18SRCREV_machine_qemux86 ?= "f6329fd2875778192c03e08be02730180cb0dc71" 18SRCREV_machine_qemux86 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf"
19SRCREV_machine_qemux86-64 ?= "f6329fd2875778192c03e08be02730180cb0dc71" 19SRCREV_machine_qemux86-64 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf"
20SRCREV_machine_qemumips64 ?= "d619311dd8ea9ee95d80d937f08fb2c70c1dc50c" 20SRCREV_machine_qemumips64 ?= "4202750d69c880a21b3e38e58b270486ad7d2786"
21SRCREV_machine ?= "f6329fd2875778192c03e08be02730180cb0dc71" 21SRCREV_machine ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf"
22SRCREV_meta ?= "c84532b6475fd78b878507a481e2c04714341c07" 22SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81"
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.24" 27LINUX_VERSION ?= "4.8.25"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30