Disable CONFIG_RELAY on BBE board 40/27240/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 2 Mar 2022 16:30:44 +0000 (17:30 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sat, 5 Mar 2022 19:16:31 +0000 (19:16 +0000)
The config option does provoke an Internal error at runtime.
Disable it for the BBE.

Bug-AGL: SPEC-4156
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I9c6c8a1279a3c4f40c383e036251f51bb4e9fc8e
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27240
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

meta-agl-core/recipes-kernel/linux/linux-agl-config.inc
meta-agl-core/recipes-kernel/linux/linux/disable-relay.cfg [new file with mode: 0644]

index a5e9c37..81cf018 100644 (file)
@@ -48,6 +48,7 @@ AGL_KCONFIG_FRAGMENTS += "sound.cfg"
 
 # Enable support for SystemTap
 AGL_KCONFIG_FRAGMENTS += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'systemtap.cfg', '', d)}"
+AGL_KCONFIG_FRAGMENTS:bbe += "disable-relay.cfg"
 
 #
 # Feature override and qemu specific appends:
diff --git a/meta-agl-core/recipes-kernel/linux/linux/disable-relay.cfg b/meta-agl-core/recipes-kernel/linux/linux/disable-relay.cfg
new file mode 100644 (file)
index 0000000..09a1179
--- /dev/null
@@ -0,0 +1 @@
+# CONFIG_RELAY is not set