This is not currently used and will be dropped from meta-ti, remove it. Signed-off-by: Andrew Davis <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 7 +------ .../conf/distro/include/branding-bleeding.inc | 1 - 2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 8e094e02..8ee1f571 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -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" diff --git a/meta-arago-distro/conf/distro/include/branding-bleeding.inc b/meta-arago-distro/conf/distro/include/branding-bleeding.inc index 0008a442..4efbb225 100644 --- a/meta-arago-distro/conf/distro/include/branding-bleeding.inc +++ b/meta-arago-distro/conf/distro/include/branding-bleeding.inc @@ -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}" -- 2.39.2 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15675): https://lists.yoctoproject.org/g/meta-arago/message/15675 Mute This Topic: https://lists.yoctoproject.org/mt/110215977/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
