From f0dc9a2894fec5ab6594e36397c7c9f39b09475a Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Fri, 16 Apr 2021 12:40:00 +0200 Subject: local.conf: add toradex-sanity to INHERIT To involve in basic sanity check for Toradex builds. Related-to: ELB-3944 Signed-off-by: Ming Liu (cherry picked from commit a12eef0d00f2dce08e65ac3b70075a21abc5c5dc) --- buildconf/local.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index 8c6fd5f..5b68915 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -262,8 +262,8 @@ CONF_VERSION = "1" # Delete the the source/object/binary files once a package is built to preserve disk space INHERIT += "rm_work" -# Add Toradex source mirror -INHERIT += "toradex-mirrors" +# Add Toradex bbclasses +INHERIT += "toradex-mirrors toradex-sanity" # Use this distro DISTRO = "tdx-xwayland" -- cgit v1.2.3