summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-09-14 11:48:48 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2018-09-17 16:33:59 -0300
commitb918cc5edd70d85f51977eea44ab4135f3495236 (patch)
tree3c767a678f77d7ce6ea11200df555c4917c732b7
parentd1e80b515e475c2b2aedbc73db7c361907fbc894 (diff)
downloadmeta-freescale-b918cc5edd70d85f51977eea44ab4135f3495236.tar.gz
imx-base.inc Add missing overrides to for `use-mainline-bsp`
Just in case somebody tries to build machines without BLOBs using these overrides. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/imx-base.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index b0474891..81f521e2 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -80,11 +80,18 @@ MACHINEOVERRIDES_EXTENDER_FILTER_OUT_use-mainline-bsp = " \
80 mx6dl \ 80 mx6dl \
81 mx6sx \ 81 mx6sx \
82 mx6sl \ 82 mx6sl \
83 mx6sll \
83 mx6ul \ 84 mx6ul \
84 mx6ull \ 85 mx6ull \
85 \ 86 \
86 mx7 \ 87 mx7 \
87 mx7d \ 88 mx7d \
89 mx7ulp \
90 \
91 mx8 \
92 mx8qm \
93 mx8mq \
94 mx8qxp \
88" 95"
89 96
90# Sub-architecture support 97# Sub-architecture support