summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-03-03 10:06:06 +0100
committerGitHub <noreply@github.com>2020-03-03 10:06:06 +0100
commit8edbc7a5409a578ad9c47111aef3e95fba964239 (patch)
treef2978bebab3313bc85cdad3663e4b63dd0eeecf1 /scripts
parent98db3460285d634073830879825825c4a893863c (diff)
parentc771a9e62df91afeed3eae5b1c067ae2525b5a91 (diff)
downloadmeta-updater-8edbc7a5409a578ad9c47111aef3e95fba964239.tar.gz
Merge pull request #692 from advancedtelematic/feat/warrior/2020.3
Feat/warrior/2020.3
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/oe-selftest.sh4
-rw-r--r--scripts/qemucommand.py1
2 files changed, 4 insertions, 1 deletions
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)
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py
index 86b5b9f..30929ac 100644
--- a/scripts/qemucommand.py
+++ b/scripts/qemucommand.py
@@ -40,7 +40,6 @@ def random_mac():
40 40
41class QemuCommand(object): 41class QemuCommand(object):
42 def __init__(self, args): 42 def __init__(self, args):
43 print(args)
44 self.enable_u_boot = True 43 self.enable_u_boot = True
45 self.dry_run = args.dry_run 44 self.dry_run = args.dry_run
46 self.overlay = args.overlay 45 self.overlay = args.overlay