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 c792fe78a7..3c097f94a2 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 ?= "6d64d98ab2bfa4dabfb6028f99cdc02ae248d746" 14SRCREV_machine_qemuarm ?= "d0a2f088f24c67fc2677df9c285dfedf9311be0c"
15SRCREV_machine_qemuarm64 ?= "744d778aeb472124f51371c55073788863d6ba2b" 15SRCREV_machine_qemuarm64 ?= "2ba5f01e49d92febf8413992f44d17d53d78ec15"
16SRCREV_machine_qemumips ?= "d0f1efc4940a0a35d4b54cbc5933f39f0213dabb" 16SRCREV_machine_qemumips ?= "4f0218a05972db39ca645670954346f5b0f9ff10"
17SRCREV_machine_qemuppc ?= "2acced5ac2d1769e45f417f8905c10a385679b0e" 17SRCREV_machine_qemuppc ?= "b32a9d28b427588e3f15292cfda7d2207acf80ce"
18SRCREV_machine_qemux86 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" 18SRCREV_machine_qemux86 ?= "27efc3ba684a65413ed295140ea070508aac9def"
19SRCREV_machine_qemux86-64 ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" 19SRCREV_machine_qemux86-64 ?= "27efc3ba684a65413ed295140ea070508aac9def"
20SRCREV_machine_qemumips64 ?= "4202750d69c880a21b3e38e58b270486ad7d2786" 20SRCREV_machine_qemumips64 ?= "50985b5d1574aad8fac520487aa7901b593db730"
21SRCREV_machine ?= "72d0c1a637e260c25a4299c230910dd1210cd0cf" 21SRCREV_machine ?= "27efc3ba684a65413ed295140ea070508aac9def"
22SRCREV_meta ?= "76db2c6ca67b9b3597257684a027344d11b1bc81" 22SRCREV_meta ?= "1c60e003c70292e04f18d5123c7f3f26ffae5c3f"
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.25" 27LINUX_VERSION ?= "4.8.26"
28 28
29PV = "${LINUX_VERSION}+git${SRCPV}" 29PV = "${LINUX_VERSION}+git${SRCPV}"
30 30