diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-06-21 11:20:27 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-23 14:26:17 +0100 |
commit | 837525271286cdfb33e8573c81726af768b58ca3 (patch) | |
tree | c35a3786b4c0eed160b97a2049f90f249b0f4dfd /meta/recipes-kernel | |
parent | f28c266bead7af14e5dce2409751ab38e738c4a9 (diff) | |
download | poky-837525271286cdfb33e8573c81726af768b58ca3.tar.gz |
linux-yocto/4.4: sensor driver backports
Backporting the following mainline commits to make additional sensor
drivers available:
iio: st-accel: add support for lis2dh12
iio: accel: add Freescale MMA7455L/MMA7456L 3-axis accelerometer driver
(From OE-Core rev: 952fdf647ee0223df2189bbb87437befcb0c2707)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.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-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 23188a5371..58ab2a7dd9 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.13" | |||
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 ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2" | 12 | SRCREV_machine ?= "13852755ecbf491848afbe40e66fc152bc70915b" |
13 | SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5" | 13 | SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5" |
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 d69ecec90d..7017aeb7a4 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 ?= "cdfdcbd7ee553dc2e483813054a378ef9eaa44b6" | 14 | SRCREV_machine_qemuarm ?= "6f2317f8a00a3eb6a2b28ca51f336f61eb6fe160" |
15 | SRCREV_machine_qemuarm64 ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2" | 15 | SRCREV_machine_qemuarm64 ?= "13852755ecbf491848afbe40e66fc152bc70915b" |
16 | SRCREV_machine_qemumips ?= "b1f51ad1d4e95be437bf7725e094d6ad1b8286b0" | 16 | SRCREV_machine_qemumips ?= "9fc8fc49e5065f1ee76e964a4c0257291ab3e62a" |
17 | SRCREV_machine_qemuppc ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2" | 17 | SRCREV_machine_qemuppc ?= "13852755ecbf491848afbe40e66fc152bc70915b" |
18 | SRCREV_machine_qemux86 ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2" | 18 | SRCREV_machine_qemux86 ?= "13852755ecbf491848afbe40e66fc152bc70915b" |
19 | SRCREV_machine_qemux86-64 ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2" | 19 | SRCREV_machine_qemux86-64 ?= "13852755ecbf491848afbe40e66fc152bc70915b" |
20 | SRCREV_machine_qemumips64 ?= "4b17815085dbd2a0408d7969bf4689a4c2b12942" | 20 | SRCREV_machine_qemumips64 ?= "d1c1f36412d196b560ed9f19392e291b5492b94c" |
21 | SRCREV_machine ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2" | 21 | SRCREV_machine ?= "13852755ecbf491848afbe40e66fc152bc70915b" |
22 | SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5" | 22 | SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5" |
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}; \ |