diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2018-09-14 11:48:48 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-17 16:33:59 -0300 |
| commit | b918cc5edd70d85f51977eea44ab4135f3495236 (patch) | |
| tree | 3c767a678f77d7ce6ea11200df555c4917c732b7 | |
| parent | d1e80b515e475c2b2aedbc73db7c361907fbc894 (diff) | |
| download | meta-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.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b04748919..81f521e2d 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 |
