diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-23 19:16:55 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-23 19:17:45 +0000 |
commit | 61bf6803fdce1cac3f6cb5c7fabe2e5fe81d5450 (patch) | |
tree | 1fc9f679470042b5005052591d01a1958b71fe9c /meta-agl-bsp/conf/include/agl_qemux86-64.inc | |
parent | 521815fa95dba3d47704b62b4b6911fc994ad4c8 (diff) |
Revert "Switch to meta-updater" - waiting for main commit to be updated.
This reverts commit 521815fa95dba3d47704b62b4b6911fc994ad4c8.
Change-Id: I06e2ed97e2ea7897ccdee09aeec277c8a75ccfa0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9187
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_qemux86-64.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_qemux86-64.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_qemux86-64.inc b/meta-agl-bsp/conf/include/agl_qemux86-64.inc index a9d320c9d..d48252e92 100644 --- a/meta-agl-bsp/conf/include/agl_qemux86-64.inc +++ b/meta-agl-bsp/conf/include/agl_qemux86-64.inc @@ -18,4 +18,9 @@ APPEND += "console=ttyS0,115200n8" # All boot message will be off APPEND += "quiet" -include conf/include/local/sota_qemux86-64.inc +# 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" |