From 0b29ab17c3181471eb182277819610a33c280a3d 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-ti_6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-toradex-ti_6.1.bb b/recipes-kernel/linux/linux-toradex-ti_6.1.bb index 5370e4b..d58394d 100644 --- a/recipes-kernel/linux/linux-toradex-ti_6.1.bb +++ b/recipes-kernel/linux/linux-toradex-ti_6.1.bb @@ -11,7 +11,7 @@ S = "${WORKDIR}/git" # Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS) KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" -inherit kernel-yocto kernel toradex-kernel-localversion ti-secdev +inherit kernel-yocto kernel toradex-kernel-deploy-config toradex-kernel-localversion ti-secdev LINUX_VERSION = "6.1.33" # skip, as with use-head-next LINUX_VERSION might be set wrongly KERNEL_VERSION_SANITY_SKIP = "1" -- cgit v1.2.3