diff options
author | OYTIS <tossel@gmail.com> | 2017-12-07 13:12:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 13:12:17 +0100 |
commit | 410bff5545493faf3b8171d96f6e63256fc72b85 (patch) | |
tree | 582053383dda6323f111b2c03bfd6dfda9313b61 /lib/oeqa/selftest/updater.py | |
parent | 3219d1aec2d13a71c548efa8360b62d6288f211b (diff) | |
parent | c99f5e78eaddc41904ebd6e2b15214b4fd4e5a91 (diff) | |
download | meta-updater-410bff5545493faf3b8171d96f6e63256fc72b85.tar.gz |
Merge pull request #200 from advancedtelematic/bugfix/cleanup
Minor fixes and cleanup.
Diffstat (limited to 'lib/oeqa/selftest/updater.py')
-rw-r--r-- | lib/oeqa/selftest/updater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oeqa/selftest/updater.py b/lib/oeqa/selftest/updater.py index e3d4fc3..c07b154 100644 --- a/lib/oeqa/selftest/updater.py +++ b/lib/oeqa/selftest/updater.py | |||
@@ -51,7 +51,7 @@ class GarageSignTests(oeSelfTest): | |||
51 | class HsmTests(oeSelfTest): | 51 | class HsmTests(oeSelfTest): |
52 | 52 | ||
53 | def test_hsm(self): | 53 | def test_hsm(self): |
54 | self.write_config('SOTA_CLIENT_FEATURES="hsm hsm-test"') | 54 | self.write_config('SOTA_CLIENT_FEATURES="hsm"') |
55 | bitbake('core-image-minimal') | 55 | bitbake('core-image-minimal') |
56 | 56 | ||
57 | 57 | ||