summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2026-05-27 19:05:15 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2026-05-27 19:58:06 -0300
commit74349d7cf40c8f74f897a415a97cb01d3f1bc25b (patch)
tree8d9054594213e76080310f357f147c2836530cee
parentff6f5ea0c8d31364b2dc5673cb208893330eb970 (diff)
downloadmeta-freescale-74349d7cf40c8f74f897a415a97cb01d3f1bc25b.tar.gz
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 = <value> from the fragment name. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
-rw-r--r--default-registry/configurations/fsl-community-bsp-master.conf.json6
1 files 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 @@
167 ] 167 ]
168 }, 168 },
169 "distro": { 169 "distro": {
170 "description": "Target Distributions", 170 "description": "Distribution",
171 "options": [ 171 "options": [
172 {"name": "distro/fsl", "description": "FSL NXP BSP base distribution"}, 172 {"name": "distro/poky", "description": "Poky reference distribution"},
173 {"name": "distro/fslc", "description": "FSLC Community BSP base distribution"} 173 {"name": "distro/nodistro", "description": "No distribution policy"}
174 ] 174 ]
175 } 175 }
176 }, 176 },