From 500cc96394a34654fd8df976a4940025e33c076a Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 17 Nov 2021 11:12:17 +0100 Subject: [PATCH] kernel-module-qualcomm: re-add compatibility with the ccimx6sbc This change was accidentally reverted when merging to dey-3.2/maint, causing the qualcomm module to be missing in the rootfs. Signed-off-by: Gabriel Valcazar --- .../kernel-module-qualcomm/kernel-module-qualcomm.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb b/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb index f65809fe6..b7fdeafae 100644 --- a/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb +++ b/meta-digi-arm/recipes-kernel/kernel-module-qualcomm/kernel-module-qualcomm.bb @@ -82,4 +82,4 @@ FILES_${PN} += " \ ${base_libdir}/firmware/wlan/qcom_cfg.ini \ " -COMPATIBLE_MACHINE = "(ccimx6qpsbc|ccimx6ul|ccimx8x|ccimx8m)" +COMPATIBLE_MACHINE = "(ccimx6$|ccimx6ul|ccimx8x|ccimx8m)"