From 63267c5db05e85ed614bdd6436aa5c1e2794f3c5 Mon Sep 17 00:00:00 2001 From: "Dominig ar Foll (Intel Open Source)" Date: Mon, 18 Sep 2017 12:42:40 +0200 Subject: adding a symlink to keep compatibility with linux-yocto Change-Id: Id81cb1fe7a949850aef1b4178883c853d0e07aa1 Signed-off-by: Dominig ar Foll (Intel Open Source) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10979 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../recipes-kernel/linux/linux-intel_4.9%.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend (limited to 'meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend') diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend new file mode 100644 index 000000000..d524ebfa4 --- /dev/null +++ b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +# adding most supported USB Bluetooth, Wifi, and Ethernet devices +SRC_URI_append = " file://usb-devices.cfg" +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/usb-devices.cfg" + +# adding support for other graphic cards to work on more PC HW +SRC_URI_append = " file://extra-graphic-devices.cfg" +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/extra-graphic-devices.cfg" + +# Enable support for usb video class for usb camera devices +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/uvc.cfg" -- cgit 1.2.3-korg