summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-04-16 12:40:00 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-05-24 18:33:19 +0200
commitf0dc9a2894fec5ab6594e36397c7c9f39b09475a (patch)
treee205b337a4a47b865347f12ce216dcf87b6a8f7b
parent83d9dea6139ea2604a0c00ab15e68c30e3c4e513 (diff)
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 <ming.liu@toradex.com> (cherry picked from commit a12eef0d00f2dce08e65ac3b70075a21abc5c5dc)
-rw-r--r--buildconf/local.conf4
1 files changed, 2 insertions, 2 deletions
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"