From d009fa0c42042a0b7d069779852953621e46469b Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 2 Mar 2022 17:30:44 +0100 Subject: Disable CONFIG_RELAY on BBE board 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 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 | 1 + meta-agl-core/recipes-kernel/linux/linux/disable-relay.cfg | 1 + 2 files changed, 2 insertions(+) create mode 100644 meta-agl-core/recipes-kernel/linux/linux/disable-relay.cfg (limited to 'meta-agl-core') diff --git a/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc b/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc index a5e9c375a..81cf0189d 100644 --- a/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc +++ b/meta-agl-core/recipes-kernel/linux/linux-agl-config.inc @@ -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 index 000000000..09a117919 --- /dev/null +++ b/meta-agl-core/recipes-kernel/linux/linux/disable-relay.cfg @@ -0,0 +1 @@ +# CONFIG_RELAY is not set -- cgit 1.2.3-korg