Skip to content
Snippets Groups Projects
Commit 351e3869 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

sysota: add support for SECO Alvin board (aka B68)


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent c4f001be
No related branches found
No related tags found
1 merge request!79sysota: generate RAUC configuration file from template
...@@ -108,6 +108,9 @@ SYSOTA_BOOTLOADER_TYPE:qemux86 := "GRUB" ...@@ -108,6 +108,9 @@ SYSOTA_BOOTLOADER_TYPE:qemux86 := "GRUB"
SYSOTA_MODEL:qemux86-64 := "QEMU Virtual Machine" SYSOTA_MODEL:qemux86-64 := "QEMU Virtual Machine"
SYSOTA_BOOTLOADER_TYPE:qemux86-64 := "GRUB" SYSOTA_BOOTLOADER_TYPE:qemux86-64 := "GRUB"
SYSOTA_MODEL:seco-intel-b68 := "B68 / Alvin"
SYSOTA_BOOTLOADER_TYPE:seco-intel-b68 := "GRUB"
do_install:prepend() { do_install:prepend() {
sed \ sed \
-e 's,@SYSOTA_BOOTLOADER_TYPE@,${SYSOTA_BOOTLOADER_TYPE},g' \ -e 's,@SYSOTA_BOOTLOADER_TYPE@,${SYSOTA_BOOTLOADER_TYPE},g' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment