From 70a30d9770cb2e9bc0dea4293d5957efe22ea86e Mon Sep 17 00:00:00 2001 From: Leonardo Sandoval Date: Mon, 23 Jan 2017 14:41:32 -0600 Subject: selftest: sstatetests: skip glibc-initial tests in case of non-glibc distro Some distros uses non-glibc so skip those tests requiring glibc-initial as target (From OE-Core rev: 41f02cb7307faec32b13733e41f78a0ebdc1b52b) Signed-off-by: Leonardo Sandoval Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/sstate.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/selftest/sstate.py') diff --git a/meta/lib/oeqa/selftest/sstate.py b/meta/lib/oeqa/selftest/sstate.py index d27a45cd73..742f4d053b 100644 --- a/meta/lib/oeqa/selftest/sstate.py +++ b/meta/lib/oeqa/selftest/sstate.py @@ -16,6 +16,7 @@ class SStateBase(oeSelfTest): self.sstate_path = get_bb_var('SSTATE_DIR') self.hostdistro = get_bb_var('NATIVELSBSTRING') self.distro_specific_sstate = os.path.join(self.sstate_path, self.hostdistro) + self.tclibc = get_bb_var('TCLIBC') # Creates a special sstate configuration with the option to add sstate mirrors def config_sstate(self, temp_sstate_location=False, add_local_mirrors=[]): -- cgit v1.2.3-54-g00ecf