diff options
author | Lauren Post <lauren.post@freescale.com> | 2014-01-17 16:30:14 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-20 14:00:03 -0300 |
commit | 3914f64d3b7f2f7c4eddc2a8359ab457697c07e2 (patch) | |
tree | ffe4ce2ea9f3d66caadef4cfd0bf813ea06b13b6 /meta-fsl-arm/recipes-bsp/imx-test | |
parent | cd18f0b16d73ea6da42a1ed74c7388fdf7ae08d0 (diff) | |
download | meta-freescale-3914f64d3b7f2f7c4eddc2a8359ab457697c07e2.tar.gz |
imx-test: Update to 3.10.17-1.0.0 version
Release in 3.10.17-1.0.0_beta version.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm/recipes-bsp/imx-test')
-rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb | 15 | ||||
-rw-r--r-- | meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb | 10 |
2 files changed, 15 insertions, 10 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb new file mode 100644 index 00000000..b4362b85 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.17-1.0.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | # Copyright (C) 2013, 2014 Freescale Semiconductor | ||
2 | |||
3 | include imx-test.inc | ||
4 | |||
5 | # FIXME: Drop 'beta' suffix for GA release | ||
6 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}_beta.tar.gz \ | ||
7 | file://clocks.sh" | ||
8 | S="${WORKDIR}/${PN}-${PV}_beta" | ||
9 | |||
10 | PE = "1" | ||
11 | |||
12 | SRC_URI[md5sum] = "fd3de6e882a7b5425853083ec8d4951e" | ||
13 | SRC_URI[sha256sum] = "1e86cfe800fbf2db2a52ce0155ab2d2ba70913a30974b3f66879198eaf9da21b" | ||
14 | |||
15 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb deleted file mode 100644 index 5b0722f5..00000000 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_3.10.9-1.0.0.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # Copyright (C) 2013 Freescale Semiconductor | ||
2 | |||
3 | include imx-test.inc | ||
4 | |||
5 | PE = "1" | ||
6 | |||
7 | SRC_URI[md5sum] = "518ce3fba668a09993d53b3b0df85944" | ||
8 | SRC_URI[sha256sum] = "576ffd963cc8ea82e6f17e55ac467448286df014408b23a59ecf9d8072955d7a" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6)" | ||