x-linux-ai: recipes-samples: move Digi webcam patch to config-npu bbappend
Since the release of X-LINUX-AI v6.0.1, AI support has been split between devices with NPU and those relying solely on CPU. As a result, the Digi custom patch to enable USB webcam support was no longer applied, because the config_board_npu.sh script is now handled by the new config-npu.bb recipe. This commit addresses the issue by introducing a new bbappend for config-npu, ensuring that the webcam-related patch is correctly applied for NPU-enabled platforms. https://onedigi.atlassian.net/browse/DEL-9721 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
9bf8359a3d
commit
bf15b1ae91
|
|
@ -3,7 +3,6 @@
|
|||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI += " \
|
||||
file://patches/0001-config_board-fix-support-for-web-camera-with-STM32MP.patch \
|
||||
file://patches/0002-setup_camera_main_isp-fix-support-for-web-camera.patch \
|
||||
file://patches/0003-setup_camera_main_isp-fix-support-for-CSI-DCMIPP-cam.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
# Copyright (C) 2025, Digi International Inc.
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
SRC_URI += " \
|
||||
file://patches/0001-config_board-fix-support-for-web-camera-with-STM32MP.patch \
|
||||
"
|
||||
Loading…
Reference in New Issue