]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Change fetch URI to use FSL_MIRROR
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Sep 2012 21:31:09 +0000 (18:31 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 28 Sep 2012 18:19:57 +0000 (15:19 -0300)
This changes the fetch URI to use FSL_MIRROR and remove the local
tarball from the repository.

Change-Id: I3f5a201e52dce7fe65fcb5d707ed8786e0bb3d44
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc
meta-fsl-arm/recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz [deleted file]
meta-fsl-arm/recipes-bsp/imx-test/imx-test_11.09.01.bb

index 8a079f891b23ef6d0978daada6337f84b08e860f..3c108f103799eeb0a27ec4dcb4e3ca85c1b3a229 100644 (file)
@@ -5,13 +5,13 @@ DEPENDS = "virtual/kernel imx-lib"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-INC_PR = "r4"
+INC_PR = "r5"
 
 PLATFORM_imx53ard = "IMX53"
 PLATFORM_imx53qsb = "IMX53"
 PLATFORM_imx51evk = "IMX51"
 
-SRC_URI = "file://imx-test-${PV}.tar.gz"
+SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz"
 
 do_compile() {
         LDFLAGS="" make PLATFORM=${PLATFORM} LINUXPATH=${STAGING_KERNEL_DIR} \
@@ -27,4 +27,4 @@ do_install() {
 FILES_${PN} += "/unit_tests"
 FILES_${PN}-dbg += "/unit_tests/.debug"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
\ No newline at end of file
+PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz b/meta-fsl-arm/recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz
deleted file mode 100755 (executable)
index f5e5db2..0000000
Binary files a/meta-fsl-arm/recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz and /dev/null differ
index 063547bf5bfa0a4b20c6ce8dac70e3ddd900a649..81df1896bf196bb9c9ccfbb78f81418234837f61 100644 (file)
@@ -7,3 +7,5 @@ COMPATIBLE_MACHINE = "(mx5)"
 SRC_URI += "file://0001-ENGR00158471-fix-ipu-unit-test-application-missing-i.patch \
             file://0002-ENGR00170223-vpu-Fix-encoder-with-rotation-90-or-270.patch \
             file://0003-ENGR00162747-fix-asrc-sample-rate-convert-issue.patch"
+SRC_URI[md5sum] = "5512dc0340cb71087c78f13bb6710ee0"
+SRC_URI[sha256sum] = "b788ac9c787b665c49596726e0095cef9ad835be4c616d2454543ae5f41a81af"