Skip to content

Commit

Permalink
kernel: modules: video: fix video-coda for 6.1
Browse files Browse the repository at this point in the history
The coda kernel modules were moved between 5.15 and 6.1.
Adapt the coda-vpu and imx-vdoa modules for that.

Signed-off-by: Tim Harvey <[email protected]>
  • Loading branch information
Gateworks authored and Ansuel committed Feb 2, 2024
1 parent f91286a commit dd53aea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package/kernel/linux/modules/video.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1149,8 +1149,10 @@ define KernelPackage/video-coda
CONFIG_VIDEO_CODA \
CONFIG_VIDEO_IMX_VDOA
FILES:= \
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/coda/coda-vpu.ko \
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/coda/imx-vdoa.ko \
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/coda/[email protected] \
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/chips-media/[email protected] \
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/coda/[email protected] \
$(LINUX_DIR)/drivers/media/$(V4L2_MEM2MEM_DIR)/chips-media/[email protected] \
$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/v4l2-jpeg.ko
AUTOLOAD:=$(call AutoProbe,coda-vpu imx-vdoa v4l2-jpeg)
$(call AddDepends/video)
Expand Down

0 comments on commit dd53aea

Please sign in to comment.