From c714783cc9f079c22c7a109c8c60ffd059b2c024 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 25 Apr 2022 11:36:30 +0200 Subject: [PATCH] bundles: add compatibility string for SECO B68 I missed this in the earlier patch-set. I've added a note to the RAUC recipe to allow people to notice this better than by trial and error. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- meta-oniro-core/recipes-core/bundles/oniro-bundle-base.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oniro-core/recipes-core/bundles/oniro-bundle-base.bb b/meta-oniro-core/recipes-core/bundles/oniro-bundle-base.bb index 224dc665..b4e3cb7c 100644 --- a/meta-oniro-core/recipes-core/bundles/oniro-bundle-base.bb +++ b/meta-oniro-core/recipes-core/bundles/oniro-bundle-base.bb @@ -9,6 +9,7 @@ SUMMARY = "SysOTA/RAUC Update Bundle for Oniro Base Image" RAUC_BUNDLE_COMPATIBLE:qemux86 = "QEMU x86" RAUC_BUNDLE_COMPATIBLE:qemux86-64 = "QEMU x86-64" RAUC_BUNDLE_COMPATIBLE:raspberrypi4-64 = "Raspberry Pi 4" +RAUC_BUNDLE_COMPATIBLE:seco-intel-b68 := "SECO Alvin" # TODO: add compatibility strings for other machines. RAUC_BUNDLE_DESCRIPTION = "SysOTA/RAUC Update Bundle" -- GitLab