X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-intel%2Frecipes-kernel%2Flinux%2Flinux-intel_4.19%25.bbappend;fp=meta-agl-bsp%2Fmeta-intel%2Frecipes-kernel%2Flinux%2Flinux-intel_4.19%25.bbappend;h=0000000000000000000000000000000000000000;hb=3ed6b01506b9876ef8b5d8110b4dc32d488ef41c;hp=9827b3e7dfd0fe40ae9326ead69ace98e347f5aa;hpb=7e27d798f73bbe99e5bef10ac42b5200b8c70df0;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.19%.bbappend b/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.19%.bbappend deleted file mode 100644 index 9827b3e7d..000000000 --- a/meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.19%.bbappend +++ /dev/null @@ -1,28 +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" - -# adding specific driver needed by the upsquare board -SRC_URI_append = " file://upsquare.cfg" -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/upsquare.cfg" - -# adding CONFIG needed by LAVA and NBD -SRC_URI_append = " file://lava.cfg" -KERNEL_CONFIG_FRAGMENTS_append = " ${WORKDIR}/lava.cfg" - -# Ensure we have a startup.nsh file -SRC_URI_append = " file://startup.nsh" - -do_deploy_append() { - install -m 0755 ${WORKDIR}/startup.nsh ${DEPLOYDIR}/ -}