All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
	Ryan Eatmon <reatmon@ti.com>, <meta-arago@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-arago][master][PATCH v2 0/2] Arago image names
Date: Fri, 30 Jan 2026 16:08:28 -0600	[thread overview]
Message-ID: <20260130220830.2173125-1-afd@ti.com> (raw)

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



             reply	other threads:[~2026-01-30 22:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-30 22:08 Andrew Davis [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260130220830.2173125-1-afd@ti.com \
    --to=afd@ti.com \
    --cc=denys@konsulko.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.