diff options
author | OYTIS <tossel@gmail.com> | 2017-04-10 16:36:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 16:36:42 +0300 |
commit | 25199f1b47aeea15e56b17aced5c310bf1dd1208 (patch) | |
tree | ce66b8aa2d4188c277d2b6bf4c26ce7289efed60 | |
parent | 7309d7b568358841e01af3044735f4e46f2d9b88 (diff) | |
parent | 8f80eb23487e6280716f419f1fd625fcd401e13b (diff) | |
download | meta-updater-25199f1b47aeea15e56b17aced5c310bf1dd1208.tar.gz |
Merge pull request #44 from advancedtelematic/feat/bleeding-edge
Create sota_bleeding.inc config file to build against master
-rw-r--r-- | conf/include/local/sota_bleeding.inc | 1 | ||||
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/include/local/sota_bleeding.inc b/conf/include/local/sota_bleeding.inc new file mode 100644 index 0000000..fc5947d --- /dev/null +++ b/conf/include/local/sota_bleeding.inc | |||
@@ -0,0 +1 @@ | |||
SRCREV_pn-aktualizr ?= "${AUTOREV}" | |||
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 045c142..12a3eed 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=9741c346eef56131163e13b9db1241b3" | |||
9 | inherit cmake systemd | 9 | inherit cmake systemd |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "1.0+git${SRCPV}" | ||
12 | 13 | ||
13 | SRCREV = "f2275e9938f5c942c9e51a3966b1ad91acd65367" | 14 | SRCREV = "f2275e9938f5c942c9e51a3966b1ad91acd65367" |
14 | 15 | ||