diff options
author | Phil Wise <phil@advancedtelematic.com> | 2017-04-10 15:20:05 +0200 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-04-10 15:20:05 +0200 |
commit | 8f80eb23487e6280716f419f1fd625fcd401e13b (patch) | |
tree | ce66b8aa2d4188c277d2b6bf4c26ce7289efed60 /conf | |
parent | 7309d7b568358841e01af3044735f4e46f2d9b88 (diff) | |
download | meta-updater-8f80eb23487e6280716f419f1fd625fcd401e13b.tar.gz |
Create sota_bleeding.inc config file to build against master
This overrides the package version for Aktualizr to be latest master. This is
recommended for development and test only. To use it, add the following to
local.conf:
require conf/include/local/sota_bleeding.inc
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/local/sota_bleeding.inc | 1 |
1 files changed, 1 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}" | |||