summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2019-09-04 14:23:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-07 21:56:43 +0100
commit2b67b9dfad46f39c101c28b567522ccbdbec71fd (patch)
treefee3363cc2d0910c8f6e1096c362d0a8f0cf8d48
parent9b1fc819473e73fdb989a7dcb3484e8a49e4c565 (diff)
downloadpoky-2b67b9dfad46f39c101c28b567522ccbdbec71fd.tar.gz
oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect
When running the system emulation test case, do not include python3 or pexpect in the image. The test cases that use these also need gdb (with python configured). (From OE-Core rev: 7e5be0803ea0cbfd8e5b052e43b54e16ab3230ed) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/cases/glibc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py
index f836367094..6a34da39d9 100644
--- a/meta/lib/oeqa/selftest/cases/glibc.py
+++ b/meta/lib/oeqa/selftest/cases/glibc.py
@@ -60,8 +60,8 @@ class GlibcSelfTestSystemEmulated(GlibcSelfTest):
60 "libstdc++", 60 "libstdc++",
61 "libatomic", 61 "libatomic",
62 "libgomp", 62 "libgomp",
63 "python3", 63 # "python3",
64 "python3-pexpect", 64 # "python3-pexpect",
65 "nfs-utils", 65 "nfs-utils",
66 ] 66 ]
67 67