-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi guys,
I noticed you have changed the DKMS configuration to build camera driver.
tier4_automotive_hdr_camera/pkg/dkms.conf
Lines 4 to 5 in 9ebee0c
| MAKE="make -f Makefile.dkms all KERNEL_SRC_DIR=/lib/modules/$kernelver/build/" | |
| CLEAN="make -f Makefile.dkms clean KERNEL_SRC_DIR=/lib/modules/$kernelver/build/" |
However, this change may cause compilation error on L4T R35.4.1 due to the camera driver will install generic kernel headers automatically:
Since kernel upgrades involve re-flashing the BSP image, DKMS is not needed for the camera driver.
In my new PR (2796dc9), I workaround the DKMS by removing KERNEL_SRC_DIR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
