From 0ccd10c27fbf94778553cea02f67d269df7c2854 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 16 Jan 2018 18:51:19 +0100 Subject: Deploy startup.nsh before composing flashable image Additionally don't create extra images to save space and not confuse the user --- classes/sota_minnowboard.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/classes/sota_minnowboard.bbclass b/classes/sota_minnowboard.bbclass index 8417348..63510e3 100644 --- a/classes/sota_minnowboard.bbclass +++ b/classes/sota_minnowboard.bbclass @@ -4,4 +4,7 @@ EFI_PROVIDER_sota = "grub-efi" WKS_FILE_sota = "efiimage-sota.wks" IMAGE_BOOT_FILES_sota = "" +IMAGE_FSTYPES_remove_sota = "live hddimg" OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" + +IMAGE_INSTALL_append = " minnowboard-efi-startup" -- cgit v1.2.3-54-g00ecf