summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-15 09:31:09 +0530
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 08:31:39 -0300
commitd633cad62882e499ae2738bf5b6c20441dcd5d85 (patch)
tree460639c1ad9f2ca7dfeb454a83d46cd1fcdd2639 /recipes-bsp
parent840176462b2ae175bc06322f32c21d5b117b673e (diff)
downloadmeta-freescale-d633cad62882e499ae2738bf5b6c20441dcd5d85.tar.gz
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 <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/mc-utils/mc-utils_git.bb2
1 files changed, 2 insertions, 0 deletions
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 ?= ""
18MC_CFG_ls1088a = "ls1088a" 18MC_CFG_ls1088a = "ls1088a"
19MC_CFG_ls2088a = "ls2088a" 19MC_CFG_ls2088a = "ls2088a"
20MC_CFG_lx2160a = "lx2160a" 20MC_CFG_lx2160a = "lx2160a"
21MC_CFG_lx2162aqds = "lx2162aqds"
21 22
22MC_FLAVOUR ?= "RDB" 23MC_FLAVOUR ?= "RDB"
24MC_FLAVOUR_lx2162a = ""
23 25
24do_compile () { 26do_compile () {
25 oe_runmake -C config 27 oe_runmake -C config