From 5ec13ad1e87552bc53d0c5b75d33960c2d20dbe5 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 20 Aug 2024 11:28:09 +0200 Subject: [PATCH] Add linux-headers package to example image This allows to build kernel modules on the device - if that should ever be needed. Signed-off-by: Jan Kiszka --- recipes-core/images/iot2050-image-example.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/images/iot2050-image-example.bb b/recipes-core/images/iot2050-image-example.bb index 9208b2189..a3195aa83 100644 --- a/recipes-core/images/iot2050-image-example.bb +++ b/recipes-core/images/iot2050-image-example.bb @@ -42,6 +42,7 @@ IMAGE_INSTALL += " \ optee-client-dev \ tee-supplicant \ iot2050-event-record \ + linux-headers-${KERNEL_NAME} \ " IOT2050_NODE_RED_SUPPORT ?= "1"