From: Bruce Ashfield Date: Sat, 7 Jan 2017 02:48:19 +0000 (-0500) Subject: kernel-yocto: firewire and audio configuration updates X-Git-Tag: uninative-1.5~629 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bbde3fa90ea4470630049a92ee7f683115868466;p=openembedded-core.git kernel-yocto: firewire and audio configuration updates Integrating firewire and audio configuration updates from Jussi: Add support for IEEE-1394 (Firewire) Adds support for IEEE-1394 aka Firewire bus and some commonly used devices. Signed-off-by: Jussi Laako Update audio support Updates audio support to work with modern audio hardware while dropping some legacy parts. Signed-off-by: Jussi Laako Signed-off-by: Jussi Laako Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb index 1dd3b38362..647030b9c5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "1eb33152d655c73193cec17c4de04499e52b2faa" -SRCREV_meta ?= "0cf14593694d33518aabd4846d50adeeb7f559ed" +SRCREV_meta ?= "62afd8f4635269a59baf47d6fb894d73edfa9449" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb index f4b03a72cb..99c12a6b62 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb @@ -10,7 +10,7 @@ KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "617635e43afee1aaf98a8f8300596f7a112513c0" -SRCREV_meta ?= "0cf14593694d33518aabd4846d50adeeb7f559ed" +SRCREV_meta ?= "62afd8f4635269a59baf47d6fb894d73edfa9449" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb index 256d3dbea0..2765b3711f 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "617635e43afee1aaf98a8f8300596f7a112513c0" SRCREV_machine_qemux86-64 ?= "617635e43afee1aaf98a8f8300596f7a112513c0" SRCREV_machine_qemumips64 ?= "3183d61d4d00d8b7faf10d11b3da8cf3db432e6f" SRCREV_machine ?= "617635e43afee1aaf98a8f8300596f7a112513c0" -SRCREV_meta ?= "0cf14593694d33518aabd4846d50adeeb7f559ed" +SRCREV_meta ?= "62afd8f4635269a59baf47d6fb894d73edfa9449" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"