summaryrefslogtreecommitdiff
path: root/lib/recipetool/__init__.py
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2020-05-07 09:44:24 +0000
committerStefan Agner <stefan.agner@toradex.com>2020-09-07 13:40:18 +0000
commitf80b1846113635ec84177f0020efab02f6679d1a (patch)
tree72dcb64277176ce225beb2dc7f4e1a8a1b4b26f7 /lib/recipetool/__init__.py
parent880a6d5687cc8fe685240300811a1ddf90b192a4 (diff)
recipetool: add updatesrcrev sub-command
Use the recipetool plugin mechanism to add a updatesrcrev command. This allows to update the SRCREV variable to point to the current git hash the references git branch is pointing to. A OpenEmbedded build environment needs to be initialized. Then use the following command to update SRCREV of a particular recipe: recipetool updatesrcrev <path-to-recipe> Related-to: AUT-354 Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'lib/recipetool/__init__.py')
-rw-r--r--lib/recipetool/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/recipetool/__init__.py b/lib/recipetool/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/lib/recipetool/__init__.py