From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co9outboundpool.messaging.microsoft.com (co9ehsobe004.messaging.microsoft.com [207.46.163.27]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by yocto-www.yoctoproject.org (Postfix) with ESMTPS id B5AA7E0027C for ; Thu, 7 Feb 2013 14:15:05 -0800 (PST) Received: from mail190-co9-R.bigfish.com (10.236.132.248) by CO9EHSOBE042.bigfish.com (10.236.130.105) with Microsoft SMTP Server id 14.1.225.23; Thu, 7 Feb 2013 22:15:04 +0000 Received: from mail190-co9 (localhost [127.0.0.1]) by mail190-co9-R.bigfish.com (Postfix) with ESMTP id 8DE71C40282 for ; Thu, 7 Feb 2013 22:15:04 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: 0 X-BigFish: VS0(zzzz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275bh8275dhz2dh2a8h668h839hd24he5bhf0ah1288h12a5h12a9h12bdh12e5h137ah139eh13b6h1441h1504h1537h162dh1631h1758h1898h18e1h1946h19b5h1155h) Received: from mail190-co9 (localhost.localdomain [127.0.0.1]) by mail190-co9 (MessageSwitch) id 1360275302168556_6543; Thu, 7 Feb 2013 22:15:02 +0000 (UTC) Received: from CO9EHSMHS032.bigfish.com (unknown [10.236.132.228]) by mail190-co9.bigfish.com (Postfix) with ESMTP id 1CA6C74004B for ; Thu, 7 Feb 2013 22:15:02 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CO9EHSMHS032.bigfish.com (10.236.130.42) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 7 Feb 2013 22:15:01 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-004.039d.mgd.msft.net (10.84.1.14) with Microsoft SMTP Server (TLS) id 14.2.318.3; Thu, 7 Feb 2013 22:15:00 +0000 Received: from vfae-server.am.freescale.net (vfae-server.am.freescale.net [10.112.103.197]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r17MExdI030375; Thu, 7 Feb 2013 15:14:59 -0700 From: Leonardo Sandoval To: Date: Thu, 7 Feb 2013 15:14:34 -0600 Message-ID: <1360271674-31878-1-git-send-email-leonardo.sandoval@freescale.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-OriginatorOrg: freescale.com Subject: [meta-fsl-arm][PATCH] imx-test: Condition the mxc_epdc_x11_fb_test installation X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 22:15:05 -0000 Content-Type: text/plain Condition the compilation/installation of the unit test '/unit_tests/mxc_epdc_x11_fb_test'. This binary is only valid on specific platforms (not yet supported by current layer) like IMX508. Tested on a Sabre SD i.MX6Q board. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3615 [YOCTO #3615] Signed-off-by: Leonardo Sandoval --- recipes-bsp/imx-test/imx-test.inc | 3 ++- .../mxc_x11_test-exclude-IMX-5-6-platforms.patch | 26 ++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 recipes-bsp/imx-test/imx-test/mxc_x11_test-exclude-IMX-5-6-platforms.patch diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index b3b9a07..70ee2c3 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc @@ -12,7 +12,8 @@ PLATFORM_mx53 = "IMX53" PLATFORM_mx51 = "IMX51" SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz \ - file://clocks.sh" + file://clocks.sh \ + file://mxc_x11_test-exclude-IMX-5-6-platforms.patch" do_compile() { 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 new file mode 100644 index 0000000..0940780 --- /dev/null +++ b/recipes-bsp/imx-test/imx-test/mxc_x11_test-exclude-IMX-5-6-platforms.patch @@ -0,0 +1,26 @@ +From 868587e3e59bb70061c4c0bad9c6b6c009f8bd94 Mon Sep 17 00:00:00 2001 +From: Leonardo Sandoval +Date: Thu, 7 Feb 2013 14:53:02 -0600 +Subject: [PATCH] mxc_x11_test: exclude IMX[5|6] platforms + +Upstream-Status: Pending + +Signed-off-by: Leonardo Sandoval +--- + test/mxc_x11_test/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/mxc_x11_test/Makefile b/test/mxc_x11_test/Makefile +index dd4ca7c..f4794fc 100644 +--- a/test/mxc_x11_test/Makefile ++++ b/test/mxc_x11_test/Makefile +@@ -1,5 +1,5 @@ + # list of platforms which did not want this test case +-EXCLUDE_LIST:= ++EXCLUDE_LIST:=IMX6Q IMX53 IMX51 + CFLAGS += -lm + LIBS += -lX11 -lXdamage -lXrender -lXrandr + +-- +1.7.9.5 + -- 1.7.9.5