@@ -9,8 +9,6 @@ SRC_URI = "\
PR = "r3"
PV = "1.0"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
deleted file mode 100644
@@ -1,13 +0,0 @@
-# This uEnv.txt file can contain additional environment settings that you
-# want to set in U-Boot at boot time. This can be simple variables such
-# as the serverip or custom variables. The format of this file is:
-# variable=value
-# NOTE: This file will be evaluated after the bootcmd is run and the
-# bootcmd must be set to load this file if it exists (this is the
-# default on all newer U-Boot images. This also means that some
-# variables such as bootdelay cannot be changed by this file since
-# it is not evaluated until the bootcmd is run.
-optargs=video=HDMI-A-1:800x600
-
-# Uncomment the following line to enable HDMI display and disable LCD display.
-#fdtfile=am437x-gp-evm-hdmi.dtb
deleted file mode 100644
@@ -1,11 +0,0 @@
-# This uEnv.txt file can contain additional environment settings that you
-# want to set in U-Boot at boot time. This can be simple variables such
-# as the serverip or custom variables. The format of this file is:
-# variable=value
-# NOTE: This file will be evaluated after the bootcmd is run and the
-# bootcmd must be set to load this file if it exists (this is the
-# default on all newer U-Boot images. This also means that some
-# variables such as bootdelay cannot be changed by this file since
-# it is not evaluated until the bootcmd is run.
-bootdir=/boot
-bootpart=0:2
OMAP5 is not supported and the changes for AM437 are no longer valid. Remove those. As the package is now no longer different based on machine, remove PACKAGE_ARCH setting from recipe. Signed-off-by: Andrew Davis <afd@ti.com> --- .../recipes-tisdk/tisdk-uenv/tisdk-uenv.bb | 2 -- .../tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt | 13 ------------- .../tisdk-uenv/tisdk-uenv/omap5-evm/uEnv.txt | 11 ----------- 3 files changed, 26 deletions(-) delete mode 100644 meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt delete mode 100644 meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/omap5-evm/uEnv.txt