Skip to content

Commit

Permalink
iot2050-firmware-update: Bump to version 0.4, templated
Browse files Browse the repository at this point in the history
Reflect the recent changes by a version bump. Avoid having to do that in
two places by converting the source into a template the uses ${PV}.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka authored and BaochengSu committed Jan 28, 2023
1 parent da2f00f commit 573fcb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ class RollbackFirmware(FirmwareUpdate):
print("Extract rollback firmware error")


__version__ = "0.3"
__version__ = "${PV}"


def main(argv):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
DESCRIPTION = "OSPI Firmware Update Scripts"
MAINTAINER = "[email protected]"

SRC_URI = "file://iot2050-firmware-update"
SRC_URI = "file://iot2050-firmware-update.tmpl"

TEMPLATE_FILES = "iot2050-firmware-update.tmpl"

inherit dpkg-raw

Expand Down

0 comments on commit 573fcb1

Please sign in to comment.