From: Max Krummenacher Date: Mon, 7 Nov 2016 10:01:33 +0000 (+0100) Subject: imx-gst1.0-plugin: configure for available platforms only X-Git-Tag: 2.2~150 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8671bd4643e950e2353f684db99fa56550ecca0a;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 # 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