summaryrefslogtreecommitdiff
path: root/conf/distro
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-06-03 09:59:31 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-06-03 16:54:26 +0200
commit3a4463b4be254a9a0dee785b87bd4b6fb2cd9915 (patch)
tree345ddd548e2a4f832656a55937a4726237ab92fb /conf/distro
parent4073c42299652d67d13c360ff78672e752ccaed4 (diff)
distro: tdx-base: exclude test-pacbti.bb from parsingHEADmaster
This recipe currently throws an error on parsing. A fix is delayed. It provides compiler testcode which is not used in one of our recipe and very likely never will be. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/tdx-base.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc
index 98bd293..287704f 100644
--- a/conf/distro/include/tdx-base.inc
+++ b/conf/distro/include/tdx-base.inc
@@ -91,3 +91,10 @@ KERNEL_DTBVENDORED = "1"
# Defines the root home directory as /root, as required by systemd.
ROOT_HOME = "/root"
+
+# Exclude test-pacbti.bb which currently throws `Using S = ${WORKDIR} is no longer
+# supported` and a fix being delayed:
+# https://lore.kernel.org/all/ZliCKRi6GoK9y+k%2F@kudzu.us/
+BBMASK += " \
+ /meta-arm/recipes-test/pacbti/test-pacbti.bb \
+"