From bb9d8f87e8387828b5987f61a6ce33521f2e107d Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Mon, 25 Apr 2022 12:03:04 +0200 Subject: [PATCH] rauc: add note about relationship to oniro-bundle-base (and other bundles) Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- meta-oniro-core/recipes-core/rauc/rauc_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oniro-core/recipes-core/rauc/rauc_%.bbappend b/meta-oniro-core/recipes-core/rauc/rauc_%.bbappend index 87f5ba23..98a4a417 100644 --- a/meta-oniro-core/recipes-core/rauc/rauc_%.bbappend +++ b/meta-oniro-core/recipes-core/rauc/rauc_%.bbappend @@ -19,6 +19,8 @@ SRC_URI:append = " \ " # Define the slots and compatible strings for reference boards. +# The values here must be synchronized with those in the bundle. +# Look at meta-oniro-core/recipes-core/bundles/oniro-bundle-base.bb RAUC_COMPAT:raspberrypi4-64 := "Raspberry Pi 4" RAUC_SLOT_A:raspberrypi4-64 := "/dev/mmcblk0p2" RAUC_SLOT_B:raspberrypi4-64 := "/dev/mmcblk0p3" -- GitLab