diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-04-23 11:52:32 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-04-23 13:55:22 +0000 |
commit | 6377775e0e496355e08e6fef9c26e94b620de403 (patch) | |
tree | 25b41534b5124aec3e7b87b745372d21a683fd21 /meta-agl-bsp | |
parent | 1b76736c858803315ff4fb468fcc86fb24686d41 (diff) |
Also apply adaptations for BSPs to -nofgx variants and extend bbe
These changes are required for the next set of BSP updates.
Bug-AGL: SPEC-5097
Change-Id: I15100512b2ef5dc2f787f71c46d7897c2ba22c0b
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29843
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_bbe.inc | 2 | ||||
-rw-r--r-- | meta-agl-bsp/conf/include/agl_rcar-nogfx.inc | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_bbe.inc b/meta-agl-bsp/conf/include/agl_bbe.inc index a56ca19f5..b47efecda 100644 --- a/meta-agl-bsp/conf/include/agl_bbe.inc +++ b/meta-agl-bsp/conf/include/agl_bbe.inc @@ -41,6 +41,8 @@ SECURITY_LDFLAGS:pn-libatasmart = "" # DISABLE LTTNG-MODULES LTTNGMODULES:forcevariable = "" +LTTNGTOOLS:forcevariable = "" +LTTNGUST:forcevariable = "" # imaging might fail on nonexistant package ALLOW_EMPTY_gdbserver = "1" diff --git a/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc b/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc index eb29f1a43..dba0ab32f 100644 --- a/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_rcar-nogfx.inc @@ -45,3 +45,9 @@ PSEUDO_IGNORE_PATHS:append:pn-kernel-module-vspm = ",${KERNELSRC}" # Mask out base-files and systemd bbappends to avoid changing systemd-tmpfiles # behavior, see SPEC-4256 for a more involved explanation. BBMASK += "meta-rcar-gen3/recipes-core/base-files/ meta-rcar-gen3/recipes-core/systemd/" + +# DISABLE LTTNG-MODULES +LTTNGMODULES:forcevariable = "" + +# broken recipe +BBMASK += "meta-rcar-gen3/recipes-connectivity/linuxptp/linuxptp_2.0.bbappend" |