From 75b8b082ff2a8788fe24a9da84c462b0b9f4e635 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 18 Sep 2012 18:31:09 -0300 Subject: imx-test: Change fetch URI to use FSL_MIRROR 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 Acked-by: Daiane Angolini --- recipes-bsp/imx-test/imx-test.inc | 6 +++--- .../imx-test/imx-test/imx-test-11.09.01.tar.gz | Bin 12593960 -> 0 bytes recipes-bsp/imx-test/imx-test_11.09.01.bb | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) delete mode 100755 recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index 8a079f8..3c108f1 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc @@ -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/recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz b/recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz deleted file mode 100755 index f5e5db2..0000000 Binary files a/recipes-bsp/imx-test/imx-test/imx-test-11.09.01.tar.gz and /dev/null differ diff --git a/recipes-bsp/imx-test/imx-test_11.09.01.bb b/recipes-bsp/imx-test/imx-test_11.09.01.bb index 063547b..81df189 100644 --- a/recipes-bsp/imx-test/imx-test_11.09.01.bb +++ b/recipes-bsp/imx-test/imx-test_11.09.01.bb @@ -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" -- cgit v1.2.3-54-g00ecf