diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 09:16:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:04 +0100 |
commit | 12905346a08c58ee8dba33a6cbcd098149803540 (patch) | |
tree | 00c867a29b923719ccfe5c0e3adbd1928d888946 /meta/lib | |
parent | f420227ad709b2ab2b5b34f0a2375e7a945640c5 (diff) | |
download | poky-12905346a08c58ee8dba33a6cbcd098149803540.tar.gz |
oeqa/sstatetests: Ensure we cover deb packaging backend for sstate test
Currently we weren't testing the deb backaned for sstate correctness
and there was a bug that had crept in. Ensure we cover all package
backends with the test regardless of what the distro/conf sets.
(From OE-Core rev: cdaafc3729700778d95afc2413553d7b41c1317b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/sstatetests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 07212ac4f1..a353f67e86 100644 --- a/meta/lib/oeqa/selftest/sstatetests.py +++ b/meta/lib/oeqa/selftest/sstatetests.py | |||
@@ -237,6 +237,7 @@ TMPDIR = "${TOPDIR}/tmp-sstatesamehash" | |||
237 | BUILD_ARCH = "x86_64" | 237 | BUILD_ARCH = "x86_64" |
238 | BUILD_OS = "linux" | 238 | BUILD_OS = "linux" |
239 | SDKMACHINE = "x86_64" | 239 | SDKMACHINE = "x86_64" |
240 | PACKAGE_CLASSES = "package_rpm package_ipk package_deb" | ||
240 | """) | 241 | """) |
241 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash") | 242 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash") |
242 | bitbake("core-image-sato -S none") | 243 | bitbake("core-image-sato -S none") |
@@ -246,6 +247,7 @@ TMPDIR = "${TOPDIR}/tmp-sstatesamehash2" | |||
246 | BUILD_ARCH = "i686" | 247 | BUILD_ARCH = "i686" |
247 | BUILD_OS = "linux" | 248 | BUILD_OS = "linux" |
248 | SDKMACHINE = "i686" | 249 | SDKMACHINE = "i686" |
250 | PACKAGE_CLASSES = "package_rpm package_ipk package_deb" | ||
249 | """) | 251 | """) |
250 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") | 252 | self.track_for_cleanup(topdir + "/tmp-sstatesamehash2") |
251 | bitbake("core-image-sato -S none") | 253 | bitbake("core-image-sato -S none") |