Skip to content

Commit

Permalink
fix(firmware-update): explicitly set DPKG_ARCH to "any"
Browse files Browse the repository at this point in the history
Isar commit 0816ae6e97d15712f6b8eb873311464263f5df59 changed the default
architecture for dpkg-raw from "any" to "all". Having a task that assumes
the generated package file ends with "_arm64.deb" (not great btw), set
DPKG_ARCH to "any".

Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger authored and huaqianli committed Feb 28, 2025
1 parent d711f6b commit 4d66426
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ SRC_URI = " \

TEMPLATE_FILES = "update.conf.json.tmpl iot2050-firmware-update.tmpl"

DPKG_ARCH = "any"

inherit dpkg-raw

DEBIAN_DEPENDS = "python3-progress, u-boot-tools"
Expand Down

0 comments on commit 4d66426

Please sign in to comment.