From 8c0f97cdd12f30dc30291bacf9bdf8a928fb4a55 Mon Sep 17 00:00:00 2001 From: Dominig ar Foll Intel Open Source Date: Fri, 2 Mar 2018 17:40:04 +0100 Subject: enabling kernel 4.14 Change-Id: I95916851bcdb730767206c736b2e2b2510c9517b Signed-off-by: Dominig ar Foll Intel Open Source --- .../linux/linux-intel_4.14%.bbappend | 20 ++++++++++++++++++++ .../recipes-kernel/linux/linux-intel_4.9%.bbappend | 22 ---------------------- .../recipes-kernel/linux/linux-yocto_4.9%.bbappend | 1 - 3 files changed, 20 insertions(+), 23 deletions(-) create mode 100644 meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend delete mode 100644 meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend delete mode 120000 meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend (limited to 'meta-agl-bsp/meta-intel') diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend new file mode 100644 index 000000000..c49b8ecb0 --- /dev/null +++ b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend @@ -0,0 +1,20 @@ +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" + +# adding internal network in kernel for network boot +SRC_URI_append = " file://net-devices.cfg" +KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/net-devices.cfg" + +# Ensure we have a startup.nsh file +SRC_URI_append = " file://startup.nsh" + +do_deploy_append() { + install -m 0755 ${WORKDIR}/startup.nsh ${DEPLOYDIR}/ +} 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 deleted file mode 100644 index 7f249f207..000000000 --- a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.9%.bbappend +++ /dev/null @@ -1,22 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -require recipes-kernel/linux/linux-agl-4.9.inc - -# 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" - -# adding internal network in kernel for network boot -SRC_URI_append = " file://net-devices.cfg" -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/net-devices.cfg" - -# Ensure we have a startup.nsh file -SRC_URI_append = " file://startup.nsh" - -do_deploy_append() { - install -m 0755 ${WORKDIR}/startup.nsh ${DEPLOYDIR}/ -} diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend deleted file mode 120000 index 323cbe55a..000000000 --- a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-yocto_4.9%.bbappend +++ /dev/null @@ -1 +0,0 @@ -linux-intel_4.9%.bbappend \ No newline at end of file -- cgit 1.2.3-korg