summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-22 17:46:49 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-26 18:18:09 +0200
commit021194ccd174fdb2b939636c40a2b518f51d6e7a (patch)
tree50104bb9c835969675f2f87a74b07f215d89b80e
parentf62e8915300f5f98849e8336eedc991074a1f402 (diff)
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 <max.krummenacher@toradex.com> (cherry picked from commit c3897799d04f21f962272e88af185ecd357d9f3d)
-rw-r--r--recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb2
1 files changed, 1 insertions, 1 deletions
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 7e7c964..235d52e 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"