summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-04-19 12:11:47 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-04-22 08:12:26 +0000
commit1b76736c858803315ff4fb468fcc86fb24686d41 (patch)
treeeed51727d750317636ce121a9ada286af0cd329d
parent1151103bbca545bc5a40cdbaf655f4bdad4db26f (diff)
Adaptations for BSP updates
These changes are required for the next set of BSP updates. Bug-AGL: SPEC-5097 Change-Id: I907a2e8f9dd4503175e470da41acda79fb5166c7 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29840
-rw-r--r--meta-agl-bsp/conf/include/agl_bbe.inc9
-rw-r--r--meta-agl-bsp/conf/include/agl_rcar.inc6
2 files changed, 15 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_bbe.inc b/meta-agl-bsp/conf/include/agl_bbe.inc
index 9f9eb5039..a56ca19f5 100644
--- a/meta-agl-bsp/conf/include/agl_bbe.inc
+++ b/meta-agl-bsp/conf/include/agl_bbe.inc
@@ -38,3 +38,12 @@ SECURITY_CFLAGS:pn-gpm = ""
SECURITY_LDFLAGS:pn-gpm = ""
SECURITY_CFLAGS:pn-libatasmart = ""
SECURITY_LDFLAGS:pn-libatasmart = ""
+
+# DISABLE LTTNG-MODULES
+LTTNGMODULES:forcevariable = ""
+
+# imaging might fail on nonexistant package
+ALLOW_EMPTY_gdbserver = "1"
+
+# MOST DRIVERS are not compiling
+MOST_DRIVERS:bbe = "" \ No newline at end of file
diff --git a/meta-agl-bsp/conf/include/agl_rcar.inc b/meta-agl-bsp/conf/include/agl_rcar.inc
index 6dc40dcb5..f8da21dd3 100644
--- a/meta-agl-bsp/conf/include/agl_rcar.inc
+++ b/meta-agl-bsp/conf/include/agl_rcar.inc
@@ -49,3 +49,9 @@ MACHINE_EXTRA_RRECOMMENDS:append:rcar-gen3 = " \
kernel-module-vspm-if \
omx-user-module \
"
+
+# DISABLE LTTNG-MODULES
+LTTNGMODULES:forcevariable = ""
+
+# broken recipe
+BBMASK += "meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_2.0.bbappend"