Skip to content

Commit

Permalink
SUA support fine grained API (#174)
Browse files Browse the repository at this point in the history
* SUA build-147

* SUA fine grained API
  • Loading branch information
stlachev committed Jun 27, 2023
1 parent 4b303ce commit e03d0f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions meta-leda-bsp/dynamic-layers/linux-yocto/files/leda-bsp-rauc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,17 @@
# * SPDX-License-Identifier: Apache-2.0
# ********************************************************************************/

# network block device
CONFIG_BLK_DEV_NBD=y

# device manager
CONFIG_BLK_DEV_DM=y

# Format for Rauc
CONFIG_DM_VERITY=y

# SHA256
CONFIG_CRYPTO_SHA256=y

# Optimization for qemuarm64
CONFIG_CRYPTO_SHA256_ARM64=y
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"container_id": "sua",
"container_name": "sua",
"image": {
"name": "ghcr.io/eclipse-leda/leda-contrib-self-update-agent/self-update-agent:build-66"
"name": "ghcr.io/eclipse-leda/leda-contrib-self-update-agent/self-update-agent:build-152"
},
"mount_points": [
{
Expand All @@ -12,7 +12,7 @@
},
{
"source": "/data/selfupdates",
"destination": "/RaucUpdate",
"destination": "/data/selfupdates",
"propagation_mode": "rprivate"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd

# Define image to be pulled
SDV_IMAGE_REF="ghcr.io/eclipse-leda/leda-contrib-self-update-agent/self-update-agent"
SDV_IMAGE_TAG="build-66"
SDV_IMAGE_TAG="build-152"

# Override container architecture. If not set, recipe tries autodetection for target machine architecture.
#CONTAINER_ARCH="arm64"
Expand Down

0 comments on commit e03d0f7

Please sign in to comment.