switched to u-boot only partition (sill systemd somehow)

This commit is contained in:
2026-02-14 15:15:47 +01:00
parent 18e2c3d19b
commit 48e24c3154
4 changed files with 149 additions and 3 deletions

View File

@@ -2,6 +2,12 @@ DISTRO = "devdistro"
DISTRO_NAME = "Custom Headless Distro for development"
DISTRO_VERSION = "1.0"
EFI_PROVIDER = ""
PREFERRED_PROVIDER_virtual/bootloader:beagleplay = "u-boot-ti-staging"
UBOOT_MACHINE:beagleplay = "am62x_beagleplay_a53_custom_defconfig"
WKS_FILE:beagleplay = "sdimage-2part.wks"
# Use systemd (recommended for networking & ssh)
DISTRO_FEATURES:append = "\
systemd \