From c3897799d04f21f962272e88af185ecd357d9f3d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 22 Aug 2023 17:46:49 +0200 Subject: linux-toradex: deploy .config Use the new class toradex-kernel-deploy-config to deploy the used kernel config. Related-to: ELB-5149 Signed-off-by: Max Krummenacher --- recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb index 0613c54..4209371 100644 --- a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb @@ -13,7 +13,7 @@ SRC_URI = " \ # Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS) KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" -inherit toradex-kernel-localversion +inherit toradex-kernel-deploy-config toradex-kernel-localversion LINUX_VERSION = "5.15.77" # skip, as with use-head-next LINUX_VERSION might be set wrongly KERNEL_VERSION_SANITY_SKIP = "1" -- cgit v1.2.3