| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
BSP selection (linux-fslc vs linux-imx, u-boot-fslc vs u-boot-imx)
previously required a separate DISTRO from meta-freescale-distro.
These fragments let users express the same choice with DISTRO = "poky"
without depending on a dedicated distro layer.
The fslc fragment covers the mainline-tracking BSP (linux-fslc,
u-boot-fslc). The nxp fragment covers the NXP downstream BSP
(linux-imx, u-boot-imx) and carries the provider preferences and
GStreamer version pins previously found in fsl-base.inc.
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
|
| |
|
|
|
|
|
|
|
| |
fslc-x11 was the only display backend distro with no fragment
equivalent; users migrating from meta-freescale-distro had no
way to replicate its DISTRO_FEATURES adjustments with the new
fragment-based workflow.
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
|
| |
|
|
|
|
|
| |
Add conf/fragments/init/systemd.conf to set the init manager to
systemd instead of the default SysVinit.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
|
| |
|
|
|
|
|
|
| |
Add conf/fragments/graphics/xwayland.conf to enable both X11 and
Wayland display backends with XWayland support while removing
DirectFB. Adds x11, wayland, and pam to DISTRO_FEATURES.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
|
| |
|
|
|
|
|
|
| |
Add conf/fragments/graphics/wayland.conf to enable the Wayland
display backend while removing X11 and DirectFB support. Adds
wayland and pam to DISTRO_FEATURES.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
|
| |
|
|
|
|
|
| |
Add conf/fragments/graphics/vulkan.conf to enable Vulkan support
by appending vulkan to DISTRO_FEATURES.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
|
| |
|
|
|
|
|
|
| |
Add conf/fragments/graphics/framebuffer.conf to configure
framebuffer-based graphics rendering by removing X11, Wayland,
DirectFB, and Vulkan backends from DISTRO_FEATURES.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
|
|
|
Add conf/fragments/eula/accept-fsl-eula.conf to allow accepting the
Freescale/NXP EULA through a configuration fragment. This sets
ACCEPT_FSL_EULA to '1', required for building recipes that use
proprietary NXP software.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
|