summaryrefslogtreecommitdiffstats
path: root/default-registry
Commit message (Collapse)AuthorAgeFilesLines
* default-registry: replace phantom distro one-of with upstream distro referencesDaiane Angolini2026-05-271-3/+3
| | | | | | | | | | | | | 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>
* default-registry: update preset configurations for BSP fragmentsDaiane Angolini2026-05-271-44/+10
| | | | | | | | | | | | | | | | | | Replace the old display-backend-only and distro-bundled preset configurations with ones that explicitly select a BSP fragment alongside the display backend: - fslc-framebuffer: bsp/fslc + framebuffer - nxp-framebuffer: eula/accept-fsl-eula + bsp/nxp + framebuffer - fslc-eula-framebuffer: eula/accept-fsl-eula + bsp/fslc + framebuffer The phantom fsl preset (no fragments) and the broken accept-fsl-eula preset (wrong fragment path freescale-layer/accept-fsl-eula) are removed. The old fsl-{wayland,xwayland,framebuffer} and standalone {wayland,xwayland,framebuffer} presets are removed; they did not express a BSP choice and are superseded by the new presets. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* template: Add new BitBake Configuration TemplateDaiane Angolini2026-02-171-0/+243
It add a new BitBake Configuration Template will full options for machines, the two distros, and a set of configurations to be used along with the distros. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>