Skip to content

Commit

Permalink
meta-isar/recipes-python: build HEAD of mtda
Browse files Browse the repository at this point in the history
Make it easier to build MTDA images with the latest changes by
using SRCREV="${AUTOREV}" in the bitbake recipe. Releases will
continue to use a fixed git commit hash. The Debian changelog
uses a "-0" revision to flag development builds.

Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Feb 7, 2022
1 parent f55fde3 commit d9922f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mtda (0.16-0) testing; urgency=medium

* Development version

-- Cedric Hombourger <[email protected]> Fri, 04 Feb 2022 08:00:00 +0100

mtda (0.15-1) testing; urgency=medium

[ Cedric Hombourger ]
Expand Down
2 changes: 1 addition & 1 deletion meta-isar/recipes-python/mtda/mtda_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
inherit dpkg

SRC_URI += "git://[email protected]/siemens/mtda.git;protocol=https;branch=master"
SRCREV = "4925f8f1bc1214f78777a7648eac0ac183f11232"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"

DEPENDS += "zerorpc-python zstandard"
2 changes: 1 addition & 1 deletion mtda/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

__license__ = 'MIT'
__copyright__ = 'Copyright (C) 2022 Siemens Digital Industries Software'
__version__ = '0.15'
__version__ = '0.16'

0 comments on commit d9922f7

Please sign in to comment.