summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-02-27 17:07:20 +0100
committerGitHub <noreply@github.com>2020-02-27 17:07:20 +0100
commitd3214f21a120e83e1b8fd82528ff54ea654a93c8 (patch)
tree0b061335cecfbd91cdbfec0393dde8da1d30faec
parentd53676c90d231d20fb0dba3358beeb8de5f9de58 (diff)
parent660fe8d258e996360345ff827e09a897ba059503 (diff)
downloadmeta-updater-d3214f21a120e83e1b8fd82528ff54ea654a93c8.tar.gz
Merge pull request #689 from advancedtelematic/fix/sota-bleeding-native
sota_bleeding: Also set aktualizr-native to the latest.
-rw-r--r--classes/sota_bleeding.inc1
-rwxr-xr-xscripts/ci/oe-selftest.sh4
2 files changed, 5 insertions, 0 deletions
diff --git a/classes/sota_bleeding.inc b/classes/sota_bleeding.inc
index fc5947d..77d004b 100644
--- a/classes/sota_bleeding.inc
+++ b/classes/sota_bleeding.inc
@@ -1 +1,2 @@
1SRCREV_pn-aktualizr ?= "${AUTOREV}" 1SRCREV_pn-aktualizr ?= "${AUTOREV}"
2SRCREV_pn-aktualizr-native ?= "${AUTOREV}"
diff --git a/scripts/ci/oe-selftest.sh b/scripts/ci/oe-selftest.sh
index 178e7c1..d441d02 100755
--- a/scripts/ci/oe-selftest.sh
+++ b/scripts/ci/oe-selftest.sh
@@ -22,5 +22,9 @@ set -x
22# see https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d3a94e5b9b3c107cf54d5639071cc6609c002f67 22# see https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d3a94e5b9b3c107cf54d5639071cc6609c002f67
23mkdir -p "tmp/log" 23mkdir -p "tmp/log"
24 24
25# This is apparently required here now as well.
26git config --global user.email "meta-updater-ci@example.org"
27git config --global user.name "meta-updater-ci"
28
25oe-selftest -r "$@" 29oe-selftest -r "$@"
26) 30)