From d633cad62882e499ae2738bf5b6c20441dcd5d85 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 15 Dec 2020 09:31:09 +0530 Subject: [PATCH] mc-utils: add support for lx2162a mc-utils has different folder structure for lx2162a. Adjust MC_CFG and MC_FLAVOUR for it. Signed-off-by: Ting Liu --- recipes-bsp/mc-utils/mc-utils_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index 31645061..213b6541 100644 --- a/recipes-bsp/mc-utils/mc-utils_git.bb +++ b/recipes-bsp/mc-utils/mc-utils_git.bb @@ -18,8 +18,10 @@ MC_CFG ?= "" MC_CFG_ls1088a = "ls1088a" MC_CFG_ls2088a = "ls2088a" MC_CFG_lx2160a = "lx2160a" +MC_CFG_lx2162aqds = "lx2162aqds" MC_FLAVOUR ?= "RDB" +MC_FLAVOUR_lx2162a = "" do_compile () { oe_runmake -C config -- 2.40.1