summaryrefslogtreecommitdiffstats
path: root/conf/include/local/sota_minnowboard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/include/local/sota_minnowboard.inc')
-rw-r--r--conf/include/local/sota_minnowboard.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/include/local/sota_minnowboard.inc b/conf/include/local/sota_minnowboard.inc
index 5a5b3f4..d39f4d3 100644
--- a/conf/include/local/sota_minnowboard.inc
+++ b/conf/include/local/sota_minnowboard.inc
@@ -1,9 +1,9 @@
1MACHINE = "intel-corei7-64" 1MACHINE = "intel-corei7-64"
2 2
3PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" 3OSTREE_BOOTLOADER ?= "grub"
4UBOOT_MACHINE_sota = "minnowmax_defconfig" 4EFI_PROVIDER = "grub-efi"
5 5
6EXTRA_IMAGEDEPENDS_append_sota = " minnowboard-bootfiles" 6WKS_FILE = "efiimage-sota.wks"
7IMAGE_BOOT_FILES_sota += "minnowboard-bootfiles/*" 7IMAGE_BOOT_FILES = ""
8 8
9OSTREE_BOOTLOADER ?= "u-boot" 9OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk2p2 console=ttyS0,115200 console=tty0"