summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-07-21 13:30:13 +0800
committerSteve Sakoman <steve@sakoman.com>2023-08-26 04:24:02 -1000
commit777a9ac262099d4bf3f147c01d576ac15368ff1e (patch)
tree538fbfd0892da1694198481470e38381faf457eb /meta/lib
parenta543532a76f48892318e1f3a3181f2e0f01046dc (diff)
downloadpoky-777a9ac262099d4bf3f147c01d576ac15368ff1e.tar.gz
selftest/cases/glibc.py: fix the override syntax
Fix the override so we actually pass the correct value to glibc. (From OE-Core rev: 60ca407ce3113d8b507aaa0876b28902aab7ed5b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 38fd2120f0f48512091ddad6205ce19839eaf589) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/cases/glibc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py
index 6fc98e9cb4..783c2d8541 100644
--- a/meta/lib/oeqa/selftest/cases/glibc.py
+++ b/meta/lib/oeqa/selftest/cases/glibc.py
@@ -24,7 +24,7 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase):
24 features.append('TOOLCHAIN_TEST_HOST_USER = "root"') 24 features.append('TOOLCHAIN_TEST_HOST_USER = "root"')
25 features.append('TOOLCHAIN_TEST_HOST_PORT = "22"') 25 features.append('TOOLCHAIN_TEST_HOST_PORT = "22"')
26 # force single threaded test execution 26 # force single threaded test execution
27 features.append('EGLIBCPARALLELISM_task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""') 27 features.append('EGLIBCPARALLELISM:task-check:pn-glibc-testsuite = "PARALLELMFLAGS="-j1""')
28 self.write_config("\n".join(features)) 28 self.write_config("\n".join(features))
29 29
30 bitbake("glibc-testsuite -c check") 30 bitbake("glibc-testsuite -c check")