commit | 896d14255609b1574075f33a8e4edff42d24ca1c | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Fri Jan 14 13:09:44 2022 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Jan 18 23:26:51 2022 +0000 |
tree | 3aeb3f9eab19f42880f55363c92e1d05c6cfb49b | |
parent | 016db315a6b4dbf769503d446bceed0a8416d098 [diff] [blame] |
openpower-hw-diags/libhei: disable building CI test cases The CI test cases can be run in the Jenkins CI process and do not need to be built via bitbake. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ib6d0b4a79d68c41246d94ba67c9ecbcb112e20b2
diff --git a/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb b/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb index d45d95f..14e55d1 100644 --- a/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb +++ b/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb
@@ -18,3 +18,6 @@ DEPENDS = "libxml2-native libxml-simple-perl-native libjson-perl-native" +# Don't build CI tests +EXTRA_OEMESON = "-Dtests=disabled" +