Skip to content

Commit

Permalink
fix(iot2050-firmware-update): Add missing package dependency
Browse files Browse the repository at this point in the history
- As some tools are comes from u-boot-tools package (e.g. mkenvimage)
in iot2050-firmware-update script, its build recipe should include
u-boot-tools package dependency. Otherwise, these necessary tools
are not installed to image.

Signed-off-by: Enes Çolpan <[email protected]>
  • Loading branch information
colpane authored and huaqianli committed Dec 6, 2024
1 parent 088f2a9 commit a8659b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TEMPLATE_FILES = "update.conf.json.tmpl iot2050-firmware-update.tmpl"

inherit dpkg-raw

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

do_install() {
install -v -d ${D}/usr/sbin/
Expand Down

0 comments on commit a8659b3

Please sign in to comment.