summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/mc-utils
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-10-13 10:19:44 +0530
committerTing Liu <ting.liu@nxp.com>2021-10-13 15:01:28 +0800
commit203f407a9e5d8d428ef42cb7bc8b436af337cc0a (patch)
tree591fd6ff7e72a21dd1bef3be1727f8e89c9f2737 /recipes-bsp/mc-utils
parent62d888821db5bb4ebb83e10c43b245cfe091dec3 (diff)
downloadmeta-freescale-203f407a9e5d8d428ef42cb7bc8b436af337cc0a.tar.gz
qoriq: Convert to new override syntax
* change `virtclass-native`` to ``class-native` * add fixes for ls2088a Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp/mc-utils')
-rw-r--r--recipes-bsp/mc-utils/mc-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb
index fa7d3600..b725af7f 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16 16
17MC_CFG ?= "" 17MC_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" 21MC_CFG:lx2162aqds = "lx2162aqds"
22 22