From 57f0db1ed31c01e947f6c8dce0d45ba1a07fd7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:35:39 -0300 Subject: [PATCH] docs(genesis): record package transition gate --- genesis-openembedded/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/genesis-openembedded/README.md b/genesis-openembedded/README.md index a10ab6b..549ef77 100644 --- a/genesis-openembedded/README.md +++ b/genesis-openembedded/README.md @@ -53,7 +53,9 @@ The RPM builder skips its old per-EL Genesis build when a release is supplied. The APT builder adds the DEB packages to every selected suite. Both consumers verify package identities and checksums before collecting packages. -Without `--genesis-release`, both builders keep their existing behavior. This -allows the package publishing change to land before xcat-core starts depending -on the new architecture-specific package names. Generated images and packages -belong in release storage, not in Git. +Without `--genesis-release`, both builders keep their existing behavior. The +option remains opt-in until xcat-core uses the exact package names on every +platform. The current RPM naming already matches `x86_64`, but older mappings +still use `ppc64` for `ppc64le`, and the DEB packages use `amd64`. Those mappings +belong in a separate xcat-core change. Generated images and packages belong in +release storage, not in Git.