From 280f9ba9438c9d6fbcec5aa698f95a03f4846181 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 30 May 2021 15:13:37 -0400 Subject: Remove dra7xx-evm machine support Remove dra7xx-evm machine template and related BSP configuration tweaks. The configuration is stale and untested, and no one has expressed interest in it for long enough that it seems better to just remove it to avoid confusion about support status. Bug-AGL: SPEC-3934 Signed-off-by: Scott Murray Change-Id: I1659eef113cf1e6fcfdddf65f712275b8fc49b6f Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26378 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- templates/machine/dra7xx-evm/50_bblayers.conf.inc | 5 ----- templates/machine/dra7xx-evm/50_local.conf.inc | 3 --- templates/machine/dra7xx-evm/README_machine_dra7xx-evm.md | 9 --------- 3 files changed, 17 deletions(-) delete mode 100644 templates/machine/dra7xx-evm/50_bblayers.conf.inc delete mode 100644 templates/machine/dra7xx-evm/50_local.conf.inc delete mode 100644 templates/machine/dra7xx-evm/README_machine_dra7xx-evm.md (limited to 'templates/machine') diff --git a/templates/machine/dra7xx-evm/50_bblayers.conf.inc b/templates/machine/dra7xx-evm/50_bblayers.conf.inc deleted file mode 100644 index 6152217d3..000000000 --- a/templates/machine/dra7xx-evm/50_bblayers.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ -BBLAYERS =+ "\ - ${METADIR}/bsp/meta-arm/meta-arm \ - ${METADIR}/bsp/meta-arm/meta-arm-toolchain \ - ${METADIR}/bsp/meta-ti \ - " diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc deleted file mode 100644 index e43a4f294..000000000 --- a/templates/machine/dra7xx-evm/50_local.conf.inc +++ /dev/null @@ -1,3 +0,0 @@ -MACHINE = "dra7xx-evm" -#see meta-agl/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc -require conf/include/agl_dra7xx-evm.inc diff --git a/templates/machine/dra7xx-evm/README_machine_dra7xx-evm.md b/templates/machine/dra7xx-evm/README_machine_dra7xx-evm.md deleted file mode 100644 index 8a9a72fb0..000000000 --- a/templates/machine/dra7xx-evm/README_machine_dra7xx-evm.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: Machine dra7xx-evm -authors: Jan-Simon Möller , Karthik Ramanan , Kevin Hilman , Ronan Le Martret , Stephane Desneux ---- - -### Machine dra7xx-evm - -*Description is missing - please complete file meta-agl/templates/machine/dra7xx-evm/README_machine_dra7xx-evm.md* - -- cgit 1.2.3-korg