diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-28 17:38:59 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-12-28 17:38:59 +0100 |
commit | 72ddd7ad2563b3a2e99311d1969832c858733543 (patch) | |
tree | 0f8bb799e9fe970b2d0bcf85089f1ba5537b0599 /conf | |
parent | a7ba4cb2893b5441038a39b98a760664440561da (diff) | |
download | meta-updater-72ddd7ad2563b3a2e99311d1969832c858733543.tar.gz |
Add OTA SD image for Minnowboard
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/sota.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/sota.conf.inc b/conf/distro/sota.conf.inc index d9b88c7..23e5a43 100644 --- a/conf/distro/sota.conf.inc +++ b/conf/distro/sota.conf.inc | |||
@@ -32,6 +32,8 @@ DISTRO_TYPE ?= "${@bb.utils.contains("IMAGE_FEATURES", "debug-tweaks", "debug", | |||
32 | ## Minnowboard | 32 | ## Minnowboard |
33 | PREFERRED_PROVIDER_virtual/bootloader_intel-corei7-64 = "u-boot-ota" | 33 | PREFERRED_PROVIDER_virtual/bootloader_intel-corei7-64 = "u-boot-ota" |
34 | UBOOT_MACHINE_intel-corei7-64 = "minnowmax_defconfig" | 34 | UBOOT_MACHINE_intel-corei7-64 = "minnowmax_defconfig" |
35 | IMAGE_CLASSES_append_intel-corei7-64 = " sdcard_image-minnowboard-ota" | ||
36 | IMAGE_FSTYPES += "${@'minnowboard-sdimg-ota' if d.getVar('MACHINE', True).startswith('intel-corei7-64') else ''}" | ||
35 | 37 | ||
36 | ## QEMU | 38 | ## QEMU |
37 | PREFERRED_PROVIDER_virtual/bootloader_qemux86 = "u-boot-ota" | 39 | PREFERRED_PROVIDER_virtual/bootloader_qemux86 = "u-boot-ota" |