summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Luck <ben+qa@advancedtelematic.com>2018-01-22 14:27:34 +0100
committerGitHub <noreply@github.com>2018-01-22 14:27:34 +0100
commit310957f5d2db659dfea6537a90fc0cc4b3297c19 (patch)
tree3dabcfb54c8a18730682f167362392076dba835a
parentde0d91f6a870494963c67c70460999927e8d9e1f (diff)
parent0ccd10c27fbf94778553cea02f67d269df7c2854 (diff)
downloadmeta-updater-310957f5d2db659dfea6537a90fc0cc4b3297c19.tar.gz
Merge pull request #229 from advancedtelematic/bugfix/PRO-4677/startupsh
Deploy startup.nsh before composing flashable image
-rw-r--r--classes/sota_minnowboard.bbclass3
1 files changed, 3 insertions, 0 deletions
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"
4WKS_FILE_sota = "efiimage-sota.wks" 4WKS_FILE_sota = "efiimage-sota.wks"
5IMAGE_BOOT_FILES_sota = "" 5IMAGE_BOOT_FILES_sota = ""
6 6
7IMAGE_FSTYPES_remove_sota = "live hddimg"
7OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" 8OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0"
9
10IMAGE_INSTALL_append = " minnowboard-efi-startup"