diff options
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.12.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.12.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index fabf0f554b..830634211a 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb | |||
@@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "42cf4d6a1bc84b90681cb82ad95c129387d76b4b" | 14 | SRCREV_machine_qemuarm ?= "d2bdc11312fc02d4ad34e044cf1bb88da2b85591" |
15 | SRCREV_machine_qemuarm64 ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" | 15 | SRCREV_machine_qemuarm64 ?= "1a600c736163e7350ee4da9172f5321d06a72889" |
16 | SRCREV_machine_qemumips ?= "571315a5526b9e22262cf99bae7c0dd6e5bd204c" | 16 | SRCREV_machine_qemumips ?= "15e9d4817db80cee890207e849776beeda7759e5" |
17 | SRCREV_machine_qemuppc ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" | 17 | SRCREV_machine_qemuppc ?= "1a600c736163e7350ee4da9172f5321d06a72889" |
18 | SRCREV_machine_qemux86 ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" | 18 | SRCREV_machine_qemux86 ?= "1a600c736163e7350ee4da9172f5321d06a72889" |
19 | SRCREV_machine_qemux86-64 ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" | 19 | SRCREV_machine_qemux86-64 ?= "1a600c736163e7350ee4da9172f5321d06a72889" |
20 | SRCREV_machine_qemumips64 ?= "e7889ba18f060368d4ab35e70b076728d73ba622" | 20 | SRCREV_machine_qemumips64 ?= "68bcd22421aa288aff3dc9cf3035539788b04353" |
21 | SRCREV_machine ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c" | 21 | SRCREV_machine ?= "1a600c736163e7350ee4da9172f5321d06a72889" |
22 | SRCREV_meta ?= "4f825eeb783a279216ee45ed3b9a63dd6837f7d7" | 22 | SRCREV_meta ?= "2feb169ba66721f3794bacd97c8360ad594ce133" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |
26 | 26 | ||
27 | LINUX_VERSION ?= "4.12.20" | 27 | LINUX_VERSION ?= "4.12.21" |
28 | 28 | ||
29 | PV = "${LINUX_VERSION}+git${SRCPV}" | 29 | PV = "${LINUX_VERSION}+git${SRCPV}" |
30 | 30 | ||