Skip to content
Snippets Groups Projects
Commit 93947027 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by Stefan Schmidt
Browse files

rauc: adjust compatible string for Raspberry Pi 4


In retrospective I think I've misunderstood the compatible string to
mean "what is the image we expect" vs "what is the hardware we expect".
By setting the compatible string to describe the hardware, we get the
ability to restrict images for genuinely incompatible hardware without
locking down ability to move to other software images.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent a5437196
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
[system] [system]
compatible=Oniro Reference Image for Raspberry Pi 4 compatible=Raspberry Pi 4
# Use the custom boot loader backend. The handler program is set in the # Use the custom boot loader backend. The handler program is set in the
# [handlers] section below. This loops in SystemOTA into the update process and # [handlers] section below. This loops in SystemOTA into the update process and
# delegates slot status and slot active flag responsibilities to it. # delegates slot status and slot active flag responsibilities to it.
......
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