summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend')
-rw-r--r--meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend23
1 files changed, 0 insertions, 23 deletions
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
deleted file mode 100644
index 62c264d12..000000000
--- a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.14%.bbappend
+++ /dev/null
@@ -1,23 +0,0 @@
-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"
-
-# SPEC-1553 fix for pn333_usb devices not being functional
-SRC_URI_append = " file://0001-NFC-pn533-don-t-send-USB-data-off-of-the-stack.patch"
-
-do_deploy_append() {
- install -m 0755 ${WORKDIR}/startup.nsh ${DEPLOYDIR}/
-}