diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-21 14:18:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-30 12:36:04 +0100 |
commit | 474f66c59ee641a503b5fd62ef87436e4a62d4f5 (patch) | |
tree | 0638a11400227f34d0439a506db868628d2b5eaa /meta/recipes-kernel | |
parent | 6dd4209c2d08ce8227e94ba84a3562a4517ea733 (diff) | |
download | poky-474f66c59ee641a503b5fd62ef87436e4a62d4f5.tar.gz |
linux-yocto/4.1: enable DRM_CIRRUS_QEMU and EXT4_USE_FOR_EXT23
Updating the meta SRCREV to enable cirrus graphics emulation and wider
compatibility for the ext4 driver.
[YOCTO: #7348]
[YOCTO: #6667]
(From OE-Core rev: 530c51e5354d5cd233b7015a3d0dfe94cb9cbaa1)
(From OE-Core rev: db02cf0734ce059b7bf47edeb1107e23e20e7160)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 5c60875c71..b401bc321d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" | 5 | SRCREV_machine ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" |
6 | SRCREV_meta ?= "833214b33303ecde02fdcd1a9bc7901ded6a7976" | 6 | SRCREV_meta ?= "b0f1aa2d808669a35d14e7d5d17b97dd0e3d8d6e" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |
9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index d79c786111..ed5b2180c3 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | |||
@@ -10,7 +10,7 @@ KMETA = "kernel-meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" | 12 | SRCREV_machine ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" |
13 | SRCREV_meta ?= "833214b33303ecde02fdcd1a9bc7901ded6a7976" | 13 | SRCREV_meta ?= "b0f1aa2d808669a35d14e7d5d17b97dd0e3d8d6e" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 82511c8dfb..abd94a7d12 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" | |||
19 | SRCREV_machine_qemux86-64 ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" | 19 | SRCREV_machine_qemux86-64 ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" |
20 | SRCREV_machine_qemumips64 ?= "033e1aa633465449edf544eb81adda0caf16ec60" | 20 | SRCREV_machine_qemumips64 ?= "033e1aa633465449edf544eb81adda0caf16ec60" |
21 | SRCREV_machine ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" | 21 | SRCREV_machine ?= "59b8c4f5e8ddb9c33c62fff22204fe2b0d8c703e" |
22 | SRCREV_meta ?= "833214b33303ecde02fdcd1a9bc7901ded6a7976" | 22 | SRCREV_meta ?= "b0f1aa2d808669a35d14e7d5d17b97dd0e3d8d6e" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" |