@@ -2,7 +2,7 @@
DISTRO_NAME = "Arago"
DISTRO_VERSION = "2023.10"
DISTRO_FEED_URI ?= "http://lcpd.itg.ti.com"
-BUILD_VARIANT = "${@['prod','rt','systest'][int(d.getVar('ARAGO_RT_ENABLE'))+int(d.getVar('ARAGO_SYSTEST_ENABLE'))*2]}"
+BUILD_VARIANT = "${@['prod','rt'][int(d.getVar('ARAGO_RT_ENABLE'))]}"
TISDK_VERSION ?= "live"
FEEDURIPREFIX ?= "builds/${DISTRO}-master/${BUILD_VARIANT}/${MACHINE}/latest/packages/"
@@ -151,11 +151,6 @@ ARAGO_RT_ENABLE ?= "0"
ARAGO_KERNEL_SUFFIX:append = "${@oe.utils.conditional("ARAGO_RT_ENABLE", "1", "-rt", "", d)}"
ARAGO_IMAGE_SUFFIX:append = "${@oe.utils.conditional("ARAGO_RT_ENABLE", "1", "-rt", "", d)}"
-# Set systest kernel suffix
-ARAGO_SYSTEST_ENABLE ?= "0"
-ARAGO_KERNEL_SUFFIX:append = "${@oe.utils.conditional("ARAGO_SYSTEST_ENABLE", "1", "-systest", "", d)}"
-IMAGE_FSTYPES:remove = "${@['','ubi ubifs'][d.getVar('ARAGO_SYSTEST_ENABLE') == '1']}"
-
# Enable basic stack and buffer overflow protections
#TARGET_CPPFLAGS += "-fstack-protector -D_FORTIFY_SOURCE=1"
#TARGET_CPPFLAGS += "-fstack-protector"
@@ -5,7 +5,6 @@ require branding-core.inc
# Auto rev important packages to pick up latest
SRCREV:pn-linux-ti-staging = "${AUTOREV}"
SRCREV:pn-linux-ti-staging-rt = "${AUTOREV}"
-SRCREV:pn-linux-ti-staging-systest = "${AUTOREV}"
SRCREV:pn-u-boot-ti-staging = "${AUTOREV}"
SRCREV:pn-ltp-ddt = "${AUTOREV}"
#SRCREV:pn-optee-os = "${AUTOREV}"
This is not currently used and will be dropped from meta-ti, remove it. Signed-off-by: Andrew Davis <afd@ti.com> --- meta-arago-distro/conf/distro/arago.conf | 7 +------ .../conf/distro/include/branding-bleeding.inc | 1 - 2 files changed, 1 insertion(+), 7 deletions(-)