From: Jackie Huang Date: Thu, 14 May 2020 12:24:10 +0000 (+0800) Subject: stx-kconfig.cfg: enable soft watchdog for hostw X-Git-Tag: bronze-rc0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9de22b1d50f06975119f3da24ce118eb8e0d6d3e;p=pti%2Frtp.git stx-kconfig.cfg: enable soft watchdog for hostw kernel soft watchdog is required by hostw, or it fails with: kernel_watchdog_init :Error : Could not open kernel watchdog Issue-ID: INF-115 Signed-off-by: Jackie Huang Change-Id: Ibabfae505f0cedb7a4087976886201b493ae7f25 --- diff --git a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg index 07ebfa9..754bc9b 100644 --- a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg +++ b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-pkg-list.cfg @@ -3183,7 +3183,6 @@ kernel-module-snd-usb-usx2y-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd153 kernel-module-snd-util-mem-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd15336b-r0.corei7_64_intel_common kernel-module-snd-virtuoso-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd15336b-r0.corei7_64_intel_common kernel-module-soc-button-array-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd15336b-r0.corei7_64_intel_common -kernel-module-softdog-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd15336b-r0.corei7_64_intel_common kernel-module-softing-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd15336b-r0.corei7_64_intel_common kernel-module-sp8870-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd15336b-r0.corei7_64_intel_common kernel-module-sp887x-5.0.19-yocto-standard-5.0.19+git0+7f6e97c357_55dd15336b-r0.corei7_64_intel_common diff --git a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg index cd9a4be..fff7ac9 100644 --- a/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg +++ b/meta-stx/conf/distro/files/pkglist/poky-stx-aio-rt-pkg-list.cfg @@ -3177,7 +3177,6 @@ kernel-module-snd-usb-usx2y-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_ kernel-module-snd-util-mem-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_e6cb812b55-r0.corei7_64_intel_common kernel-module-snd-virtuoso-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_e6cb812b55-r0.corei7_64_intel_common kernel-module-soc-button-array-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_e6cb812b55-r0.corei7_64_intel_common -kernel-module-softdog-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_e6cb812b55-r0.corei7_64_intel_common kernel-module-softing-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_e6cb812b55-r0.corei7_64_intel_common kernel-module-sp8870-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_e6cb812b55-r0.corei7_64_intel_common kernel-module-sp887x-5.0.19-rt11-yocto-preempt-rt-5.0.19+git0+7f6e97c357_e6cb812b55-r0.corei7_64_intel_common diff --git a/meta-stx/recipes-kernel/linux/linux/stx-kconfig.cfg b/meta-stx/recipes-kernel/linux/linux/stx-kconfig.cfg index 293bc93..75add48 100644 --- a/meta-stx/recipes-kernel/linux/linux/stx-kconfig.cfg +++ b/meta-stx/recipes-kernel/linux/linux/stx-kconfig.cfg @@ -797,6 +797,7 @@ CONFIG_RMI4_F30=y CONFIG_RMI4_SMB=m CONFIG_ROCKER=m CONFIG_RTC_DRV_M41T80_WDT=y +CONFIG_SOFT_WATCHDOG=y CONFIG_SCSI_BFA_FC=m CONFIG_SCSI_BNX2X_FCOE=m CONFIG_SCSI_CHELSIO_FCOE=m