switched from grub to systemdboot

This commit is contained in:
2026-02-13 14:43:31 +01:00
parent 0adce4bff4
commit 18e2c3d19b
5 changed files with 10 additions and 5 deletions

View File

@@ -39,6 +39,7 @@
MACHINE = "beagleplay"
KERNEL_DEVICETREE = "k3-am625-beagleplay.dtb"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
EFI_PROVIDER = "systemd-boot"
# These are some of the more commonly used values. Looking at the files in the
# meta/conf/machine directory, or the conf/machine directory of any additional layers

View File

@@ -2,8 +2,6 @@ DISTRO = "devdistro"
DISTRO_NAME = "Custom Headless Distro for development"
DISTRO_VERSION = "1.0"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
# Use systemd (recommended for networking & ssh)
DISTRO_FEATURES:append = "\
systemd \

View File

@@ -4,9 +4,16 @@ require dev-image-full.bb
IMAGE_INSTALL += "\
dtc \
bmaptool \
dosfstools \
e2fsprogs \
e2fsprogs-resize2fs \
e2fsprogs-tune2fs \
gptfdisk \
mmc-utils \
mtools \
parted \
python3-pip \
util-linux \
xz \
"

View File

@@ -11,5 +11,6 @@ IMAGE_INSTALL += "\
ca-certificates \
curl \
htop \
python3 \
vim \
"

View File

@@ -5,6 +5,4 @@ inherit core-image
IMAGE_INSTALL = "\
packagegroup-core-boot \
"
IMAGE_INSTALL:remove = "grub grub-efi grub-pc"
"