imx-test: Update md5sum and remove obsolete patch

Signed-off-by: Lauren Post <lauren.post@freescale.com>
This commit is contained in:
Lauren Post 2013-09-10 12:33:11 -05:00
parent bb0ed1b367
commit f0696f9a14
2 changed files with 2 additions and 35 deletions

View File

@ -1,31 +0,0 @@
From 64b7a05c36021518c4c7cbd4ad6da12cc0a95153 Mon Sep 17 00:00:00 2001
From: Lauren Post <lauren.post@freescale.com>
Date: Fri, 30 Aug 2013 12:37:55 -0500
Subject: [PATCH] imx-test: disable components to fix build breaks in yocto
Signed-off-by: Lauren Post <lauren.post@freescale.com>
---
module_test/Makefile | 2 ++
test/mxc_asrc_test/Makefile | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/module_test/Makefile b/module_test/Makefile
index 6179922..c92d922 100644
--- a/module_test/Makefile
+++ b/module_test/Makefile
@@ -18,9 +18,11 @@ endif
ifeq ($(CONFIG_MXC_SDMA_API),y)
module_list-y += mxc_sdma_mem_test.o
endif
+ifeq ($(LTIB_BUILD),1)
ifeq ($(CONFIG_FB_MXC_EINK_PANEL),y)
module_list-y += epdc_test_driver.o
endif
+endif
ifeq ($(CONFIG_FB_MXC_SIPIX_PANEL),y)
module_list-y += spdc_test_driver.o
endif
--
1.7.9.5

View File

@ -4,9 +4,7 @@ include imx-test.inc
PE = "1"
SRC_URI[md5sum] = "d5782a1fbb4a64d2d76617de31a5e3f2"
SRC_URI[sha256sum] = "599a798348fdbcd0ed162813b8e1ec6cc764dfe14e7c7a069f96f3abbfa75f72"
SRC_URI += "file://imx-test-disable-components-to-fix-build-breaks-in-y.patch"
SRC_URI[md5sum] = "518ce3fba668a09993d53b3b0df85944"
SRC_URI[sha256sum] = "576ffd963cc8ea82e6f17e55ac467448286df014408b23a59ecf9d8072955d7a"
COMPATIBLE_MACHINE = "(mx6)"