From 3ed6b01506b9876ef8b5d8110b4dc32d488ef41c Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 1 Jul 2020 01:21:53 +0200 Subject: Remove deprecated bsp files from meta-agl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - hsdk does not have a dunfell branch - meta-intel was deprecated in favour of a unified qemux86-64 target - sdcard_image-socfpga is deprecated as upstream changed to use wic Bug-AGL: SPEC-3468 Signed-off-by: Jan-Simon Möller Change-Id: Ie79fc9c379bd6260a18fe6fe0115d9ce8de1017f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24918 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Scott Murray --- .../linux/linux-intel_4.19%.bbappend | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.19%.bbappend (limited to 'meta-agl-bsp/meta-intel/recipes-kernel/linux/linux-intel_4.19%.bbappend') 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}/ -} -- cgit 1.2.3-korg