From 58e7b90e392c911fa3df2d17fda34441ea509675 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 10 Apr 2017 17:04:13 +0200 Subject: Add configuration for grub-efi on Minnowboard --- conf/include/local/sota_minnowboard.inc | 10 +++++----- conf/include/local/sota_minnowboard_uboot.inc | 10 ++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 conf/include/local/sota_minnowboard_uboot.inc (limited to 'conf/include') 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 @@ MACHINE = "intel-corei7-64" -PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" -UBOOT_MACHINE_sota = "minnowmax_defconfig" +OSTREE_BOOTLOADER ?= "grub" +EFI_PROVIDER = "grub-efi" -EXTRA_IMAGEDEPENDS_append_sota = " minnowboard-bootfiles" -IMAGE_BOOT_FILES_sota += "minnowboard-bootfiles/*" +WKS_FILE = "efiimage-sota.wks" +IMAGE_BOOT_FILES = "" -OSTREE_BOOTLOADER ?= "u-boot" +OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk2p2 console=ttyS0,115200 console=tty0" diff --git a/conf/include/local/sota_minnowboard_uboot.inc b/conf/include/local/sota_minnowboard_uboot.inc new file mode 100644 index 0000000..e64f7eb --- /dev/null +++ b/conf/include/local/sota_minnowboard_uboot.inc @@ -0,0 +1,10 @@ +MACHINE = "intel-corei7-64" + +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ota" +UBOOT_MACHINE = "minnowmax_defconfig" + +EXTRA_IMAGEDEPENDS_append = " minnowboard-bootfiles" +IMAGE_BOOT_FILES = "minnowboard-bootfiles/*" + +OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda console=ttyS0,115200 console=tty0" + -- cgit v1.2.3-54-g00ecf