diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-10 17:04:13 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-11 17:37:48 +0200 |
commit | 58e7b90e392c911fa3df2d17fda34441ea509675 (patch) | |
tree | 0058130c325d502fd7e70530514a8fa8dd8a63aa /conf/include | |
parent | 77e701b94ed91762df51ddae3743c3bde4ca9f8f (diff) | |
download | meta-updater-58e7b90e392c911fa3df2d17fda34441ea509675.tar.gz |
Add configuration for grub-efi on Minnowboard
Diffstat (limited to 'conf/include')
-rw-r--r-- | conf/include/local/sota_minnowboard.inc | 10 | ||||
-rw-r--r-- | conf/include/local/sota_minnowboard_uboot.inc | 10 |
2 files changed, 15 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 @@ | |||
1 | MACHINE = "intel-corei7-64" | 1 | MACHINE = "intel-corei7-64" |
2 | 2 | ||
3 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" | 3 | OSTREE_BOOTLOADER ?= "grub" |
4 | UBOOT_MACHINE_sota = "minnowmax_defconfig" | 4 | EFI_PROVIDER = "grub-efi" |
5 | 5 | ||
6 | EXTRA_IMAGEDEPENDS_append_sota = " minnowboard-bootfiles" | 6 | WKS_FILE = "efiimage-sota.wks" |
7 | IMAGE_BOOT_FILES_sota += "minnowboard-bootfiles/*" | 7 | IMAGE_BOOT_FILES = "" |
8 | 8 | ||
9 | OSTREE_BOOTLOADER ?= "u-boot" | 9 | 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 @@ | |||
1 | MACHINE = "intel-corei7-64" | ||
2 | |||
3 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ota" | ||
4 | UBOOT_MACHINE = "minnowmax_defconfig" | ||
5 | |||
6 | EXTRA_IMAGEDEPENDS_append = " minnowboard-bootfiles" | ||
7 | IMAGE_BOOT_FILES = "minnowboard-bootfiles/*" | ||
8 | |||
9 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda console=ttyS0,115200 console=tty0" | ||
10 | |||