* [meta-arago][master][PATCH v2 0/2] Arago image names
@ 2026-01-30 22:08 Andrew Davis
2026-01-30 22:08 ` [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images Andrew Davis
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Andrew Davis @ 2026-01-30 22:08 UTC (permalink / raw)
To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis
Hello all,
The meta-tisdk layer produces images with the prefix "tisdk-", it does
this by appending to the images defined in meta-arago. This means adding
the layer meta-tisdk changes the content of the images. Meta-tisdk has to
do this as the image names its "tisdk-" prefix is already being used by
meta-arago.
What we do here is change the images and package groups defined by
meta-arago to have the prefix "arago-". This way meta-tisdk can have
images with its "tisdk-" prefix without having to modify existing images.
Instead it can extend the images and give them a new name to avoid
any confusion about the content and source of each image name.
Thanks,
Andrew
Changes for v2:
- Renamed packagegroup-arago-base-server-extra
Andrew Davis (2):
meta-arago-distro: Remove TI SDK branding from Arago images
meta-arago-distro: Remove tisdk name from Arago packagegroups
check_yocto_rules.json | 4 ++--
meta-arago-distro/README | 2 +-
.../classes/tisdk-bundle.bbclass | 2 +-
meta-arago-distro/conf/distro/arago.conf | 2 +-
.../conf/distro/include/branding-bleeding.inc | 4 ++--
....bbappend => arago-default-image.bbappend} | 0
....bbappend => arago-default-image.bbappend} | 0
.../bootstrap-initrd/bootstrap-initrd_1.0.bb | 2 +-
...isdk-base-image.bb => arago-base-image.bb} | 2 +-
...image.bb => arago-bootstrap-base-image.bb} | 2 +-
...trap-image.bb => arago-bootstrap-image.bb} | 2 +-
...dk-core-bundle.bb => arago-core-bundle.bb} | 6 +++---
...-core-bundle.inc => arago-core-bundle.inc} | 4 ++--
...efault-image.bb => arago-default-image.bb} | 20 +++++++++----------
.../images/arago-jailhouse-image.bb | 12 +++++++++++
...se-inmate.bb => arago-jailhouse-inmate.bb} | 6 +++---
...inux-image.bb => arago-thinlinux-image.bb} | 8 ++++----
...isdk-tiny-image.bb => arago-tiny-image.bb} | 4 ++--
...y-initramfs.bb => arago-tiny-initramfs.bb} | 2 +-
.../images/tisdk-jailhouse-image.bb | 12 -----------
...> packagegroup-arago-addons-sdk-target.bb} | 0
...addons.bb => packagegroup-arago-addons.bb} | 0
...> packagegroup-arago-base-server-extra.bb} | 0
...agegroup-arago-connectivity-sdk-target.bb} | 0
....bb => packagegroup-arago-connectivity.bb} | 0
...> packagegroup-arago-crypto-sdk-target.bb} | 0
...crypto.bb => packagegroup-arago-crypto.bb} | 0
...packagegroup-arago-graphics-sdk-target.bb} | 0
...hics.bb => packagegroup-arago-graphics.bb} | 0
...b => packagegroup-arago-gtk-sdk-target.bb} | 0
...tisdk-gtk.bb => packagegroup-arago-gtk.bb} | 0
...ckagegroup-arago-multimedia-sdk-target.bb} | 0
...ia.bb => packagegroup-arago-multimedia.bb} | 0
...srepo.bb => packagegroup-arago-sysrepo.bb} | 0
...ckagegroup-arago-toolchain-tisdk-target.bb | 12 +++++------
.../recipes-core/packagegroups/ti-world.bb | 16 +++++++--------
meta-arago-extras/README | 2 +-
.../recipes-core/packagegroups/ti-test.bb | 2 +-
38 files changed, 64 insertions(+), 64 deletions(-)
rename meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%)
rename meta-arago-distro/dynamic-layers/selinux/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%)
rename meta-arago-distro/recipes-core/images/{tisdk-base-image.bb => arago-base-image.bb} (89%)
rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-base-image.bb => arago-bootstrap-base-image.bb} (91%)
rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-image.bb => arago-bootstrap-image.bb} (90%)
rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.bb => arago-core-bundle.bb} (81%)
rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.inc => arago-core-bundle.inc} (83%)
rename meta-arago-distro/recipes-core/images/{tisdk-default-image.bb => arago-default-image.bb} (71%)
create mode 100644 meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb
rename meta-arago-distro/recipes-core/images/{tisdk-jailhouse-inmate.bb => arago-jailhouse-inmate.bb} (53%)
rename meta-arago-distro/recipes-core/images/{tisdk-thinlinux-image.bb => arago-thinlinux-image.bb} (80%)
rename meta-arago-distro/recipes-core/images/{tisdk-tiny-image.bb => arago-tiny-image.bb} (81%)
rename meta-arago-distro/recipes-core/images/{tisdk-tiny-initramfs.bb => arago-tiny-initramfs.bb} (93%)
delete mode 100644 meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons-sdk-target.bb => packagegroup-arago-addons-sdk-target.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons.bb => packagegroup-arago-addons.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-base-tisdk-server-extra.bb => packagegroup-arago-base-server-extra.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity-sdk-target.bb => packagegroup-arago-connectivity-sdk-target.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity.bb => packagegroup-arago-connectivity.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto-sdk-target.bb => packagegroup-arago-crypto-sdk-target.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto.bb => packagegroup-arago-crypto.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics-sdk-target.bb => packagegroup-arago-graphics-sdk-target.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics.bb => packagegroup-arago-graphics.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk-sdk-target.bb => packagegroup-arago-gtk-sdk-target.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk.bb => packagegroup-arago-gtk.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia-sdk-target.bb => packagegroup-arago-multimedia-sdk-target.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia.bb => packagegroup-arago-multimedia.bb} (100%)
rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-sysrepo.bb => packagegroup-arago-sysrepo.bb} (100%)
--
2.39.2
^ permalink raw reply [flat|nested] 11+ messages in thread* [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images 2026-01-30 22:08 [meta-arago][master][PATCH v2 0/2] Arago image names Andrew Davis @ 2026-01-30 22:08 ` Andrew Davis 2026-01-31 15:29 ` Denys Dmytriyenko 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups Andrew Davis 2026-01-30 22:28 ` [meta-arago][master][PATCH v2 0/2] Arago image names PRC Automation 2 siblings, 1 reply; 11+ messages in thread From: Andrew Davis @ 2026-01-30 22:08 UTC (permalink / raw) To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis Arago is a reference distribution for TI hardware and a foundation for application/product specific Linux SDKs. While Arago can produce an SDK for TI products on its own this is not *the* "TI SDK" shipped today, which is generated by a layer called "meta-tisdk". This "meta-tisdk" produces images with the tisdk branding such as "tisdk-default-image" but as Arago provides images of the same name this is done by appending to the Arago version. This means the content of "tisdk-default-image" changes depending on what layers you have included. Instead there should be different names for images containing different content, the solution here is: meta-arago -> arago-*-image meta-tisdk -> tisdk-*-image The tisdk images can still be based on the arago images, but this way it is clear what you are getting based on the image names. Rename the images here in meta-arago to be prefixed with "arago", and remove some of the legacy "TI SDK" branding. Signed-off-by: Andrew Davis <afd@ti.com> --- check_yocto_rules.json | 4 ++-- meta-arago-distro/README | 2 +- meta-arago-distro/classes/tisdk-bundle.bbclass | 2 +- meta-arago-distro/conf/distro/arago.conf | 2 +- .../conf/distro/include/branding-bleeding.inc | 4 ++-- ...t-image.bbappend => arago-default-image.bbappend} | 0 ...t-image.bbappend => arago-default-image.bbappend} | 0 .../bootstrap-initrd/bootstrap-initrd_1.0.bb | 2 +- .../{tisdk-base-image.bb => arago-base-image.bb} | 2 +- ...p-base-image.bb => arago-bootstrap-base-image.bb} | 2 +- ...k-bootstrap-image.bb => arago-bootstrap-image.bb} | 2 +- .../{tisdk-core-bundle.bb => arago-core-bundle.bb} | 6 +++--- .../{tisdk-core-bundle.inc => arago-core-bundle.inc} | 4 ++-- ...tisdk-default-image.bb => arago-default-image.bb} | 4 ++-- .../recipes-core/images/arago-jailhouse-image.bb | 12 ++++++++++++ ...jailhouse-inmate.bb => arago-jailhouse-inmate.bb} | 6 +++--- ...k-thinlinux-image.bb => arago-thinlinux-image.bb} | 2 +- .../{tisdk-tiny-image.bb => arago-tiny-image.bb} | 4 ++-- ...sdk-tiny-initramfs.bb => arago-tiny-initramfs.bb} | 2 +- .../recipes-core/images/tisdk-jailhouse-image.bb | 12 ------------ meta-arago-extras/README | 2 +- .../recipes-core/packagegroups/ti-test.bb | 2 +- 22 files changed, 39 insertions(+), 39 deletions(-) rename meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%) rename meta-arago-distro/dynamic-layers/selinux/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%) rename meta-arago-distro/recipes-core/images/{tisdk-base-image.bb => arago-base-image.bb} (89%) rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-base-image.bb => arago-bootstrap-base-image.bb} (91%) rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-image.bb => arago-bootstrap-image.bb} (90%) rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.bb => arago-core-bundle.bb} (81%) rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.inc => arago-core-bundle.inc} (83%) rename meta-arago-distro/recipes-core/images/{tisdk-default-image.bb => arago-default-image.bb} (91%) create mode 100644 meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb rename meta-arago-distro/recipes-core/images/{tisdk-jailhouse-inmate.bb => arago-jailhouse-inmate.bb} (53%) rename meta-arago-distro/recipes-core/images/{tisdk-thinlinux-image.bb => arago-thinlinux-image.bb} (94%) rename meta-arago-distro/recipes-core/images/{tisdk-tiny-image.bb => arago-tiny-image.bb} (81%) rename meta-arago-distro/recipes-core/images/{tisdk-tiny-initramfs.bb => arago-tiny-initramfs.bb} (93%) delete mode 100644 meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb diff --git a/check_yocto_rules.json b/check_yocto_rules.json index 7b3e20db..a6a46f42 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -12,8 +12,8 @@ }, "GUARD-1" : { "skip_files" : [ - "meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend", - "meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend", + "meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend", + "meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend", "meta-arago-distro/dynamic-layers/selinux/recipes-kernel/linux/linux-ti-staging_%.bbappend", "meta-arago-extras/recipes-extended/sysrepo/libyang_%.bbappend", "meta-arago-test/dynamic-layers/qt6-layer/recipes-core/packagegroups/ti-test.bbappend", diff --git a/meta-arago-distro/README b/meta-arago-distro/README index d4ff2dd2..d5ec23af 100644 --- a/meta-arago-distro/README +++ b/meta-arago-distro/README @@ -1,4 +1,4 @@ -meta-arago-distro provides Arago distribution configuration for TI SDK products +meta-arago-distro provides Arago distribution configuration for TI products This layer works with the latest Yocto Project release (currently 2.2+) and tracks the stable/maintenance branches (currently "master") of the corresponding layers: diff --git a/meta-arago-distro/classes/tisdk-bundle.bbclass b/meta-arago-distro/classes/tisdk-bundle.bbclass index fb2073ef..cc5d1481 100644 --- a/meta-arago-distro/classes/tisdk-bundle.bbclass +++ b/meta-arago-distro/classes/tisdk-bundle.bbclass @@ -31,7 +31,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" # List of target side images to be built and packaged. By default take # the base image but this can be modified if desired to package # additional images. -TARGET_IMAGES ?= "tisdk-base-image" +TARGET_IMAGES ?= "arago-base-image" # path to install the meta-toolchain package in the SDK TISDK_TOOLCHAIN_PATH ?= "linux-devkit" diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 9f68e162..90c757fa 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -124,7 +124,7 @@ PACKAGECONFIG:append:pn-kmscube = " gstreamer" PACKAGECONFIG:remove:pn-opencl-cts = "opengl gles vulkan" # Configure RAMFS for jailhouse linux-demo -JH_RAMFS_IMAGE = "tisdk-jailhouse-inmate" +JH_RAMFS_IMAGE = "arago-jailhouse-inmate" # Enable UI and scripting for perf PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui" diff --git a/meta-arago-distro/conf/distro/include/branding-bleeding.inc b/meta-arago-distro/conf/distro/include/branding-bleeding.inc index 4efbb225..9d470c16 100644 --- a/meta-arago-distro/conf/distro/include/branding-bleeding.inc +++ b/meta-arago-distro/conf/distro/include/branding-bleeding.inc @@ -35,5 +35,5 @@ DATEH := "${@time.strftime('%Y%m%d%H',time.gmtime())}" CORESDK_RTOS_FILE_PREFIX = "${DATEH}-" CORESDK_RTOS_FILE_SUFFIX = ";downloadfilename=${CORESDK_RTOS_FILE_PREFIX}${DEFAULT_FIRMWARE_FILE}" -# Build and assemble TI-SDK, but don't package it -IMAGE_FSTYPES:pn-tisdk-core-bundle = "" +# Build and assemble Arago SDK, but don't package it +IMAGE_FSTYPES:pn-arago-core-bundle = "" diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend similarity index 100% rename from meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend rename to meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend diff --git a/meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend b/meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend similarity index 100% rename from meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend rename to meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend diff --git a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb index 57070459..c64f0303 100644 --- a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb +++ b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb @@ -8,7 +8,7 @@ CLEANBROKEN = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" -BOOSTRAP_IMAGE = "tisdk-bootstrap-base-image" +BOOSTRAP_IMAGE = "arago-bootstrap-base-image" TARGET = "bootstrap-rootfs-${MACHINE}.cpio" diff --git a/meta-arago-distro/recipes-core/images/tisdk-base-image.bb b/meta-arago-distro/recipes-core/images/arago-base-image.bb similarity index 89% rename from meta-arago-distro/recipes-core/images/tisdk-base-image.bb rename to meta-arago-distro/recipes-core/images/arago-base-image.bb index 25738059..005704c5 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-base-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-base-image.bb @@ -1,4 +1,4 @@ -SUMMARY = "Arago TI SDK base image with test tools" +SUMMARY = "Arago base image with test tools" DESCRIPTION = "Arago SDK base image suitable for initramfs containing\ comprehensive test tools." diff --git a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb b/meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb similarity index 91% rename from meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb rename to meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb index ed964415..f6fc23d9 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb @@ -1,4 +1,4 @@ -SUMMARY = "Arago TI SDK bootstrap base image for initramfs" +SUMMARY = "Arago bootstrap base image for initramfs" DESCRIPTION = "Image meant for basic system verification of linux kernel.\ Intended as basic test system, this image does not package the kernel\ diff --git a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb b/meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb similarity index 90% rename from meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb rename to meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb index d0aef0de..d6fa5444 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb @@ -1,4 +1,4 @@ -SUMMARY = "Arago TI SDK bootstrap image usable for board bringup" +SUMMARY = "Arago bootstrap image usable for board bringup" DESCRIPTION = "This image is a complete package containing a rootfs\ and an initrd with platform test utilities that can be used for new\ diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core/images/arago-core-bundle.bb similarity index 81% rename from meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb rename to meta-arago-distro/recipes-core/images/arago-core-bundle.bb index 0711ec10..4b188fd7 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.bb @@ -1,11 +1,11 @@ -SUMMARY = "Installer package for TI SDK - NOT for direct use on target" +SUMMARY = "Installer package for Arago SDK - NOT for direct use on target" DESCRIPTION = "This creates an installer including all the default images\ recommended including source, binaries, filesystems, etc.\ - for TI SDK. This is meant to be used on the host system.\ + for Arago SDK. This is meant to be used on the host system.\ " -require tisdk-core-bundle.inc +require arago-core-bundle.inc DEPLOY_SPL_NAME:omapl138 = "" DEPLOY_SPL_NAME:k3 = "tispl.bin tiboot3.bin" diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc similarity index 83% rename from meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc rename to meta-arago-distro/recipes-core/images/arago-core-bundle.inc index 2e3a3072..63b73229 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc @@ -1,4 +1,4 @@ -# This include is for the common setting used to build TISDK images. These images +# This include is for the common setting used to build Arago SDK images. These images # include both host and target side content. LICENSE = "MIT" @@ -27,7 +27,7 @@ DTB_FILTER:j7200 = "j7200" DTB_FILTER:j721s2 = "j721s2" # List of target side images to build for the SDK -TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image tisdk-bootstrap-image" +TARGET_IMAGES = "arago-base-image arago-default-image arago-thinlinux-image arago-bootstrap-image" TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk" TOOLCHAIN_SUFFIX = "-tisdk" diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/arago-default-image.bb similarity index 91% rename from meta-arago-distro/recipes-core/images/tisdk-default-image.bb rename to meta-arago-distro/recipes-core/images/arago-default-image.bb index 27c5671c..becd3e9b 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-default-image.bb @@ -1,6 +1,6 @@ -SUMMARY = "Arago TI SDK full filesystem image" +SUMMARY = "Arago full filesystem image" -DESCRIPTION = "Complete Arago TI SDK filesystem image containing complete\ +DESCRIPTION = "Complete Arago filesystem image containing complete\ applications and packages to entitle the SoC." require arago-image.inc diff --git a/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb new file mode 100644 index 00000000..e1b265b5 --- /dev/null +++ b/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb @@ -0,0 +1,12 @@ +SUMMARY = "Arago image for Jailhouse Hypervisor" + +DESCRIPTION = "Arago image meant for running Jailhouse, a partitioning \ +Hypervisor based on Linux. This image is derived from arago-default-image and \ +contains additional firmware and management tools for Jailhouse.\ +" + +require recipes-core/images/arago-default-image.bb + +COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" + +IMAGE_INSTALL += " jailhouse" diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb b/meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb similarity index 53% rename from meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb rename to meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb index bcde33d6..0ee22878 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb +++ b/meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb @@ -1,11 +1,11 @@ -SUMMARY = "Arago TI SDK super minimal base image for jailhouse linux demo" +SUMMARY = "Arago super minimal base image for jailhouse linux demo" DESCRIPTION = "Image meant for basic boot of linux inmate for jailhouse\ -This image is derived from tisdk-tiny-initramfs and contains additional\ +This image is derived from arago-tiny-initramfs and contains additional\ packages for OOB demo.\ " -require recipes-core/images/tisdk-tiny-initramfs.bb +require recipes-core/images/arago-tiny-initramfs.bb COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" diff --git a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb similarity index 94% rename from meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb rename to meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb index 477986e4..a30acbfb 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb @@ -1,4 +1,4 @@ -SUMMARY = "Arago TI SDK Thin Linux image" +SUMMARY = "Arago Thin Linux image" DESCRIPTION = "Minimal bootable image with container to start the next\ complex system up." diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb similarity index 81% rename from meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb rename to meta-arago-distro/recipes-core/images/arago-tiny-image.bb index 40c58e99..76047f75 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb @@ -1,4 +1,4 @@ -SUMMARY = "Arago TI SDK super minimal base image for initramfs" +SUMMARY = "Arago super minimal base image for initramfs" DESCRIPTION = "Image meant for basic boot of linux kernel. Intended as\ bare system, this image does not package the kernel in the\ @@ -16,4 +16,4 @@ IMAGE_INSTALL += " \ ${ARAGO_TINY_IMAGE_EXTRA_INSTALL} \ " -DEPENDS += " tisdk-tiny-initramfs" +DEPENDS += " arago-tiny-initramfs" diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb b/meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb similarity index 93% rename from meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb rename to meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb index 8a4262b1..4605b7a1 100644 --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb +++ b/meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb @@ -1,4 +1,4 @@ -SUMMARY = "Arago TI SDK super minimal base image for initramfs" +SUMMARY = "Arago super minimal base image for initramfs" DESCRIPTION = "Image meant for basic boot of linux kernel. Intended as\ bare system, this image does not package the kernel in the\ diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb deleted file mode 100644 index b7bfc825..00000000 --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Arago TI SDK image for Jailhouse Hypervisor" - -DESCRIPTION = "Arago TI SDK image meant for running Jailhouse, a partitioning \ -Hypervisor based on Linux. This image is derived from tisdk-default-image and \ -contains additional firmware and management tools for Jailhouse.\ -" - -require recipes-core/images/tisdk-default-image.bb - -COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" - -IMAGE_INSTALL += " jailhouse" diff --git a/meta-arago-extras/README b/meta-arago-extras/README index fc04e6af..9a4c5b25 100644 --- a/meta-arago-extras/README +++ b/meta-arago-extras/README @@ -1,4 +1,4 @@ -meta-arago-extras provides additional TI SDK applications that are distro-agnostic +meta-arago-extras provides additional TI applications that are distro-agnostic This layer works with the latest Yocto Project release (currently 2.2+) and tracks the stable/maintenance branches (currently "master") of the corresponding layers: diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index 22957218..f2ae1aef 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -169,7 +169,7 @@ RDEPENDS:${PN} = "\ ${TI_TEST_TI_TOOLS} \ " -# Package group for things that should only be present in tisdk-default-image +# Package group for things that should only be present in arago-default-image PACKAGES += " ${PN}-extras" RDEPENDS:${PN}-extras = "\ ${TI_TEST_EXTRAS} \ -- 2.39.2 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images Andrew Davis @ 2026-01-31 15:29 ` Denys Dmytriyenko 2026-02-03 18:30 ` Andrew Davis 0 siblings, 1 reply; 11+ messages in thread From: Denys Dmytriyenko @ 2026-01-31 15:29 UTC (permalink / raw) To: afd; +Cc: Denys Dmytriyenko, Ryan Eatmon, meta-arago On Fri, Jan 30, 2026 at 04:08:29PM -0600, Andrew Davis via lists.yoctoproject.org wrote: > Arago is a reference distribution for TI hardware and a foundation for > application/product specific Linux SDKs. While Arago can produce an SDK > for TI products on its own this is not *the* "TI SDK" shipped today, which > is generated by a layer called "meta-tisdk". This "meta-tisdk" produces > images with the tisdk branding such as "tisdk-default-image" but as Arago > provides images of the same name this is done by appending to the Arago > version. This means the content of "tisdk-default-image" changes depending > on what layers you have included. Instead there should be different names > for images containing different content, the solution here is: > > meta-arago -> arago-*-image > meta-tisdk -> tisdk-*-image > > The tisdk images can still be based on the arago images, but this way > it is clear what you are getting based on the image names. > > Rename the images here in meta-arago to be prefixed with "arago", and > remove some of the legacy "TI SDK" branding. Looks good, but I see that git didn't pick up the rename of tisdk-jailhouse-image into arago-jailhouse-image and treated it as add/remove - probably need to lower the similarity threshold with -M<n>? https://git-scm.com/docs/git-format-patch#Documentation/git-format-patch.txt--Mn > Signed-off-by: Andrew Davis <afd@ti.com> > --- > check_yocto_rules.json | 4 ++-- > meta-arago-distro/README | 2 +- > meta-arago-distro/classes/tisdk-bundle.bbclass | 2 +- > meta-arago-distro/conf/distro/arago.conf | 2 +- > .../conf/distro/include/branding-bleeding.inc | 4 ++-- > ...t-image.bbappend => arago-default-image.bbappend} | 0 > ...t-image.bbappend => arago-default-image.bbappend} | 0 > .../bootstrap-initrd/bootstrap-initrd_1.0.bb | 2 +- > .../{tisdk-base-image.bb => arago-base-image.bb} | 2 +- > ...p-base-image.bb => arago-bootstrap-base-image.bb} | 2 +- > ...k-bootstrap-image.bb => arago-bootstrap-image.bb} | 2 +- > .../{tisdk-core-bundle.bb => arago-core-bundle.bb} | 6 +++--- > .../{tisdk-core-bundle.inc => arago-core-bundle.inc} | 4 ++-- > ...tisdk-default-image.bb => arago-default-image.bb} | 4 ++-- > .../recipes-core/images/arago-jailhouse-image.bb | 12 ++++++++++++ ^^^ > ...jailhouse-inmate.bb => arago-jailhouse-inmate.bb} | 6 +++--- > ...k-thinlinux-image.bb => arago-thinlinux-image.bb} | 2 +- > .../{tisdk-tiny-image.bb => arago-tiny-image.bb} | 4 ++-- > ...sdk-tiny-initramfs.bb => arago-tiny-initramfs.bb} | 2 +- > .../recipes-core/images/tisdk-jailhouse-image.bb | 12 ------------ ^^^ > meta-arago-extras/README | 2 +- > .../recipes-core/packagegroups/ti-test.bb | 2 +- > 22 files changed, 39 insertions(+), 39 deletions(-) > rename meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%) > rename meta-arago-distro/dynamic-layers/selinux/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%) > rename meta-arago-distro/recipes-core/images/{tisdk-base-image.bb => arago-base-image.bb} (89%) > rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-base-image.bb => arago-bootstrap-base-image.bb} (91%) > rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-image.bb => arago-bootstrap-image.bb} (90%) > rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.bb => arago-core-bundle.bb} (81%) > rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.inc => arago-core-bundle.inc} (83%) > rename meta-arago-distro/recipes-core/images/{tisdk-default-image.bb => arago-default-image.bb} (91%) > create mode 100644 meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb > rename meta-arago-distro/recipes-core/images/{tisdk-jailhouse-inmate.bb => arago-jailhouse-inmate.bb} (53%) > rename meta-arago-distro/recipes-core/images/{tisdk-thinlinux-image.bb => arago-thinlinux-image.bb} (94%) > rename meta-arago-distro/recipes-core/images/{tisdk-tiny-image.bb => arago-tiny-image.bb} (81%) > rename meta-arago-distro/recipes-core/images/{tisdk-tiny-initramfs.bb => arago-tiny-initramfs.bb} (93%) > delete mode 100644 meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb > > diff --git a/check_yocto_rules.json b/check_yocto_rules.json > index 7b3e20db..a6a46f42 100644 > --- a/check_yocto_rules.json > +++ b/check_yocto_rules.json > @@ -12,8 +12,8 @@ > }, > "GUARD-1" : { > "skip_files" : [ > - "meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend", > - "meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend", > + "meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend", > + "meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend", > "meta-arago-distro/dynamic-layers/selinux/recipes-kernel/linux/linux-ti-staging_%.bbappend", > "meta-arago-extras/recipes-extended/sysrepo/libyang_%.bbappend", > "meta-arago-test/dynamic-layers/qt6-layer/recipes-core/packagegroups/ti-test.bbappend", > diff --git a/meta-arago-distro/README b/meta-arago-distro/README > index d4ff2dd2..d5ec23af 100644 > --- a/meta-arago-distro/README > +++ b/meta-arago-distro/README > @@ -1,4 +1,4 @@ > -meta-arago-distro provides Arago distribution configuration for TI SDK products > +meta-arago-distro provides Arago distribution configuration for TI products > > This layer works with the latest Yocto Project release (currently 2.2+) and tracks > the stable/maintenance branches (currently "master") of the corresponding layers: > diff --git a/meta-arago-distro/classes/tisdk-bundle.bbclass b/meta-arago-distro/classes/tisdk-bundle.bbclass > index fb2073ef..cc5d1481 100644 > --- a/meta-arago-distro/classes/tisdk-bundle.bbclass > +++ b/meta-arago-distro/classes/tisdk-bundle.bbclass > @@ -31,7 +31,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" > # List of target side images to be built and packaged. By default take > # the base image but this can be modified if desired to package > # additional images. > -TARGET_IMAGES ?= "tisdk-base-image" > +TARGET_IMAGES ?= "arago-base-image" > > # path to install the meta-toolchain package in the SDK > TISDK_TOOLCHAIN_PATH ?= "linux-devkit" > diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf > index 9f68e162..90c757fa 100644 > --- a/meta-arago-distro/conf/distro/arago.conf > +++ b/meta-arago-distro/conf/distro/arago.conf > @@ -124,7 +124,7 @@ PACKAGECONFIG:append:pn-kmscube = " gstreamer" > PACKAGECONFIG:remove:pn-opencl-cts = "opengl gles vulkan" > > # Configure RAMFS for jailhouse linux-demo > -JH_RAMFS_IMAGE = "tisdk-jailhouse-inmate" > +JH_RAMFS_IMAGE = "arago-jailhouse-inmate" > > # Enable UI and scripting for perf > PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui" > diff --git a/meta-arago-distro/conf/distro/include/branding-bleeding.inc b/meta-arago-distro/conf/distro/include/branding-bleeding.inc > index 4efbb225..9d470c16 100644 > --- a/meta-arago-distro/conf/distro/include/branding-bleeding.inc > +++ b/meta-arago-distro/conf/distro/include/branding-bleeding.inc > @@ -35,5 +35,5 @@ DATEH := "${@time.strftime('%Y%m%d%H',time.gmtime())}" > CORESDK_RTOS_FILE_PREFIX = "${DATEH}-" > CORESDK_RTOS_FILE_SUFFIX = ";downloadfilename=${CORESDK_RTOS_FILE_PREFIX}${DEFAULT_FIRMWARE_FILE}" > > -# Build and assemble TI-SDK, but don't package it > -IMAGE_FSTYPES:pn-tisdk-core-bundle = "" > +# Build and assemble Arago SDK, but don't package it > +IMAGE_FSTYPES:pn-arago-core-bundle = "" > diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend > similarity index 100% > rename from meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend > rename to meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend > diff --git a/meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend b/meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend > similarity index 100% > rename from meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend > rename to meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend > diff --git a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb > index 57070459..c64f0303 100644 > --- a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb > +++ b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb > @@ -8,7 +8,7 @@ CLEANBROKEN = "1" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > -BOOSTRAP_IMAGE = "tisdk-bootstrap-base-image" > +BOOSTRAP_IMAGE = "arago-bootstrap-base-image" > > TARGET = "bootstrap-rootfs-${MACHINE}.cpio" > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-base-image.bb b/meta-arago-distro/recipes-core/images/arago-base-image.bb > similarity index 89% > rename from meta-arago-distro/recipes-core/images/tisdk-base-image.bb > rename to meta-arago-distro/recipes-core/images/arago-base-image.bb > index 25738059..005704c5 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-base-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-base-image.bb > @@ -1,4 +1,4 @@ > -SUMMARY = "Arago TI SDK base image with test tools" > +SUMMARY = "Arago base image with test tools" > > DESCRIPTION = "Arago SDK base image suitable for initramfs containing\ > comprehensive test tools." > diff --git a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb b/meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb > similarity index 91% > rename from meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb > rename to meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb > index ed964415..f6fc23d9 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb > @@ -1,4 +1,4 @@ > -SUMMARY = "Arago TI SDK bootstrap base image for initramfs" > +SUMMARY = "Arago bootstrap base image for initramfs" > > DESCRIPTION = "Image meant for basic system verification of linux kernel.\ > Intended as basic test system, this image does not package the kernel\ > diff --git a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb b/meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb > similarity index 90% > rename from meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb > rename to meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb > index d0aef0de..d6fa5444 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb > @@ -1,4 +1,4 @@ > -SUMMARY = "Arago TI SDK bootstrap image usable for board bringup" > +SUMMARY = "Arago bootstrap image usable for board bringup" > > DESCRIPTION = "This image is a complete package containing a rootfs\ > and an initrd with platform test utilities that can be used for new\ > diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core/images/arago-core-bundle.bb > similarity index 81% > rename from meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb > rename to meta-arago-distro/recipes-core/images/arago-core-bundle.bb > index 0711ec10..4b188fd7 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb > +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.bb > @@ -1,11 +1,11 @@ > -SUMMARY = "Installer package for TI SDK - NOT for direct use on target" > +SUMMARY = "Installer package for Arago SDK - NOT for direct use on target" > > DESCRIPTION = "This creates an installer including all the default images\ > recommended including source, binaries, filesystems, etc.\ > - for TI SDK. This is meant to be used on the host system.\ > + for Arago SDK. This is meant to be used on the host system.\ > " > > -require tisdk-core-bundle.inc > +require arago-core-bundle.inc > > DEPLOY_SPL_NAME:omapl138 = "" > DEPLOY_SPL_NAME:k3 = "tispl.bin tiboot3.bin" > diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc > similarity index 83% > rename from meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc > rename to meta-arago-distro/recipes-core/images/arago-core-bundle.inc > index 2e3a3072..63b73229 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc > +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc > @@ -1,4 +1,4 @@ > -# This include is for the common setting used to build TISDK images. These images > +# This include is for the common setting used to build Arago SDK images. These images > # include both host and target side content. > LICENSE = "MIT" > > @@ -27,7 +27,7 @@ DTB_FILTER:j7200 = "j7200" > DTB_FILTER:j721s2 = "j721s2" > > # List of target side images to build for the SDK > -TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image tisdk-bootstrap-image" > +TARGET_IMAGES = "arago-base-image arago-default-image arago-thinlinux-image arago-bootstrap-image" > > TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk" > TOOLCHAIN_SUFFIX = "-tisdk" > diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/arago-default-image.bb > similarity index 91% > rename from meta-arago-distro/recipes-core/images/tisdk-default-image.bb > rename to meta-arago-distro/recipes-core/images/arago-default-image.bb > index 27c5671c..becd3e9b 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-default-image.bb > @@ -1,6 +1,6 @@ > -SUMMARY = "Arago TI SDK full filesystem image" > +SUMMARY = "Arago full filesystem image" > > -DESCRIPTION = "Complete Arago TI SDK filesystem image containing complete\ > +DESCRIPTION = "Complete Arago filesystem image containing complete\ > applications and packages to entitle the SoC." > > require arago-image.inc > diff --git a/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb > new file mode 100644 > index 00000000..e1b265b5 > --- /dev/null > +++ b/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb > @@ -0,0 +1,12 @@ > +SUMMARY = "Arago image for Jailhouse Hypervisor" > + > +DESCRIPTION = "Arago image meant for running Jailhouse, a partitioning \ > +Hypervisor based on Linux. This image is derived from arago-default-image and \ > +contains additional firmware and management tools for Jailhouse.\ > +" > + > +require recipes-core/images/arago-default-image.bb > + > +COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" > + > +IMAGE_INSTALL += " jailhouse" > diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb b/meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb > similarity index 53% > rename from meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb > rename to meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb > index bcde33d6..0ee22878 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb > +++ b/meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb > @@ -1,11 +1,11 @@ > -SUMMARY = "Arago TI SDK super minimal base image for jailhouse linux demo" > +SUMMARY = "Arago super minimal base image for jailhouse linux demo" > > DESCRIPTION = "Image meant for basic boot of linux inmate for jailhouse\ > -This image is derived from tisdk-tiny-initramfs and contains additional\ > +This image is derived from arago-tiny-initramfs and contains additional\ > packages for OOB demo.\ > " > > -require recipes-core/images/tisdk-tiny-initramfs.bb > +require recipes-core/images/arago-tiny-initramfs.bb > > COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" > > diff --git a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > similarity index 94% > rename from meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb > rename to meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > index 477986e4..a30acbfb 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > @@ -1,4 +1,4 @@ > -SUMMARY = "Arago TI SDK Thin Linux image" > +SUMMARY = "Arago Thin Linux image" > > DESCRIPTION = "Minimal bootable image with container to start the next\ > complex system up." > diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb > similarity index 81% > rename from meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb > rename to meta-arago-distro/recipes-core/images/arago-tiny-image.bb > index 40c58e99..76047f75 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb > @@ -1,4 +1,4 @@ > -SUMMARY = "Arago TI SDK super minimal base image for initramfs" > +SUMMARY = "Arago super minimal base image for initramfs" > > DESCRIPTION = "Image meant for basic boot of linux kernel. Intended as\ > bare system, this image does not package the kernel in the\ > @@ -16,4 +16,4 @@ IMAGE_INSTALL += " \ > ${ARAGO_TINY_IMAGE_EXTRA_INSTALL} \ > " > > -DEPENDS += " tisdk-tiny-initramfs" > +DEPENDS += " arago-tiny-initramfs" > diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb b/meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb > similarity index 93% > rename from meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb > rename to meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb > index 8a4262b1..4605b7a1 100644 > --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb > +++ b/meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb > @@ -1,4 +1,4 @@ > -SUMMARY = "Arago TI SDK super minimal base image for initramfs" > +SUMMARY = "Arago super minimal base image for initramfs" > > DESCRIPTION = "Image meant for basic boot of linux kernel. Intended as\ > bare system, this image does not package the kernel in the\ > diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb > deleted file mode 100644 > index b7bfc825..00000000 > --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb > +++ /dev/null > @@ -1,12 +0,0 @@ > -SUMMARY = "Arago TI SDK image for Jailhouse Hypervisor" > - > -DESCRIPTION = "Arago TI SDK image meant for running Jailhouse, a partitioning \ > -Hypervisor based on Linux. This image is derived from tisdk-default-image and \ > -contains additional firmware and management tools for Jailhouse.\ > -" > - > -require recipes-core/images/tisdk-default-image.bb > - > -COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" > - > -IMAGE_INSTALL += " jailhouse" > diff --git a/meta-arago-extras/README b/meta-arago-extras/README > index fc04e6af..9a4c5b25 100644 > --- a/meta-arago-extras/README > +++ b/meta-arago-extras/README > @@ -1,4 +1,4 @@ > -meta-arago-extras provides additional TI SDK applications that are distro-agnostic > +meta-arago-extras provides additional TI applications that are distro-agnostic > > This layer works with the latest Yocto Project release (currently 2.2+) and tracks > the stable/maintenance branches (currently "master") of the corresponding layers: > diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb > index 22957218..f2ae1aef 100644 > --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb > +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb > @@ -169,7 +169,7 @@ RDEPENDS:${PN} = "\ > ${TI_TEST_TI_TOOLS} \ > " > > -# Package group for things that should only be present in tisdk-default-image > +# Package group for things that should only be present in arago-default-image > PACKAGES += " ${PN}-extras" > RDEPENDS:${PN}-extras = "\ > ${TI_TEST_EXTRAS} \ > -- > 2.39.2 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images 2026-01-31 15:29 ` Denys Dmytriyenko @ 2026-02-03 18:30 ` Andrew Davis 0 siblings, 0 replies; 11+ messages in thread From: Andrew Davis @ 2026-02-03 18:30 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: Denys Dmytriyenko, Ryan Eatmon, meta-arago On 1/31/26 9:29 AM, Denys Dmytriyenko wrote: > On Fri, Jan 30, 2026 at 04:08:29PM -0600, Andrew Davis via lists.yoctoproject.org wrote: >> Arago is a reference distribution for TI hardware and a foundation for >> application/product specific Linux SDKs. While Arago can produce an SDK >> for TI products on its own this is not *the* "TI SDK" shipped today, which >> is generated by a layer called "meta-tisdk". This "meta-tisdk" produces >> images with the tisdk branding such as "tisdk-default-image" but as Arago >> provides images of the same name this is done by appending to the Arago >> version. This means the content of "tisdk-default-image" changes depending >> on what layers you have included. Instead there should be different names >> for images containing different content, the solution here is: >> >> meta-arago -> arago-*-image >> meta-tisdk -> tisdk-*-image >> >> The tisdk images can still be based on the arago images, but this way >> it is clear what you are getting based on the image names. >> >> Rename the images here in meta-arago to be prefixed with "arago", and >> remove some of the legacy "TI SDK" branding. > > Looks good, but I see that git didn't pick up the rename of > tisdk-jailhouse-image into arago-jailhouse-image and treated > it as add/remove - probably need to lower the similarity > threshold with -M<n>? > Seems -M30 is enough to get git to see the rename, will resend with that. Thanks, Andrew > https://git-scm.com/docs/git-format-patch#Documentation/git-format-patch.txt--Mn > > >> Signed-off-by: Andrew Davis <afd@ti.com> >> --- >> check_yocto_rules.json | 4 ++-- >> meta-arago-distro/README | 2 +- >> meta-arago-distro/classes/tisdk-bundle.bbclass | 2 +- >> meta-arago-distro/conf/distro/arago.conf | 2 +- >> .../conf/distro/include/branding-bleeding.inc | 4 ++-- >> ...t-image.bbappend => arago-default-image.bbappend} | 0 >> ...t-image.bbappend => arago-default-image.bbappend} | 0 >> .../bootstrap-initrd/bootstrap-initrd_1.0.bb | 2 +- >> .../{tisdk-base-image.bb => arago-base-image.bb} | 2 +- >> ...p-base-image.bb => arago-bootstrap-base-image.bb} | 2 +- >> ...k-bootstrap-image.bb => arago-bootstrap-image.bb} | 2 +- >> .../{tisdk-core-bundle.bb => arago-core-bundle.bb} | 6 +++--- >> .../{tisdk-core-bundle.inc => arago-core-bundle.inc} | 4 ++-- >> ...tisdk-default-image.bb => arago-default-image.bb} | 4 ++-- >> .../recipes-core/images/arago-jailhouse-image.bb | 12 ++++++++++++ > > ^^^ > >> ...jailhouse-inmate.bb => arago-jailhouse-inmate.bb} | 6 +++--- >> ...k-thinlinux-image.bb => arago-thinlinux-image.bb} | 2 +- >> .../{tisdk-tiny-image.bb => arago-tiny-image.bb} | 4 ++-- >> ...sdk-tiny-initramfs.bb => arago-tiny-initramfs.bb} | 2 +- >> .../recipes-core/images/tisdk-jailhouse-image.bb | 12 ------------ > > ^^^ > >> meta-arago-extras/README | 2 +- >> .../recipes-core/packagegroups/ti-test.bb | 2 +- >> 22 files changed, 39 insertions(+), 39 deletions(-) >> rename meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%) >> rename meta-arago-distro/dynamic-layers/selinux/recipes-core/images/{tisdk-default-image.bbappend => arago-default-image.bbappend} (100%) >> rename meta-arago-distro/recipes-core/images/{tisdk-base-image.bb => arago-base-image.bb} (89%) >> rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-base-image.bb => arago-bootstrap-base-image.bb} (91%) >> rename meta-arago-distro/recipes-core/images/{tisdk-bootstrap-image.bb => arago-bootstrap-image.bb} (90%) >> rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.bb => arago-core-bundle.bb} (81%) >> rename meta-arago-distro/recipes-core/images/{tisdk-core-bundle.inc => arago-core-bundle.inc} (83%) >> rename meta-arago-distro/recipes-core/images/{tisdk-default-image.bb => arago-default-image.bb} (91%) >> create mode 100644 meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb >> rename meta-arago-distro/recipes-core/images/{tisdk-jailhouse-inmate.bb => arago-jailhouse-inmate.bb} (53%) >> rename meta-arago-distro/recipes-core/images/{tisdk-thinlinux-image.bb => arago-thinlinux-image.bb} (94%) >> rename meta-arago-distro/recipes-core/images/{tisdk-tiny-image.bb => arago-tiny-image.bb} (81%) >> rename meta-arago-distro/recipes-core/images/{tisdk-tiny-initramfs.bb => arago-tiny-initramfs.bb} (93%) >> delete mode 100644 meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb >> >> diff --git a/check_yocto_rules.json b/check_yocto_rules.json >> index 7b3e20db..a6a46f42 100644 >> --- a/check_yocto_rules.json >> +++ b/check_yocto_rules.json >> @@ -12,8 +12,8 @@ >> }, >> "GUARD-1" : { >> "skip_files" : [ >> - "meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend", >> - "meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend", >> + "meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend", >> + "meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend", >> "meta-arago-distro/dynamic-layers/selinux/recipes-kernel/linux/linux-ti-staging_%.bbappend", >> "meta-arago-extras/recipes-extended/sysrepo/libyang_%.bbappend", >> "meta-arago-test/dynamic-layers/qt6-layer/recipes-core/packagegroups/ti-test.bbappend", >> diff --git a/meta-arago-distro/README b/meta-arago-distro/README >> index d4ff2dd2..d5ec23af 100644 >> --- a/meta-arago-distro/README >> +++ b/meta-arago-distro/README >> @@ -1,4 +1,4 @@ >> -meta-arago-distro provides Arago distribution configuration for TI SDK products >> +meta-arago-distro provides Arago distribution configuration for TI products >> >> This layer works with the latest Yocto Project release (currently 2.2+) and tracks >> the stable/maintenance branches (currently "master") of the corresponding layers: >> diff --git a/meta-arago-distro/classes/tisdk-bundle.bbclass b/meta-arago-distro/classes/tisdk-bundle.bbclass >> index fb2073ef..cc5d1481 100644 >> --- a/meta-arago-distro/classes/tisdk-bundle.bbclass >> +++ b/meta-arago-distro/classes/tisdk-bundle.bbclass >> @@ -31,7 +31,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" >> # List of target side images to be built and packaged. By default take >> # the base image but this can be modified if desired to package >> # additional images. >> -TARGET_IMAGES ?= "tisdk-base-image" >> +TARGET_IMAGES ?= "arago-base-image" >> >> # path to install the meta-toolchain package in the SDK >> TISDK_TOOLCHAIN_PATH ?= "linux-devkit" >> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf >> index 9f68e162..90c757fa 100644 >> --- a/meta-arago-distro/conf/distro/arago.conf >> +++ b/meta-arago-distro/conf/distro/arago.conf >> @@ -124,7 +124,7 @@ PACKAGECONFIG:append:pn-kmscube = " gstreamer" >> PACKAGECONFIG:remove:pn-opencl-cts = "opengl gles vulkan" >> >> # Configure RAMFS for jailhouse linux-demo >> -JH_RAMFS_IMAGE = "tisdk-jailhouse-inmate" >> +JH_RAMFS_IMAGE = "arago-jailhouse-inmate" >> >> # Enable UI and scripting for perf >> PERF_FEATURES_ENABLE ?= "perf-scripting perf-tui" >> diff --git a/meta-arago-distro/conf/distro/include/branding-bleeding.inc b/meta-arago-distro/conf/distro/include/branding-bleeding.inc >> index 4efbb225..9d470c16 100644 >> --- a/meta-arago-distro/conf/distro/include/branding-bleeding.inc >> +++ b/meta-arago-distro/conf/distro/include/branding-bleeding.inc >> @@ -35,5 +35,5 @@ DATEH := "${@time.strftime('%Y%m%d%H',time.gmtime())}" >> CORESDK_RTOS_FILE_PREFIX = "${DATEH}-" >> CORESDK_RTOS_FILE_SUFFIX = ";downloadfilename=${CORESDK_RTOS_FILE_PREFIX}${DEFAULT_FIRMWARE_FILE}" >> >> -# Build and assemble TI-SDK, but don't package it >> -IMAGE_FSTYPES:pn-tisdk-core-bundle = "" >> +# Build and assemble Arago SDK, but don't package it >> +IMAGE_FSTYPES:pn-arago-core-bundle = "" >> diff --git a/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend b/meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend >> similarity index 100% >> rename from meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/tisdk-default-image.bbappend >> rename to meta-arago-distro/dynamic-layers/chromium-browser-layer/recipes-core/images/arago-default-image.bbappend >> diff --git a/meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend b/meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend >> similarity index 100% >> rename from meta-arago-distro/dynamic-layers/selinux/recipes-core/images/tisdk-default-image.bbappend >> rename to meta-arago-distro/dynamic-layers/selinux/recipes-core/images/arago-default-image.bbappend >> diff --git a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb >> index 57070459..c64f0303 100644 >> --- a/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb >> +++ b/meta-arago-distro/recipes-bsp/bootstrap-initrd/bootstrap-initrd_1.0.bb >> @@ -8,7 +8,7 @@ CLEANBROKEN = "1" >> >> PACKAGE_ARCH = "${MACHINE_ARCH}" >> >> -BOOSTRAP_IMAGE = "tisdk-bootstrap-base-image" >> +BOOSTRAP_IMAGE = "arago-bootstrap-base-image" >> >> TARGET = "bootstrap-rootfs-${MACHINE}.cpio" >> >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-base-image.bb b/meta-arago-distro/recipes-core/images/arago-base-image.bb >> similarity index 89% >> rename from meta-arago-distro/recipes-core/images/tisdk-base-image.bb >> rename to meta-arago-distro/recipes-core/images/arago-base-image.bb >> index 25738059..005704c5 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-base-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-base-image.bb >> @@ -1,4 +1,4 @@ >> -SUMMARY = "Arago TI SDK base image with test tools" >> +SUMMARY = "Arago base image with test tools" >> >> DESCRIPTION = "Arago SDK base image suitable for initramfs containing\ >> comprehensive test tools." >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb b/meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb >> similarity index 91% >> rename from meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb >> rename to meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb >> index ed964415..f6fc23d9 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-base-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-bootstrap-base-image.bb >> @@ -1,4 +1,4 @@ >> -SUMMARY = "Arago TI SDK bootstrap base image for initramfs" >> +SUMMARY = "Arago bootstrap base image for initramfs" >> >> DESCRIPTION = "Image meant for basic system verification of linux kernel.\ >> Intended as basic test system, this image does not package the kernel\ >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb b/meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb >> similarity index 90% >> rename from meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb >> rename to meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb >> index d0aef0de..d6fa5444 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-bootstrap-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-bootstrap-image.bb >> @@ -1,4 +1,4 @@ >> -SUMMARY = "Arago TI SDK bootstrap image usable for board bringup" >> +SUMMARY = "Arago bootstrap image usable for board bringup" >> >> DESCRIPTION = "This image is a complete package containing a rootfs\ >> and an initrd with platform test utilities that can be used for new\ >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb b/meta-arago-distro/recipes-core/images/arago-core-bundle.bb >> similarity index 81% >> rename from meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb >> rename to meta-arago-distro/recipes-core/images/arago-core-bundle.bb >> index 0711ec10..4b188fd7 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.bb >> @@ -1,11 +1,11 @@ >> -SUMMARY = "Installer package for TI SDK - NOT for direct use on target" >> +SUMMARY = "Installer package for Arago SDK - NOT for direct use on target" >> >> DESCRIPTION = "This creates an installer including all the default images\ >> recommended including source, binaries, filesystems, etc.\ >> - for TI SDK. This is meant to be used on the host system.\ >> + for Arago SDK. This is meant to be used on the host system.\ >> " >> >> -require tisdk-core-bundle.inc >> +require arago-core-bundle.inc >> >> DEPLOY_SPL_NAME:omapl138 = "" >> DEPLOY_SPL_NAME:k3 = "tispl.bin tiboot3.bin" >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc >> similarity index 83% >> rename from meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc >> rename to meta-arago-distro/recipes-core/images/arago-core-bundle.inc >> index 2e3a3072..63b73229 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-core-bundle.inc >> +++ b/meta-arago-distro/recipes-core/images/arago-core-bundle.inc >> @@ -1,4 +1,4 @@ >> -# This include is for the common setting used to build TISDK images. These images >> +# This include is for the common setting used to build Arago SDK images. These images >> # include both host and target side content. >> LICENSE = "MIT" >> >> @@ -27,7 +27,7 @@ DTB_FILTER:j7200 = "j7200" >> DTB_FILTER:j721s2 = "j721s2" >> >> # List of target side images to build for the SDK >> -TARGET_IMAGES = "tisdk-base-image tisdk-default-image tisdk-thinlinux-image tisdk-bootstrap-image" >> +TARGET_IMAGES = "arago-base-image arago-default-image arago-thinlinux-image arago-bootstrap-image" >> >> TISDK_TOOLCHAIN = "meta-toolchain-arago-tisdk" >> TOOLCHAIN_SUFFIX = "-tisdk" >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb b/meta-arago-distro/recipes-core/images/arago-default-image.bb >> similarity index 91% >> rename from meta-arago-distro/recipes-core/images/tisdk-default-image.bb >> rename to meta-arago-distro/recipes-core/images/arago-default-image.bb >> index 27c5671c..becd3e9b 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-default-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-default-image.bb >> @@ -1,6 +1,6 @@ >> -SUMMARY = "Arago TI SDK full filesystem image" >> +SUMMARY = "Arago full filesystem image" >> >> -DESCRIPTION = "Complete Arago TI SDK filesystem image containing complete\ >> +DESCRIPTION = "Complete Arago filesystem image containing complete\ >> applications and packages to entitle the SoC." >> >> require arago-image.inc >> diff --git a/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb >> new file mode 100644 >> index 00000000..e1b265b5 >> --- /dev/null >> +++ b/meta-arago-distro/recipes-core/images/arago-jailhouse-image.bb >> @@ -0,0 +1,12 @@ >> +SUMMARY = "Arago image for Jailhouse Hypervisor" >> + >> +DESCRIPTION = "Arago image meant for running Jailhouse, a partitioning \ >> +Hypervisor based on Linux. This image is derived from arago-default-image and \ >> +contains additional firmware and management tools for Jailhouse.\ >> +" >> + >> +require recipes-core/images/arago-default-image.bb >> + >> +COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" >> + >> +IMAGE_INSTALL += " jailhouse" >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb b/meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb >> similarity index 53% >> rename from meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb >> rename to meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb >> index bcde33d6..0ee22878 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-inmate.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-jailhouse-inmate.bb >> @@ -1,11 +1,11 @@ >> -SUMMARY = "Arago TI SDK super minimal base image for jailhouse linux demo" >> +SUMMARY = "Arago super minimal base image for jailhouse linux demo" >> >> DESCRIPTION = "Image meant for basic boot of linux inmate for jailhouse\ >> -This image is derived from tisdk-tiny-initramfs and contains additional\ >> +This image is derived from arago-tiny-initramfs and contains additional\ >> packages for OOB demo.\ >> " >> >> -require recipes-core/images/tisdk-tiny-initramfs.bb >> +require recipes-core/images/arago-tiny-initramfs.bb >> >> COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" >> >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb >> similarity index 94% >> rename from meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb >> rename to meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb >> index 477986e4..a30acbfb 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-thinlinux-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb >> @@ -1,4 +1,4 @@ >> -SUMMARY = "Arago TI SDK Thin Linux image" >> +SUMMARY = "Arago Thin Linux image" >> >> DESCRIPTION = "Minimal bootable image with container to start the next\ >> complex system up." >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb >> similarity index 81% >> rename from meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb >> rename to meta-arago-distro/recipes-core/images/arago-tiny-image.bb >> index 40c58e99..76047f75 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-tiny-image.bb >> @@ -1,4 +1,4 @@ >> -SUMMARY = "Arago TI SDK super minimal base image for initramfs" >> +SUMMARY = "Arago super minimal base image for initramfs" >> >> DESCRIPTION = "Image meant for basic boot of linux kernel. Intended as\ >> bare system, this image does not package the kernel in the\ >> @@ -16,4 +16,4 @@ IMAGE_INSTALL += " \ >> ${ARAGO_TINY_IMAGE_EXTRA_INSTALL} \ >> " >> >> -DEPENDS += " tisdk-tiny-initramfs" >> +DEPENDS += " arago-tiny-initramfs" >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb b/meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb >> similarity index 93% >> rename from meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb >> rename to meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb >> index 8a4262b1..4605b7a1 100644 >> --- a/meta-arago-distro/recipes-core/images/tisdk-tiny-initramfs.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-tiny-initramfs.bb >> @@ -1,4 +1,4 @@ >> -SUMMARY = "Arago TI SDK super minimal base image for initramfs" >> +SUMMARY = "Arago super minimal base image for initramfs" >> >> DESCRIPTION = "Image meant for basic boot of linux kernel. Intended as\ >> bare system, this image does not package the kernel in the\ >> diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb >> deleted file mode 100644 >> index b7bfc825..00000000 >> --- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb >> +++ /dev/null >> @@ -1,12 +0,0 @@ >> -SUMMARY = "Arago TI SDK image for Jailhouse Hypervisor" >> - >> -DESCRIPTION = "Arago TI SDK image meant for running Jailhouse, a partitioning \ >> -Hypervisor based on Linux. This image is derived from tisdk-default-image and \ >> -contains additional firmware and management tools for Jailhouse.\ >> -" >> - >> -require recipes-core/images/tisdk-default-image.bb >> - >> -COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" >> - >> -IMAGE_INSTALL += " jailhouse" >> diff --git a/meta-arago-extras/README b/meta-arago-extras/README >> index fc04e6af..9a4c5b25 100644 >> --- a/meta-arago-extras/README >> +++ b/meta-arago-extras/README >> @@ -1,4 +1,4 @@ >> -meta-arago-extras provides additional TI SDK applications that are distro-agnostic >> +meta-arago-extras provides additional TI applications that are distro-agnostic >> >> This layer works with the latest Yocto Project release (currently 2.2+) and tracks >> the stable/maintenance branches (currently "master") of the corresponding layers: >> diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb >> index 22957218..f2ae1aef 100644 >> --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb >> +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb >> @@ -169,7 +169,7 @@ RDEPENDS:${PN} = "\ >> ${TI_TEST_TI_TOOLS} \ >> " >> >> -# Package group for things that should only be present in tisdk-default-image >> +# Package group for things that should only be present in arago-default-image >> PACKAGES += " ${PN}-extras" >> RDEPENDS:${PN}-extras = "\ >> ${TI_TEST_EXTRAS} \ >> -- >> 2.39.2 ^ permalink raw reply [flat|nested] 11+ messages in thread
* [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups 2026-01-30 22:08 [meta-arago][master][PATCH v2 0/2] Arago image names Andrew Davis 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images Andrew Davis @ 2026-01-30 22:08 ` Andrew Davis 2026-02-03 18:07 ` Ryan Eatmon 2026-01-30 22:28 ` [meta-arago][master][PATCH v2 0/2] Arago image names PRC Automation 2 siblings, 1 reply; 11+ messages in thread From: Andrew Davis @ 2026-01-30 22:08 UTC (permalink / raw) To: Denys Dmytriyenko, Ryan Eatmon, meta-arago; +Cc: Andrew Davis These packagegroups are all "arago" packagegroups, the tisdk in the name is a leftover from when the TI Core SDK was generated directly from Arago. Some packagegroups already do not have this in their names but many still do, update the names to be uniformly "arago". Signed-off-by: Andrew Davis <afd@ti.com> --- .../recipes-core/images/arago-default-image.bb | 16 ++++++++-------- .../recipes-core/images/arago-thinlinux-image.bb | 6 +++--- ...b => packagegroup-arago-addons-sdk-target.bb} | 0 ...dk-addons.bb => packagegroup-arago-addons.bb} | 0 ...b => packagegroup-arago-base-server-extra.bb} | 0 ...ackagegroup-arago-connectivity-sdk-target.bb} | 0 ...ity.bb => packagegroup-arago-connectivity.bb} | 0 ...b => packagegroup-arago-crypto-sdk-target.bb} | 0 ...dk-crypto.bb => packagegroup-arago-crypto.bb} | 0 ...=> packagegroup-arago-graphics-sdk-target.bb} | 0 ...raphics.bb => packagegroup-arago-graphics.bb} | 0 ...t.bb => packagegroup-arago-gtk-sdk-target.bb} | 0 ...go-tisdk-gtk.bb => packagegroup-arago-gtk.bb} | 0 ... packagegroup-arago-multimedia-sdk-target.bb} | 0 ...media.bb => packagegroup-arago-multimedia.bb} | 0 ...-sysrepo.bb => packagegroup-arago-sysrepo.bb} | 0 .../packagegroup-arago-toolchain-tisdk-target.bb | 12 ++++++------ .../recipes-core/packagegroups/ti-world.bb | 16 ++++++++-------- 18 files changed, 25 insertions(+), 25 deletions(-) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons-sdk-target.bb => packagegroup-arago-addons-sdk-target.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons.bb => packagegroup-arago-addons.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-base-tisdk-server-extra.bb => packagegroup-arago-base-server-extra.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity-sdk-target.bb => packagegroup-arago-connectivity-sdk-target.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity.bb => packagegroup-arago-connectivity.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto-sdk-target.bb => packagegroup-arago-crypto-sdk-target.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto.bb => packagegroup-arago-crypto.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics-sdk-target.bb => packagegroup-arago-graphics-sdk-target.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics.bb => packagegroup-arago-graphics.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk-sdk-target.bb => packagegroup-arago-gtk-sdk-target.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk.bb => packagegroup-arago-gtk.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia-sdk-target.bb => packagegroup-arago-multimedia-sdk-target.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia.bb => packagegroup-arago-multimedia.bb} (100%) rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-sysrepo.bb => packagegroup-arago-sysrepo.bb} (100%) diff --git a/meta-arago-distro/recipes-core/images/arago-default-image.bb b/meta-arago-distro/recipes-core/images/arago-default-image.bb index becd3e9b..7804e7bc 100644 --- a/meta-arago-distro/recipes-core/images/arago-default-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-default-image.bb @@ -17,17 +17,17 @@ IMAGE_INSTALL += "\ packagegroup-arago-console \ ti-test \ ti-test-extras \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl','',d)} \ ${@bb.utils.contains('DISTRO_FEATURES','vulkan','packagegroup-arago-vulkan','',d)} \ - packagegroup-arago-tisdk-connectivity \ - packagegroup-arago-tisdk-crypto \ - packagegroup-arago-tisdk-multimedia \ - packagegroup-arago-tisdk-addons \ - packagegroup-arago-tisdk-addons-extra \ + packagegroup-arago-connectivity \ + packagegroup-arago-crypto \ + packagegroup-arago-multimedia \ + packagegroup-arago-addons \ + packagegroup-arago-addons-extra \ ${ARAGO_DEFAULT_IMAGE_EXTRA_INSTALL} \ - packagegroup-arago-tisdk-sysrepo \ + packagegroup-arago-sysrepo \ " DEVTOOLS = " \ diff --git a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb index a30acbfb..a7ed2e8d 100644 --- a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb +++ b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb @@ -16,9 +16,9 @@ SYSTEMD_DEFAULT_TARGET = "${@bb.utils.contains('DISTRO_FEATURES','opengl','graph IMAGE_INSTALL += "\ packagegroup-arago-base \ packagegroup-arago-console \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ - packagegroup-arago-tisdk-connectivity \ - packagegroup-arago-tisdk-crypto \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ + packagegroup-arago-connectivity \ + packagegroup-arago-crypto \ docker \ ${ARAGO_THIN_IMAGE_EXTRA_INSTALL} \ " diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb similarity index 100% rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb index d3a90595..2baa1045 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb @@ -8,20 +8,20 @@ inherit packagegroup TISDK_TOOLCHAIN_BASE_TARGET = "\ packagegroup-arago-standalone-sdk-target \ - packagegroup-arago-tisdk-multimedia-sdk-target \ + packagegroup-arago-multimedia-sdk-target \ " TISDK_TOOLCHAIN_EXTRA_TARGET = "\ - packagegroup-arago-tisdk-connectivity-sdk-target \ - packagegroup-arago-tisdk-crypto-sdk-target \ + packagegroup-arago-connectivity-sdk-target \ + packagegroup-arago-crypto-sdk-target \ " TISDK_TOOLCHAIN_EXTRA_TARGET:omapl138 = "" RDEPENDS:${PN} = "\ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk-sdk-target','',d)} \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk-sdk-target','',d)} \ ${TISDK_TOOLCHAIN_BASE_TARGET} \ ${TISDK_TOOLCHAIN_EXTRA_TARGET} \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics-sdk-target','',d)} \ ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl-sdk-target','',d)} \ - packagegroup-arago-tisdk-addons-sdk-target \ + packagegroup-arago-addons-sdk-target \ " diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb index 25642831..86ba27c2 100644 --- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb +++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb @@ -30,14 +30,14 @@ RDEPENDS:${PN} = "\ packagegroup-arago-base \ packagegroup-arago-console \ ti-test \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ - packagegroup-arago-tisdk-connectivity \ - packagegroup-arago-tisdk-crypto \ - packagegroup-arago-tisdk-multimedia \ - packagegroup-arago-tisdk-addons \ - packagegroup-arago-tisdk-addons-extra \ - ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-tisdk-server-extra',d)} \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ + packagegroup-arago-connectivity \ + packagegroup-arago-crypto \ + packagegroup-arago-multimedia \ + packagegroup-arago-addons \ + packagegroup-arago-addons-extra \ + ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-server-extra',d)} \ ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "${PYTHON2APPS}", "", d)} \ ${DEVTOOLS} \ ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \ -- 2.39.2 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups Andrew Davis @ 2026-02-03 18:07 ` Ryan Eatmon 2026-02-03 18:53 ` Denys Dmytriyenko 2026-02-03 18:58 ` Andrew Davis 0 siblings, 2 replies; 11+ messages in thread From: Ryan Eatmon @ 2026-02-03 18:07 UTC (permalink / raw) To: Andrew Davis, Denys Dmytriyenko, meta-arago There are still a few remaining files with tisdk in the name after this patch: > find . -name "*tisdk*" ./meta-arago-distro/recipes-tisdk ./meta-arago-distro/recipes-tisdk/tisdk-uenv ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv ./meta-arago-distro/classes/tisdk-sw-manifest.bbclass ./meta-arago-distro/classes/tisdk-bundle.bbclass ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.inc ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb ./meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb ./meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb Are we planning on addressing the above as well at some point? On 1/30/2026 4:08 PM, Andrew Davis wrote: > These packagegroups are all "arago" packagegroups, the tisdk in the > name is a leftover from when the TI Core SDK was generated directly > from Arago. Some packagegroups already do not have this in their names > but many still do, update the names to be uniformly "arago". > > Signed-off-by: Andrew Davis <afd@ti.com> > --- > .../recipes-core/images/arago-default-image.bb | 16 ++++++++-------- > .../recipes-core/images/arago-thinlinux-image.bb | 6 +++--- > ...b => packagegroup-arago-addons-sdk-target.bb} | 0 > ...dk-addons.bb => packagegroup-arago-addons.bb} | 0 > ...b => packagegroup-arago-base-server-extra.bb} | 0 > ...ackagegroup-arago-connectivity-sdk-target.bb} | 0 > ...ity.bb => packagegroup-arago-connectivity.bb} | 0 > ...b => packagegroup-arago-crypto-sdk-target.bb} | 0 > ...dk-crypto.bb => packagegroup-arago-crypto.bb} | 0 > ...=> packagegroup-arago-graphics-sdk-target.bb} | 0 > ...raphics.bb => packagegroup-arago-graphics.bb} | 0 > ...t.bb => packagegroup-arago-gtk-sdk-target.bb} | 0 > ...go-tisdk-gtk.bb => packagegroup-arago-gtk.bb} | 0 > ... packagegroup-arago-multimedia-sdk-target.bb} | 0 > ...media.bb => packagegroup-arago-multimedia.bb} | 0 > ...-sysrepo.bb => packagegroup-arago-sysrepo.bb} | 0 > .../packagegroup-arago-toolchain-tisdk-target.bb | 12 ++++++------ > .../recipes-core/packagegroups/ti-world.bb | 16 ++++++++-------- > 18 files changed, 25 insertions(+), 25 deletions(-) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons-sdk-target.bb => packagegroup-arago-addons-sdk-target.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons.bb => packagegroup-arago-addons.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-base-tisdk-server-extra.bb => packagegroup-arago-base-server-extra.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity-sdk-target.bb => packagegroup-arago-connectivity-sdk-target.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity.bb => packagegroup-arago-connectivity.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto-sdk-target.bb => packagegroup-arago-crypto-sdk-target.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto.bb => packagegroup-arago-crypto.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics-sdk-target.bb => packagegroup-arago-graphics-sdk-target.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics.bb => packagegroup-arago-graphics.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk-sdk-target.bb => packagegroup-arago-gtk-sdk-target.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk.bb => packagegroup-arago-gtk.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia-sdk-target.bb => packagegroup-arago-multimedia-sdk-target.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia.bb => packagegroup-arago-multimedia.bb} (100%) > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-sysrepo.bb => packagegroup-arago-sysrepo.bb} (100%) > > diff --git a/meta-arago-distro/recipes-core/images/arago-default-image.bb b/meta-arago-distro/recipes-core/images/arago-default-image.bb > index becd3e9b..7804e7bc 100644 > --- a/meta-arago-distro/recipes-core/images/arago-default-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-default-image.bb > @@ -17,17 +17,17 @@ IMAGE_INSTALL += "\ > packagegroup-arago-console \ > ti-test \ > ti-test-extras \ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ > ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl','',d)} \ > ${@bb.utils.contains('DISTRO_FEATURES','vulkan','packagegroup-arago-vulkan','',d)} \ > - packagegroup-arago-tisdk-connectivity \ > - packagegroup-arago-tisdk-crypto \ > - packagegroup-arago-tisdk-multimedia \ > - packagegroup-arago-tisdk-addons \ > - packagegroup-arago-tisdk-addons-extra \ > + packagegroup-arago-connectivity \ > + packagegroup-arago-crypto \ > + packagegroup-arago-multimedia \ > + packagegroup-arago-addons \ > + packagegroup-arago-addons-extra \ > ${ARAGO_DEFAULT_IMAGE_EXTRA_INSTALL} \ > - packagegroup-arago-tisdk-sysrepo \ > + packagegroup-arago-sysrepo \ > " > > DEVTOOLS = " \ > diff --git a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > index a30acbfb..a7ed2e8d 100644 > --- a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > +++ b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > @@ -16,9 +16,9 @@ SYSTEMD_DEFAULT_TARGET = "${@bb.utils.contains('DISTRO_FEATURES','opengl','graph > IMAGE_INSTALL += "\ > packagegroup-arago-base \ > packagegroup-arago-console \ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ > - packagegroup-arago-tisdk-connectivity \ > - packagegroup-arago-tisdk-crypto \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ > + packagegroup-arago-connectivity \ > + packagegroup-arago-crypto \ > docker \ > ${ARAGO_THIN_IMAGE_EXTRA_INSTALL} \ > " > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb > similarity index 100% > rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb > rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > index d3a90595..2baa1045 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > @@ -8,20 +8,20 @@ inherit packagegroup > > TISDK_TOOLCHAIN_BASE_TARGET = "\ > packagegroup-arago-standalone-sdk-target \ > - packagegroup-arago-tisdk-multimedia-sdk-target \ > + packagegroup-arago-multimedia-sdk-target \ > " > > TISDK_TOOLCHAIN_EXTRA_TARGET = "\ > - packagegroup-arago-tisdk-connectivity-sdk-target \ > - packagegroup-arago-tisdk-crypto-sdk-target \ > + packagegroup-arago-connectivity-sdk-target \ > + packagegroup-arago-crypto-sdk-target \ > " > TISDK_TOOLCHAIN_EXTRA_TARGET:omapl138 = "" > > RDEPENDS:${PN} = "\ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk-sdk-target','',d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk-sdk-target','',d)} \ > ${TISDK_TOOLCHAIN_BASE_TARGET} \ > ${TISDK_TOOLCHAIN_EXTRA_TARGET} \ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics-sdk-target','',d)} \ > ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl-sdk-target','',d)} \ > - packagegroup-arago-tisdk-addons-sdk-target \ > + packagegroup-arago-addons-sdk-target \ > " > diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb > index 25642831..86ba27c2 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb > @@ -30,14 +30,14 @@ RDEPENDS:${PN} = "\ > packagegroup-arago-base \ > packagegroup-arago-console \ > ti-test \ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ > - packagegroup-arago-tisdk-connectivity \ > - packagegroup-arago-tisdk-crypto \ > - packagegroup-arago-tisdk-multimedia \ > - packagegroup-arago-tisdk-addons \ > - packagegroup-arago-tisdk-addons-extra \ > - ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-tisdk-server-extra',d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ > + packagegroup-arago-connectivity \ > + packagegroup-arago-crypto \ > + packagegroup-arago-multimedia \ > + packagegroup-arago-addons \ > + packagegroup-arago-addons-extra \ > + ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-server-extra',d)} \ > ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "${PYTHON2APPS}", "", d)} \ > ${DEVTOOLS} \ > ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \ -- Ryan Eatmon reatmon@ti.com ----------------------------------------- Texas Instruments, Inc. - LCPD - MGTS ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups 2026-02-03 18:07 ` Ryan Eatmon @ 2026-02-03 18:53 ` Denys Dmytriyenko 2026-02-03 18:58 ` Andrew Davis 1 sibling, 0 replies; 11+ messages in thread From: Denys Dmytriyenko @ 2026-02-03 18:53 UTC (permalink / raw) To: reatmon; +Cc: Andrew Davis, Denys Dmytriyenko, meta-arago On Tue, Feb 03, 2026 at 12:07:01PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > > There are still a few remaining files with tisdk in the name after > this patch: > > > find . -name "*tisdk*" > ./meta-arago-distro/recipes-tisdk > ./meta-arago-distro/recipes-tisdk/tisdk-uenv > ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb > ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv I'm open to renaming recipes-tisdk directory to recipes-ti, like in meya-ti But, the only recipe there is tisdk-uenv, which installs an empty uEnv.txt as a stub for downstream layers to bbappend on top with their versions. Should this be simply removed completely? > ./meta-arago-distro/classes/tisdk-sw-manifest.bbclass > ./meta-arago-distro/classes/tisdk-bundle.bbclass These are base classes for downstream TI-SDKs to use - since there's no way to extend bbclasses, I'd assume they are used as is and specifically by TI-SDKs, not Arago. > ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb > ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.inc > ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb Well, there is a base meta-toolchain-arago.bb and the above 3 just extend the base with extra stuff that TI-SDKs need - I'm open to renaming, maybe replace "tisdk" part in the name with "extras"? > ./meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > ./meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb These may need some restructuring... > Are we planning on addressing the above as well at some point? > > > > On 1/30/2026 4:08 PM, Andrew Davis wrote: > >These packagegroups are all "arago" packagegroups, the tisdk in the > >name is a leftover from when the TI Core SDK was generated directly > >from Arago. Some packagegroups already do not have this in their names > >but many still do, update the names to be uniformly "arago". > > > >Signed-off-by: Andrew Davis <afd@ti.com> > >--- > > .../recipes-core/images/arago-default-image.bb | 16 ++++++++-------- > > .../recipes-core/images/arago-thinlinux-image.bb | 6 +++--- > > ...b => packagegroup-arago-addons-sdk-target.bb} | 0 > > ...dk-addons.bb => packagegroup-arago-addons.bb} | 0 > > ...b => packagegroup-arago-base-server-extra.bb} | 0 > > ...ackagegroup-arago-connectivity-sdk-target.bb} | 0 > > ...ity.bb => packagegroup-arago-connectivity.bb} | 0 > > ...b => packagegroup-arago-crypto-sdk-target.bb} | 0 > > ...dk-crypto.bb => packagegroup-arago-crypto.bb} | 0 > > ...=> packagegroup-arago-graphics-sdk-target.bb} | 0 > > ...raphics.bb => packagegroup-arago-graphics.bb} | 0 > > ...t.bb => packagegroup-arago-gtk-sdk-target.bb} | 0 > > ...go-tisdk-gtk.bb => packagegroup-arago-gtk.bb} | 0 > > ... packagegroup-arago-multimedia-sdk-target.bb} | 0 > > ...media.bb => packagegroup-arago-multimedia.bb} | 0 > > ...-sysrepo.bb => packagegroup-arago-sysrepo.bb} | 0 > > .../packagegroup-arago-toolchain-tisdk-target.bb | 12 ++++++------ > > .../recipes-core/packagegroups/ti-world.bb | 16 ++++++++-------- > > 18 files changed, 25 insertions(+), 25 deletions(-) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons-sdk-target.bb => packagegroup-arago-addons-sdk-target.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons.bb => packagegroup-arago-addons.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-base-tisdk-server-extra.bb => packagegroup-arago-base-server-extra.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity-sdk-target.bb => packagegroup-arago-connectivity-sdk-target.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity.bb => packagegroup-arago-connectivity.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto-sdk-target.bb => packagegroup-arago-crypto-sdk-target.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto.bb => packagegroup-arago-crypto.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics-sdk-target.bb => packagegroup-arago-graphics-sdk-target.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics.bb => packagegroup-arago-graphics.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk-sdk-target.bb => packagegroup-arago-gtk-sdk-target.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk.bb => packagegroup-arago-gtk.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia-sdk-target.bb => packagegroup-arago-multimedia-sdk-target.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia.bb => packagegroup-arago-multimedia.bb} (100%) > > rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-sysrepo.bb => packagegroup-arago-sysrepo.bb} (100%) > > > >diff --git a/meta-arago-distro/recipes-core/images/arago-default-image.bb b/meta-arago-distro/recipes-core/images/arago-default-image.bb > >index becd3e9b..7804e7bc 100644 > >--- a/meta-arago-distro/recipes-core/images/arago-default-image.bb > >+++ b/meta-arago-distro/recipes-core/images/arago-default-image.bb > >@@ -17,17 +17,17 @@ IMAGE_INSTALL += "\ > > packagegroup-arago-console \ > > ti-test \ > > ti-test-extras \ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ > > ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl','',d)} \ > > ${@bb.utils.contains('DISTRO_FEATURES','vulkan','packagegroup-arago-vulkan','',d)} \ > >- packagegroup-arago-tisdk-connectivity \ > >- packagegroup-arago-tisdk-crypto \ > >- packagegroup-arago-tisdk-multimedia \ > >- packagegroup-arago-tisdk-addons \ > >- packagegroup-arago-tisdk-addons-extra \ > >+ packagegroup-arago-connectivity \ > >+ packagegroup-arago-crypto \ > >+ packagegroup-arago-multimedia \ > >+ packagegroup-arago-addons \ > >+ packagegroup-arago-addons-extra \ > > ${ARAGO_DEFAULT_IMAGE_EXTRA_INSTALL} \ > >- packagegroup-arago-tisdk-sysrepo \ > >+ packagegroup-arago-sysrepo \ > > " > > DEVTOOLS = " \ > >diff --git a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > >index a30acbfb..a7ed2e8d 100644 > >--- a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > >+++ b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb > >@@ -16,9 +16,9 @@ SYSTEMD_DEFAULT_TARGET = "${@bb.utils.contains('DISTRO_FEATURES','opengl','graph > > IMAGE_INSTALL += "\ > > packagegroup-arago-base \ > > packagegroup-arago-console \ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ > >- packagegroup-arago-tisdk-connectivity \ > >- packagegroup-arago-tisdk-crypto \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ > >+ packagegroup-arago-connectivity \ > >+ packagegroup-arago-crypto \ > > docker \ > > ${ARAGO_THIN_IMAGE_EXTRA_INSTALL} \ > > " > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb > >similarity index 100% > >rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb > >rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb > >diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > >index d3a90595..2baa1045 100644 > >--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > >+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > >@@ -8,20 +8,20 @@ inherit packagegroup > > TISDK_TOOLCHAIN_BASE_TARGET = "\ > > packagegroup-arago-standalone-sdk-target \ > >- packagegroup-arago-tisdk-multimedia-sdk-target \ > >+ packagegroup-arago-multimedia-sdk-target \ > > " > > TISDK_TOOLCHAIN_EXTRA_TARGET = "\ > >- packagegroup-arago-tisdk-connectivity-sdk-target \ > >- packagegroup-arago-tisdk-crypto-sdk-target \ > >+ packagegroup-arago-connectivity-sdk-target \ > >+ packagegroup-arago-crypto-sdk-target \ > > " > > TISDK_TOOLCHAIN_EXTRA_TARGET:omapl138 = "" > > RDEPENDS:${PN} = "\ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk-sdk-target','',d)} \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk-sdk-target','',d)} \ > > ${TISDK_TOOLCHAIN_BASE_TARGET} \ > > ${TISDK_TOOLCHAIN_EXTRA_TARGET} \ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics-sdk-target','',d)} \ > > ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl-sdk-target','',d)} \ > >- packagegroup-arago-tisdk-addons-sdk-target \ > >+ packagegroup-arago-addons-sdk-target \ > > " > >diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb > >index 25642831..86ba27c2 100644 > >--- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb > >+++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb > >@@ -30,14 +30,14 @@ RDEPENDS:${PN} = "\ > > packagegroup-arago-base \ > > packagegroup-arago-console \ > > ti-test \ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ > >- packagegroup-arago-tisdk-connectivity \ > >- packagegroup-arago-tisdk-crypto \ > >- packagegroup-arago-tisdk-multimedia \ > >- packagegroup-arago-tisdk-addons \ > >- packagegroup-arago-tisdk-addons-extra \ > >- ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-tisdk-server-extra',d)} \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ > >+ packagegroup-arago-connectivity \ > >+ packagegroup-arago-crypto \ > >+ packagegroup-arago-multimedia \ > >+ packagegroup-arago-addons \ > >+ packagegroup-arago-addons-extra \ > >+ ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-server-extra',d)} \ > > ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "${PYTHON2APPS}", "", d)} \ > > ${DEVTOOLS} \ > > ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups 2026-02-03 18:07 ` Ryan Eatmon 2026-02-03 18:53 ` Denys Dmytriyenko @ 2026-02-03 18:58 ` Andrew Davis 2026-02-03 19:30 ` Denys Dmytriyenko 1 sibling, 1 reply; 11+ messages in thread From: Andrew Davis @ 2026-02-03 18:58 UTC (permalink / raw) To: Ryan Eatmon, Denys Dmytriyenko, meta-arago On 2/3/26 12:07 PM, Ryan Eatmon wrote: > > There are still a few remaining files with tisdk in the name after this patch: > > > find . -name "*tisdk*" > ./meta-arago-distro/recipes-tisdk > ./meta-arago-distro/recipes-tisdk/tisdk-uenv > ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb > ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv This recipe I've been wanting to remove for other reasons (DEPLOYDIR messiness), plan is either merge this into the U-Boot recipe as it is the consumer of the deployed uEnv.txt. Or just move it to meta-tisdk where is actually used for something. (the version of uEnv.txt in meta-arago is just an empty placeholder file). > ./meta-arago-distro/classes/tisdk-sw-manifest.bbclass > ./meta-arago-distro/classes/tisdk-bundle.bbclass > ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb > ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.inc > ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb > ./meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > ./meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb > > To be honest I don't know enough about the original intent of the Arago toolchain and bundle to feel safe messing with them. I think they should either move into meta-tisdk, or just be removed depending on discussions on switching to the Yocto provided "Standard SDK"[0]. But that would be a project outside of this renaming PR. Andrew [0] https://docs.yoctoproject.org/sdk-manual/using.html > Are we planning on addressing the above as well at some point? > > > > On 1/30/2026 4:08 PM, Andrew Davis wrote: >> These packagegroups are all "arago" packagegroups, the tisdk in the >> name is a leftover from when the TI Core SDK was generated directly >> from Arago. Some packagegroups already do not have this in their names >> but many still do, update the names to be uniformly "arago". >> >> Signed-off-by: Andrew Davis <afd@ti.com> >> --- >> .../recipes-core/images/arago-default-image.bb | 16 ++++++++-------- >> .../recipes-core/images/arago-thinlinux-image.bb | 6 +++--- >> ...b => packagegroup-arago-addons-sdk-target.bb} | 0 >> ...dk-addons.bb => packagegroup-arago-addons.bb} | 0 >> ...b => packagegroup-arago-base-server-extra.bb} | 0 >> ...ackagegroup-arago-connectivity-sdk-target.bb} | 0 >> ...ity.bb => packagegroup-arago-connectivity.bb} | 0 >> ...b => packagegroup-arago-crypto-sdk-target.bb} | 0 >> ...dk-crypto.bb => packagegroup-arago-crypto.bb} | 0 >> ...=> packagegroup-arago-graphics-sdk-target.bb} | 0 >> ...raphics.bb => packagegroup-arago-graphics.bb} | 0 >> ...t.bb => packagegroup-arago-gtk-sdk-target.bb} | 0 >> ...go-tisdk-gtk.bb => packagegroup-arago-gtk.bb} | 0 >> ... packagegroup-arago-multimedia-sdk-target.bb} | 0 >> ...media.bb => packagegroup-arago-multimedia.bb} | 0 >> ...-sysrepo.bb => packagegroup-arago-sysrepo.bb} | 0 >> .../packagegroup-arago-toolchain-tisdk-target.bb | 12 ++++++------ >> .../recipes-core/packagegroups/ti-world.bb | 16 ++++++++-------- >> 18 files changed, 25 insertions(+), 25 deletions(-) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons-sdk-target.bb => packagegroup-arago-addons-sdk-target.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-addons.bb => packagegroup-arago-addons.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-base-tisdk-server-extra.bb => packagegroup-arago-base-server-extra.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity-sdk-target.bb => packagegroup-arago-connectivity-sdk-target.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-connectivity.bb => packagegroup-arago-connectivity.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto-sdk-target.bb => packagegroup-arago-crypto-sdk-target.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-crypto.bb => packagegroup-arago-crypto.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics-sdk-target.bb => packagegroup-arago-graphics-sdk-target.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-graphics.bb => packagegroup-arago-graphics.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk-sdk-target.bb => packagegroup-arago-gtk-sdk-target.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-gtk.bb => packagegroup-arago-gtk.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia-sdk-target.bb => packagegroup-arago-multimedia-sdk-target.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-multimedia.bb => packagegroup-arago-multimedia.bb} (100%) >> rename meta-arago-distro/recipes-core/packagegroups/{packagegroup-arago-tisdk-sysrepo.bb => packagegroup-arago-sysrepo.bb} (100%) >> >> diff --git a/meta-arago-distro/recipes-core/images/arago-default-image.bb b/meta-arago-distro/recipes-core/images/arago-default-image.bb >> index becd3e9b..7804e7bc 100644 >> --- a/meta-arago-distro/recipes-core/images/arago-default-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-default-image.bb >> @@ -17,17 +17,17 @@ IMAGE_INSTALL += "\ >> packagegroup-arago-console \ >> ti-test \ >> ti-test-extras \ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ >> ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl','',d)} \ >> ${@bb.utils.contains('DISTRO_FEATURES','vulkan','packagegroup-arago-vulkan','',d)} \ >> - packagegroup-arago-tisdk-connectivity \ >> - packagegroup-arago-tisdk-crypto \ >> - packagegroup-arago-tisdk-multimedia \ >> - packagegroup-arago-tisdk-addons \ >> - packagegroup-arago-tisdk-addons-extra \ >> + packagegroup-arago-connectivity \ >> + packagegroup-arago-crypto \ >> + packagegroup-arago-multimedia \ >> + packagegroup-arago-addons \ >> + packagegroup-arago-addons-extra \ >> ${ARAGO_DEFAULT_IMAGE_EXTRA_INSTALL} \ >> - packagegroup-arago-tisdk-sysrepo \ >> + packagegroup-arago-sysrepo \ >> " >> DEVTOOLS = " \ >> diff --git a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb >> index a30acbfb..a7ed2e8d 100644 >> --- a/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb >> +++ b/meta-arago-distro/recipes-core/images/arago-thinlinux-image.bb >> @@ -16,9 +16,9 @@ SYSTEMD_DEFAULT_TARGET = "${@bb.utils.contains('DISTRO_FEATURES','opengl','graph >> IMAGE_INSTALL += "\ >> packagegroup-arago-base \ >> packagegroup-arago-console \ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ >> - packagegroup-arago-tisdk-connectivity \ >> - packagegroup-arago-tisdk-crypto \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ >> + packagegroup-arago-connectivity \ >> + packagegroup-arago-crypto \ >> docker \ >> ${ARAGO_THIN_IMAGE_EXTRA_INSTALL} \ >> " >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons-sdk-target.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-addons.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-server-extra.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity-sdk-target.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity-sdk-target.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-connectivity.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-target.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto-sdk-target.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-crypto.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-crypto.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics-sdk-target.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-graphics.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk-sdk-target.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk-sdk-target.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-gtk.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gtk.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk-target.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia-sdk-target.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-multimedia.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb >> similarity index 100% >> rename from meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-sysrepo.bb >> rename to meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-sysrepo.bb >> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb >> index d3a90595..2baa1045 100644 >> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb >> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb >> @@ -8,20 +8,20 @@ inherit packagegroup >> TISDK_TOOLCHAIN_BASE_TARGET = "\ >> packagegroup-arago-standalone-sdk-target \ >> - packagegroup-arago-tisdk-multimedia-sdk-target \ >> + packagegroup-arago-multimedia-sdk-target \ >> " >> TISDK_TOOLCHAIN_EXTRA_TARGET = "\ >> - packagegroup-arago-tisdk-connectivity-sdk-target \ >> - packagegroup-arago-tisdk-crypto-sdk-target \ >> + packagegroup-arago-connectivity-sdk-target \ >> + packagegroup-arago-crypto-sdk-target \ >> " >> TISDK_TOOLCHAIN_EXTRA_TARGET:omapl138 = "" >> RDEPENDS:${PN} = "\ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk-sdk-target','',d)} \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk-sdk-target','',d)} \ >> ${TISDK_TOOLCHAIN_BASE_TARGET} \ >> ${TISDK_TOOLCHAIN_EXTRA_TARGET} \ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics-sdk-target','',d)} \ >> ${@bb.utils.contains('DISTRO_FEATURES','opencl','packagegroup-arago-opencl-sdk-target','',d)} \ >> - packagegroup-arago-tisdk-addons-sdk-target \ >> + packagegroup-arago-addons-sdk-target \ >> " >> diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb >> index 25642831..86ba27c2 100644 >> --- a/meta-arago-distro/recipes-core/packagegroups/ti-world.bb >> +++ b/meta-arago-distro/recipes-core/packagegroups/ti-world.bb >> @@ -30,14 +30,14 @@ RDEPENDS:${PN} = "\ >> packagegroup-arago-base \ >> packagegroup-arago-console \ >> ti-test \ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-graphics','',d)} \ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-tisdk-gtk','',d)} \ >> - packagegroup-arago-tisdk-connectivity \ >> - packagegroup-arago-tisdk-crypto \ >> - packagegroup-arago-tisdk-multimedia \ >> - packagegroup-arago-tisdk-addons \ >> - packagegroup-arago-tisdk-addons-extra \ >> - ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-tisdk-server-extra',d)} \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-graphics','',d)} \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','packagegroup-arago-gtk','',d)} \ >> + packagegroup-arago-connectivity \ >> + packagegroup-arago-crypto \ >> + packagegroup-arago-multimedia \ >> + packagegroup-arago-addons \ >> + packagegroup-arago-addons-extra \ >> + ${@bb.utils.contains('DISTRO_FEATURES','opengl','','packagegroup-arago-base-server-extra',d)} \ >> ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "${PYTHON2APPS}", "", d)} \ >> ${DEVTOOLS} \ >> ${@bb.utils.contains('TUNE_FEATURES', 'armv7a', 'valgrind', '', d)} \ > ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups 2026-02-03 18:58 ` Andrew Davis @ 2026-02-03 19:30 ` Denys Dmytriyenko 2026-02-03 20:09 ` Andrew Davis 0 siblings, 1 reply; 11+ messages in thread From: Denys Dmytriyenko @ 2026-02-03 19:30 UTC (permalink / raw) To: afd; +Cc: Ryan Eatmon, Denys Dmytriyenko, meta-arago On Tue, Feb 03, 2026 at 12:58:52PM -0600, Andrew Davis via lists.yoctoproject.org wrote: > On 2/3/26 12:07 PM, Ryan Eatmon wrote: > > > >There are still a few remaining files with tisdk in the name after this patch: > > > > > find . -name "*tisdk*" > >./meta-arago-distro/recipes-tisdk > >./meta-arago-distro/recipes-tisdk/tisdk-uenv > >./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb > >./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv > > This recipe I've been wanting to remove for other reasons (DEPLOYDIR messiness), plan > is either merge this into the U-Boot recipe as it is the consumer of the deployed > uEnv.txt. Or just move it to meta-tisdk where is actually used for something. > (the version of uEnv.txt in meta-arago is just an empty placeholder file). > > >./meta-arago-distro/classes/tisdk-sw-manifest.bbclass > >./meta-arago-distro/classes/tisdk-bundle.bbclass > >./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb > >./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.inc > >./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb > >./meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb > >./meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb > > > > > > To be honest I don't know enough about the original intent of the Arago toolchain > and bundle to feel safe messing with them. I think they should either move into > meta-tisdk, or just be removed depending on discussions on switching to the Yocto > provided "Standard SDK"[0]. But that would be a project outside of this renaming What exactly do you mean "switching to the Yocto provided Standard SDK"?? Arago does produce a slightly extended and slightly customized "Standard SDK" from OE/Yocto perspective. Since that comes from meta-toolchain*, those terms are sometimes interchangeable... Moreover, Arago produces 2 Standard SDKs - one for Linux Cortex-A and another for baremetal Cortex-R. They get named as devkits though, because from TI's perspective, the "released" SDK is a bundle of devkits, pre-built binaries and collateral, such as SW manifest in TI own format. That's the point of tisdk-bundle.bbclass and tisdk-sw-manifest.bbclass So, everyhting is pretty "Standard" from OE/Yocto perspective. The only "Custom" part is bundling several separate pieces together into a single "release" tarball (product teams may create InstallShield executable of it). Besides the 2 bbclasses, the rest of the recipes just slightly extend and slightly customize existing meta-toolchain* flow and are within the existing "Standard SDK" framework. > PR. > > Andrew > > [0] https://docs.yoctoproject.org/sdk-manual/using.html > > >Are we planning on addressing the above as well at some point? ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups 2026-02-03 19:30 ` Denys Dmytriyenko @ 2026-02-03 20:09 ` Andrew Davis 0 siblings, 0 replies; 11+ messages in thread From: Andrew Davis @ 2026-02-03 20:09 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: Ryan Eatmon, Denys Dmytriyenko, meta-arago On 2/3/26 1:30 PM, Denys Dmytriyenko wrote: > On Tue, Feb 03, 2026 at 12:58:52PM -0600, Andrew Davis via lists.yoctoproject.org wrote: >> On 2/3/26 12:07 PM, Ryan Eatmon wrote: >>> >>> There are still a few remaining files with tisdk in the name after this patch: >>> >>>> find . -name "*tisdk*" >>> ./meta-arago-distro/recipes-tisdk >>> ./meta-arago-distro/recipes-tisdk/tisdk-uenv >>> ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb >>> ./meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv >> >> This recipe I've been wanting to remove for other reasons (DEPLOYDIR messiness), plan >> is either merge this into the U-Boot recipe as it is the consumer of the deployed >> uEnv.txt. Or just move it to meta-tisdk where is actually used for something. >> (the version of uEnv.txt in meta-arago is just an empty placeholder file). >> >>> ./meta-arago-distro/classes/tisdk-sw-manifest.bbclass >>> ./meta-arago-distro/classes/tisdk-bundle.bbclass >>> ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.bb >>> ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk.inc >>> ./meta-arago-distro/recipes-core/meta/meta-toolchain-arago-tisdk-server.bb >>> ./meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb >>> ./meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb >>> >>> >> >> To be honest I don't know enough about the original intent of the Arago toolchain >> and bundle to feel safe messing with them. I think they should either move into >> meta-tisdk, or just be removed depending on discussions on switching to the Yocto >> provided "Standard SDK"[0]. But that would be a project outside of this renaming > > What exactly do you mean "switching to the Yocto provided Standard SDK"?? > I mean switching to exactly what Yocto provides, nothing custom. > Arago does produce a slightly extended and slightly customized "Standard SDK" > from OE/Yocto perspective. Since that comes from meta-toolchain*, those terms > are sometimes interchangeable... > > Moreover, Arago produces 2 Standard SDKs - one for Linux Cortex-A and another > for baremetal Cortex-R. They get named as devkits though, because from TI's > perspective, the "released" SDK is a bundle of devkits, pre-built binaries > and collateral, such as SW manifest in TI own format. That's the point of > tisdk-bundle.bbclass and tisdk-sw-manifest.bbclass > > So, everyhting is pretty "Standard" from OE/Yocto perspective. The only > "Custom" part is bundling several separate pieces together into a single > "release" tarball (product teams may create InstallShield executable of it). > So then let's leave that for the product teams if they choose to continue to do these odd (just my opinion) executable bundle SDK things. We don't release Core/Arago SDKs that way, so why does this live here in meta-arago? > Besides the 2 bbclasses, the rest of the recipes just slightly extend and > slightly customize existing meta-toolchain* flow and are within the existing > "Standard SDK" framework. You say "slightly" but the files relating to this make up more than 10% of all of meta-arago by lines. And they are some dense scripting which I have no good way of knowing what is still used by downstream product SDKs or not. Andrew > > >> PR. >> >> Andrew >> >> [0] https://docs.yoctoproject.org/sdk-manual/using.html >> >>> Are we planning on addressing the above as well at some point? ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-arago][master][PATCH v2 0/2] Arago image names 2026-01-30 22:08 [meta-arago][master][PATCH v2 0/2] Arago image names Andrew Davis 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images Andrew Davis 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups Andrew Davis @ 2026-01-30 22:28 ` PRC Automation 2 siblings, 0 replies; 11+ messages in thread From: PRC Automation @ 2026-01-30 22:28 UTC (permalink / raw) To: Andrew Davis; +Cc: Denys Dmytriyenko, Ryan Eatmon, meta-arago meta-arago / na / 20260130220830.2173125-1-afd PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- WARN - [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images WARN: Commit message should not include directory path to recipe: meta-arago-distro: Remove TI SDK branding from Arago images. meta-arago-distro (COMMIT-MESSAGE-3) patch WARN: Revised patch missing a comment. (REVISION-1) patch For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887 WARN - [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups WARN: Commit message should not include directory path to recipe: meta-arago-distro: Remove tisdk name from Arago packagegroups. meta-arago-distro (COMMIT-MESSAGE-3) patch WARN: Revised patch missing a comment. (REVISION-1) patch For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887 ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH v2 0/2] Arago image names - Submitter: From: Andrew Davis <afd@ti.com> - Date: Date: Fri, 30 Jan 2026 16:08:28 -0600 - Num Patches: 2 - Mailing List (public inbox) Commit SHA: f8274c7f742d74a33c1712b9acda8d03f60a4ce0 Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Andrew Davis <afd@ti.com> - Commit Subject: shadow-securetty: Remove unneeded recipe - Commit SHA: ec59a3b33249af3f91b45428a35bca8cd1141fc6 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2026-02-03 20:09 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-01-30 22:08 [meta-arago][master][PATCH v2 0/2] Arago image names Andrew Davis 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 1/2] meta-arago-distro: Remove TI SDK branding from Arago images Andrew Davis 2026-01-31 15:29 ` Denys Dmytriyenko 2026-02-03 18:30 ` Andrew Davis 2026-01-30 22:08 ` [meta-arago][master][PATCH v2 2/2] meta-arago-distro: Remove tisdk name from Arago packagegroups Andrew Davis 2026-02-03 18:07 ` Ryan Eatmon 2026-02-03 18:53 ` Denys Dmytriyenko 2026-02-03 18:58 ` Andrew Davis 2026-02-03 19:30 ` Denys Dmytriyenko 2026-02-03 20:09 ` Andrew Davis 2026-01-30 22:28 ` [meta-arago][master][PATCH v2 0/2] Arago image names PRC Automation
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.