From 96fbc97dc6a77b5a97938a8c1aaf8e21fedf58ac Mon Sep 17 00:00:00 2001 From: Simone Agresta Date: Wed, 13 May 2020 16:59:33 +0200 Subject: [PATCH] imx-uuc: Allow usage with use-mainline-bsp Signed-off-by: Simone Agresta --- recipes-bsp/imx-uuc/imx-uuc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb index 9a3afdaa..9fe9614a 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_git.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb @@ -18,4 +18,4 @@ S = "${WORKDIR}/git" FILES_${PN} += "/linuxrc /fat" -COMPATIBLE_MACHINE = "(imx)" +COMPATIBLE_MACHINE = "(imx|use-mainline-bsp)" -- 2.40.1