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-25 10:44:53 -0300
commit42dbe4e994e9691f871fc006f8cf7ac0a8787206 (patch)
tree9e6ebfb78b3f65be603b9c4cedf670feaf923802
parent832b3586bf6c78bc4b8208f468066e2d1feae925 (diff)
downloadmeta-freescale-42dbe4e994e9691f871fc006f8cf7ac0a8787206.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 b44f8a499..08320d3d9 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -73,11 +73,18 @@ MACHINEOVERRIDES_EXTENDER_FILTER_OUT_use-mainline-bsp = " \
73 mx6dl \ 73 mx6dl \
74 mx6sx \ 74 mx6sx \
75 mx6sl \ 75 mx6sl \
76 mx6sll \
76 mx6ul \ 77 mx6ul \
77 mx6ull \ 78 mx6ull \
78 \ 79 \
79 mx7 \ 80 mx7 \
80 mx7d \ 81 mx7d \
82 mx7ulp \
83 \
84 mx8 \
85 mx8qm \
86 mx8mq \
87 mx8qxp \
81" 88"
82 89
83# Sub-architecture support 90# Sub-architecture support