generated from timoschneider/yocto-template
switched from grub to systemdboot
This commit is contained in:
@@ -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