generated from timoschneider/yocto-template
switched from grub to systemdboot
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
"
|
||||
@@ -11,5 +11,6 @@ IMAGE_INSTALL += "\
|
||||
ca-certificates \
|
||||
curl \
|
||||
htop \
|
||||
python3 \
|
||||
vim \
|
||||
"
|
||||
@@ -5,6 +5,4 @@ inherit core-image
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
packagegroup-core-boot \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL:remove = "grub grub-efi grub-pc"
|
||||
"
|
||||
Reference in New Issue
Block a user