commit | 29a163ab422b552ef475cc928f2e61aa8006ce00 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Wed Feb 16 15:47:22 2022 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 17 14:06:56 2022 +0000 |
tree | d3f326a2ca92ccd900d9b1e56d7bb309872b49da | |
parent | d009b4d9d61aefca1ea30f8aa51a432ca0bb973b [diff] |
meta-phosphor: phosphor-ipmi-blobs-binarystore: Disable tests Disable unit tests from being built in images for phosphor-ipmi-blobs-binarystore. Tested: No longer bringing in gtest dependencies in image build. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ic17870fc95999fdc927065e47dcb7673a97db425
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb index 36dc70d..350cf0f 100644 --- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb +++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb
@@ -25,3 +25,6 @@ FILES:${PN}:append = " ${libdir}/blob-ipmid" BLOBIPMI_PROVIDER_LIBRARY += "libbinarystore.so" + +EXTRA_OEMESON:append = " -Dtests=disabled" +