diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2016-11-07 11:01:33 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-09 09:10:03 -0200 |
commit | 8671bd4643e950e2353f684db99fa56550ecca0a (patch) | |
tree | dda81ef72897651fa3c462782d3495862836c7bd /recipes-multimedia/gstreamer | |
parent | 979d079732949c49f7a859e93278287eb95fa056 (diff) | |
download | meta-freescale-8671bd4643e950e2353f684db99fa56550ecca0a.tar.gz |
imx-gst1.0-plugin: configure for available platforms only
For the MACHINEOVERRIDES "mx6dl" and "mx6q" PLATFORM is set to MX6DL and MX6Q,
respectively, resulting in the following error from the configure script:
| configure: error: No target platform specified!
| Use ./configure PLATFORM=(MX6/MX6QP/MX6SL/MX6SX/MX6UL/MX7D) to retry
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb index c34c65b2..0e4d6bfd 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb | |||
@@ -36,13 +36,12 @@ inherit autotools pkgconfig | |||
36 | 36 | ||
37 | # Make sure kernel sources are available | 37 | # Make sure kernel sources are available |
38 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 38 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
39 | 39 | PLATFORM_mx6dl = "MX6" | |
40 | PLATFORM_mx6dl = "MX6DL" | 40 | PLATFORM_mx6q = "MX6" |
41 | PLATFORM_mx6q = "MX6Q" | ||
42 | PLATFORM_mx6sl = "MX6SL" | 41 | PLATFORM_mx6sl = "MX6SL" |
43 | PLATFORM_mx6sx = "MX6SX" | 42 | PLATFORM_mx6sx = "MX6SX" |
44 | PLATFORM_mx6ul = "MX6UL" | 43 | PLATFORM_mx6ul = "MX6UL" |
45 | PLATFORM_mx6ull = "MX6ULL" | 44 | PLATFORM_mx6ull = "MX6UL" |
46 | PLATFORM_mx7d = "MX7D" | 45 | PLATFORM_mx7d = "MX7D" |
47 | 46 | ||
48 | # Todo add a mechanism to map possible build targets | 47 | # Todo add a mechanism to map possible build targets |