Skip to content

Commit

Permalink
Add linux-headers package to example image
Browse files Browse the repository at this point in the history
This allows to build kernel modules on the device - if that should ever
be needed.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Aug 20, 2024
1 parent 10382ea commit 5ec13ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-core/images/iot2050-image-example.bb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ IMAGE_INSTALL += " \
optee-client-dev \
tee-supplicant \
iot2050-event-record \
linux-headers-${KERNEL_NAME} \
"

IOT2050_NODE_RED_SUPPORT ?= "1"
Expand Down

0 comments on commit 5ec13ad

Please sign in to comment.