diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 95df101844..0186856b85 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |||
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.4.12" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "8149f5840e938ff5a0e595bac2f7502a2a9bcb40" | 12 | SRCREV_machine ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711" |
13 | SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d" | 13 | SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index cf3df6e6fe..48f997353c 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb | |||
@@ -11,14 +11,14 @@ 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 ?= "45b01a52f2a1593f7858cff130811c587d9623a9" | 14 | SRCREV_machine_qemuarm ?= "ae04be16985c86803d8016b06aa57c02fe63cab3" |
15 | SRCREV_machine_qemuarm64 ?= "8149f5840e938ff5a0e595bac2f7502a2a9bcb40" | 15 | SRCREV_machine_qemuarm64 ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711" |
16 | SRCREV_machine_qemumips ?= "46a71bdb936b8a5db5e85dfcc82fa6121d9aa2e5" | 16 | SRCREV_machine_qemumips ?= "1d16db0bce02f4f46a925e5425194de8d25a926e" |
17 | SRCREV_machine_qemuppc ?= "8149f5840e938ff5a0e595bac2f7502a2a9bcb40" | 17 | SRCREV_machine_qemuppc ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711" |
18 | SRCREV_machine_qemux86 ?= "8149f5840e938ff5a0e595bac2f7502a2a9bcb40" | 18 | SRCREV_machine_qemux86 ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711" |
19 | SRCREV_machine_qemux86-64 ?= "8149f5840e938ff5a0e595bac2f7502a2a9bcb40" | 19 | SRCREV_machine_qemux86-64 ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711" |
20 | SRCREV_machine_qemumips64 ?= "9ee2a571138d4ca993ce03ce753c1cb776fdd441" | 20 | SRCREV_machine_qemumips64 ?= "6fe42d5321cd24411c2a4b7f2aac8a01dfa82b8f" |
21 | SRCREV_machine ?= "8149f5840e938ff5a0e595bac2f7502a2a9bcb40" | 21 | SRCREV_machine ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711" |
22 | SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d" | 22 | SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |