generated from timoschneider/yocto-template
switched from grub to systemdboot
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
MACHINE = "beagleplay"
|
MACHINE = "beagleplay"
|
||||||
KERNEL_DEVICETREE = "k3-am625-beagleplay.dtb"
|
KERNEL_DEVICETREE = "k3-am625-beagleplay.dtb"
|
||||||
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
|
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
|
# 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
|
# 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_NAME = "Custom Headless Distro for development"
|
||||||
DISTRO_VERSION = "1.0"
|
DISTRO_VERSION = "1.0"
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
|
||||||
|
|
||||||
# Use systemd (recommended for networking & ssh)
|
# Use systemd (recommended for networking & ssh)
|
||||||
DISTRO_FEATURES:append = "\
|
DISTRO_FEATURES:append = "\
|
||||||
systemd \
|
systemd \
|
||||||
|
|||||||
@@ -4,9 +4,16 @@ require dev-image-full.bb
|
|||||||
|
|
||||||
IMAGE_INSTALL += "\
|
IMAGE_INSTALL += "\
|
||||||
dtc \
|
dtc \
|
||||||
|
bmaptool \
|
||||||
|
dosfstools \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
|
e2fsprogs-resize2fs \
|
||||||
|
e2fsprogs-tune2fs \
|
||||||
gptfdisk \
|
gptfdisk \
|
||||||
|
mmc-utils \
|
||||||
|
mtools \
|
||||||
parted \
|
parted \
|
||||||
|
python3-pip \
|
||||||
util-linux \
|
util-linux \
|
||||||
xz \
|
xz \
|
||||||
"
|
"
|
||||||
@@ -11,5 +11,6 @@ IMAGE_INSTALL += "\
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
htop \
|
htop \
|
||||||
|
python3 \
|
||||||
vim \
|
vim \
|
||||||
"
|
"
|
||||||
@@ -6,5 +6,3 @@ inherit core-image
|
|||||||
IMAGE_INSTALL = "\
|
IMAGE_INSTALL = "\
|
||||||
packagegroup-core-boot \
|
packagegroup-core-boot \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL:remove = "grub grub-efi grub-pc"
|
|
||||||
Reference in New Issue
Block a user