summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2021-04-16 12:40:00 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2021-05-10 09:08:55 +0000
commita12eef0d00f2dce08e65ac3b70075a21abc5c5dc (patch)
tree1043abb95697a07906aa5c7593e413c2180d4916
parenta5fcc0566de94d92f78ab156f641ac5dc58855fc (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>
-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"