summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-01-17 16:18:53 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-01-18 17:22:21 -0200
commitca62d090145b9a8534e0bebc4f72f371f8d9e902 (patch)
treec7e092940925a17a191c18b4b8f656cbedd3fb6e /recipes-bsp/imx-test
parentd3fc980ef76998d16863eb63ca56a428f9191560 (diff)
downloadmeta-fsl-arm-ca62d090145b9a8534e0bebc4f72f371f8d9e902.tar.gz
imx-test: Remove unused patch
The patch 'mxc_x11_test-exclude-IMX-5-6-platforms.patch' is unused, drop it. Change-Id: I2a46ed1db19331b9c3b7c9d1d662bfd455afe00d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r--recipes-bsp/imx-test/imx-test/mxc_x11_test-exclude-IMX-5-6-platforms.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-bsp/imx-test/imx-test/mxc_x11_test-exclude-IMX-5-6-platforms.patch b/recipes-bsp/imx-test/imx-test/mxc_x11_test-exclude-IMX-5-6-platforms.patch
deleted file mode 100644
index 0940780..0000000
--- a/recipes-bsp/imx-test/imx-test/mxc_x11_test-exclude-IMX-5-6-platforms.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 868587e3e59bb70061c4c0bad9c6b6c009f8bd94 Mon Sep 17 00:00:00 2001
2From: Leonardo Sandoval <leonardo.sandoval@freescale.com>
3Date: Thu, 7 Feb 2013 14:53:02 -0600
4Subject: [PATCH] mxc_x11_test: exclude IMX[5|6] platforms
5
6Upstream-Status: Pending
7
8Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
9---
10 test/mxc_x11_test/Makefile | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/test/mxc_x11_test/Makefile b/test/mxc_x11_test/Makefile
14index dd4ca7c..f4794fc 100644
15--- a/test/mxc_x11_test/Makefile
16+++ b/test/mxc_x11_test/Makefile
17@@ -1,5 +1,5 @@
18 # list of platforms which did not want this test case
19-EXCLUDE_LIST:=
20+EXCLUDE_LIST:=IMX6Q IMX53 IMX51
21 CFLAGS += -lm
22 LIBS += -lX11 -lXdamage -lXrender -lXrandr
23
24--
251.7.9.5
26