From 74349d7cf40c8f74f897a415a97cb01d3f1bc25b Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 27 May 2026 19:05:15 -0300 Subject: default-registry: replace phantom distro one-of with upstream distro references distro/fsl and distro/fslc were referenced as one-of options but never existed as real fragments; they were a leftover from an older format where the distro variable drove a bitbake-setup template name. Replace them with the built-in distro/ fragment prefix (distro/poky and distro/nodistro), which maps directly to the DISTRO variable via the OE_FRAGMENTS_BUILTIN mechanism. No fragment files are needed; the built-in handler sets DISTRO = from the fragment name. Signed-off-by: Daiane Angolini --- default-registry/configurations/fsl-community-bsp-master.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default-registry/configurations/fsl-community-bsp-master.conf.json b/default-registry/configurations/fsl-community-bsp-master.conf.json index d3ccaa500..e392c1762 100644 --- a/default-registry/configurations/fsl-community-bsp-master.conf.json +++ b/default-registry/configurations/fsl-community-bsp-master.conf.json @@ -167,10 +167,10 @@ ] }, "distro": { - "description": "Target Distributions", + "description": "Distribution", "options": [ - {"name": "distro/fsl", "description": "FSL NXP BSP base distribution"}, - {"name": "distro/fslc", "description": "FSLC Community BSP base distribution"} + {"name": "distro/poky", "description": "Poky reference distribution"}, + {"name": "distro/nodistro", "description": "No distribution policy"} ] } }, -- cgit v1.2.3-54-g00ecf