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 <[email protected]> --- .../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 diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb index 7bd601a0..08289822 100644 --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb +++ b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb @@ -9,8 +9,6 @@ SRC_URI = "\ PR = "r3" PV = "1.0" -PACKAGE_ARCH = "${MACHINE_ARCH}" - S = "${WORKDIR}/sources" UNPACKDIR = "${S}" diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt deleted file mode 100644 index 89f89f0d..00000000 --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/am437x-evm/uEnv.txt +++ /dev/null @@ -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 diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/omap5-evm/uEnv.txt b/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/omap5-evm/uEnv.txt deleted file mode 100644 index 6f726f58..00000000 --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv/omap5-evm/uEnv.txt +++ /dev/null @@ -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 -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15656): https://lists.yoctoproject.org/g/meta-arago/message/15656 Mute This Topic: https://lists.yoctoproject.org/mt/110098495/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
