summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-18 18:31:09 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-28 15:19:57 -0300
commit75b8b082ff2a8788fe24a9da84c462b0b9f4e635 (patch)
tree2d69309cc890dd84df799b1247f2c37498e15bc5 /recipes-bsp/imx-test/imx-test.inc
parent61001b8f643f467e2052415c83f5ee151b078a95 (diff)
downloadmeta-fsl-arm-75b8b082ff2a8788fe24a9da84c462b0b9f4e635.tar.gz
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 <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc6
1 files changed, 3 insertions, 3 deletions
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"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
7 7
8INC_PR = "r4" 8INC_PR = "r5"
9 9
10PLATFORM_imx53ard = "IMX53" 10PLATFORM_imx53ard = "IMX53"
11PLATFORM_imx53qsb = "IMX53" 11PLATFORM_imx53qsb = "IMX53"
12PLATFORM_imx51evk = "IMX51" 12PLATFORM_imx51evk = "IMX51"
13 13
14SRC_URI = "file://imx-test-${PV}.tar.gz" 14SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz"
15 15
16do_compile() { 16do_compile() {
17 LDFLAGS="" make PLATFORM=${PLATFORM} LINUXPATH=${STAGING_KERNEL_DIR} \ 17 LDFLAGS="" make PLATFORM=${PLATFORM} LINUXPATH=${STAGING_KERNEL_DIR} \
@@ -27,4 +27,4 @@ do_install() {
27FILES_${PN} += "/unit_tests" 27FILES_${PN} += "/unit_tests"
28FILES_${PN}-dbg += "/unit_tests/.debug" 28FILES_${PN}-dbg += "/unit_tests/.debug"
29 29
30PACKAGE_ARCH = "${MACHINE_ARCH}" \ No newline at end of file 30PACKAGE_ARCH = "${MACHINE_ARCH}"