Adaptations for BSP updates 40/29840/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 19 Apr 2024 10:11:47 +0000 (12:11 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 22 Apr 2024 08:12:26 +0000 (08:12 +0000)
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

meta-agl-bsp/conf/include/agl_bbe.inc
meta-agl-bsp/conf/include/agl_rcar.inc

index 9f9eb50..a56ca19 100644 (file)
@@ -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
index 6dc40dc..f8da21d 100644 (file)
@@ -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"