diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-04-01 20:09:25 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-03 15:51:37 +0100 |
commit | 6ebd43c88b3cac6a6616963ea31ba309cba686f3 (patch) | |
tree | 8afd146efaf7a737ef8156e5c2228bff157c7fd4 /meta/recipes-kernel | |
parent | 6d2299fc2de7484b822f6fc1c8aa0fc5baafd2c6 (diff) | |
download | poky-6ebd43c88b3cac6a6616963ea31ba309cba686f3.tar.gz |
linux-yocto/4.4: UVC: Add support for R200 depth camera
Integrating the following commit:
[
Add support for Intel R200 depth camera in uvc driver.
This includes adding new uvc GUIDs for the new pixel formats,
adding new V4L pixel format definition to user api headers,
and updating the uvc driver GUID-to-4cc tables with the new formats.
Tested-by: Greenberg, Aviv D <aviv.d.greenberg@intel.com>
Signed-off-by: Aviv Greenberg <aviv.d.greenberg@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
]
(From OE-Core rev: 967009e91472db109bb94c8f865924fef1beaa22)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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.4.bb | 2 | ||||
-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 |
3 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index a3b743b1d9..87b46e48c5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "1970b2704b881effa78c3e5f79c0fd3bff1fd028" | 5 | SRCREV_machine ?= "8611de4e967b16bd5b63714045329d621ee744d0" |
6 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" | 6 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
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 67e261c6a6..9446da9893 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.3" | |||
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 ?= "bc22b90fb5834ead65c31ca0d1e117239d4b545d" | 12 | SRCREV_machine ?= "73481a3abd4ee49c1cf5561fea997275f535098e" |
13 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" | 13 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
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 0494564a5b..7aeb7c35db 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 ?= "8abee78b727ce6a4df262d1befcbecfa26742ae0" | 14 | SRCREV_machine_qemuarm ?= "8809b2c36a60829bb9a7c3b04cdf42e95d8e93ae" |
15 | SRCREV_machine_qemuarm64 ?= "bc22b90fb5834ead65c31ca0d1e117239d4b545d" | 15 | SRCREV_machine_qemuarm64 ?= "73481a3abd4ee49c1cf5561fea997275f535098e" |
16 | SRCREV_machine_qemumips ?= "475e28c3240610c26ee0b7866dc0ce701d0c27e1" | 16 | SRCREV_machine_qemumips ?= "6a62ed62536c0f50050e24ee385b9e3965d43c97" |
17 | SRCREV_machine_qemuppc ?= "bc22b90fb5834ead65c31ca0d1e117239d4b545d" | 17 | SRCREV_machine_qemuppc ?= "73481a3abd4ee49c1cf5561fea997275f535098e" |
18 | SRCREV_machine_qemux86 ?= "bc22b90fb5834ead65c31ca0d1e117239d4b545d" | 18 | SRCREV_machine_qemux86 ?= "73481a3abd4ee49c1cf5561fea997275f535098e" |
19 | SRCREV_machine_qemux86-64 ?= "bc22b90fb5834ead65c31ca0d1e117239d4b545d" | 19 | SRCREV_machine_qemux86-64 ?= "73481a3abd4ee49c1cf5561fea997275f535098e" |
20 | SRCREV_machine_qemumips64 ?= "8d34fd84b9c53507b3d10a4a44294c479237319c" | 20 | SRCREV_machine_qemumips64 ?= "c61be23279c09c6906571de734b583dc7eacedc6" |
21 | SRCREV_machine ?= "bc22b90fb5834ead65c31ca0d1e117239d4b545d" | 21 | SRCREV_machine ?= "73481a3abd4ee49c1cf5561fea997275f535098e" |
22 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" | 22 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
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}; \ |