]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gst1.0-plugin: configure for available platforms only
authorMax Krummenacher <max.oss.09@gmail.com>
Mon, 7 Nov 2016 10:01:33 +0000 (11:01 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 9 Nov 2016 11:10:03 +0000 (09:10 -0200)
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>
recipes-multimedia/gstreamer/imx-gst1.0-plugin_4.1.4.bb

index c34c65b2e6aad0012fafda336cf543c0639e1bf6..0e4d6bfddd66b6fd055267632052fd4ed865fcc1 100644 (file)
@@ -36,13 +36,12 @@ inherit autotools pkgconfig
 
 # Make sure kernel sources are available
 do_configure[depends] += "virtual/kernel:do_shared_workdir"
-
-PLATFORM_mx6dl = "MX6DL"
-PLATFORM_mx6q = "MX6Q"
+PLATFORM_mx6dl = "MX6"
+PLATFORM_mx6q = "MX6"
 PLATFORM_mx6sl = "MX6SL"
 PLATFORM_mx6sx = "MX6SX"
 PLATFORM_mx6ul = "MX6UL"
-PLATFORM_mx6ull = "MX6ULL"
+PLATFORM_mx6ull = "MX6UL"
 PLATFORM_mx7d = "MX7D"
 
 # Todo add a mechanism to map possible build targets