clean some unused things from global conf
This commit is contained in:
parent
0868331481
commit
76345d45ad
@ -26,7 +26,7 @@ INITRAMFS_IMAGE = "citadel-initramfs-image"
|
||||
|
||||
NOISO = "1"
|
||||
EFI_PROVIDER = "systemd-boot"
|
||||
IMAGE_FSTYPES = "wic"
|
||||
IMAGE_FSTYPES = "ext2"
|
||||
IMAGE_FEATURES = "read-only-rootfs"
|
||||
|
||||
GLIBC_SPLIT_LC_PACKAGES = "0"
|
||||
@ -35,11 +35,6 @@ IMAGE_LINGUAS = "en-us"
|
||||
|
||||
BUILD_REPRODUCIBLE_BINARIES = "1"
|
||||
|
||||
IMAGE_CLASSES += "qemuboot"
|
||||
QB_NET = "none"
|
||||
QB_MEM = "-m 1024"
|
||||
QB_DEFAULT_FSTYPE = "wic"
|
||||
|
||||
# Override meta-rust dependencies.
|
||||
#
|
||||
# Instead of bringing in all of openembedded, we imported the two recipes
|
||||
|
@ -25,5 +25,3 @@ ROOT_PASSWORD ?= "citadel"
|
||||
|
||||
inherit core-image
|
||||
|
||||
WKS_FILE="citadel-image-minimal.wks"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user