summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_qemux86-64.inc
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-03-30 13:37:56 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-04-04 08:59:11 +0000
commit4abd447b8d156b3b8bfef80afddffb53259a0a93 (patch)
treee02105279328104159a4672c9713f8004c3f96ab /meta-agl-bsp/conf/include/agl_qemux86-64.inc
parente271cd07cead4d82310e3e5cb56fd17341275c41 (diff)
Add grub2 support in SOTA
Change-Id: Ia37920f6190e9dfe68c4d63a01f204ff6fc66423 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_qemux86-64.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_qemux86-64.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_qemux86-64.inc b/meta-agl-bsp/conf/include/agl_qemux86-64.inc
index 81015e076..d48252e92 100644
--- a/meta-agl-bsp/conf/include/agl_qemux86-64.inc
+++ b/meta-agl-bsp/conf/include/agl_qemux86-64.inc
@@ -21,3 +21,6 @@ APPEND += "quiet"
# U-Boot support for SOTA
PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota"
UBOOT_MACHINE_sota = "qemu-x86_defconfig"
+OSTREE_BOOTLOADER ?= "u-boot"
+
+OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda"