diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-03 12:08:39 +0200 |
|---|---|---|
| committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-04 12:01:58 +0200 |
| commit | 82a3c13a0b0c9979fa0812143d619748aa89c85d (patch) | |
| tree | bd18751638ce99904dcd68ad2eba6e6db7851f41 /conf/include/local/sota_qemux86-64.inc | |
| parent | b49c2631b6bc48ead4d352e2bd00cdfbca7af5e8 (diff) | |
| download | meta-updater-82a3c13a0b0c9979fa0812143d619748aa89c85d.tar.gz | |
Replace TEMPLATECONF with agl-like config snippets
Diffstat (limited to 'conf/include/local/sota_qemux86-64.inc')
| -rw-r--r-- | conf/include/local/sota_qemux86-64.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/include/local/sota_qemux86-64.inc b/conf/include/local/sota_qemux86-64.inc new file mode 100644 index 0000000..b72c29d --- /dev/null +++ b/conf/include/local/sota_qemux86-64.inc | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | MACHINE = "qemux86-64" | ||
| 2 | |||
| 3 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "5.4%" | ||
| 4 | PREFERRED_VERSION_libgcc ?= "5.4%" | ||
| 5 | PREFERRED_VERSION_gcc-runtime ?= "5.4%" | ||
| 6 | |||
| 7 | # U-Boot support for SOTA | ||
| 8 | PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" | ||
| 9 | UBOOT_MACHINE = "qemu-x86_defconfig" | ||
| 10 | OSTREE_BOOTLOADER ?= "u-boot" | ||
| 11 | |||
| 12 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda" | ||
