summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
Commit message (Collapse)AuthorAgeFilesLines
* imx-test: Include version 2.6.35.3-1.1.0 supportDaiane Angolini2013-04-101-0/+11
| | | | | | | This version is only compatible with mx28 Change-Id: Ia7d90a5d2c7df1b12b033a8ed4eab8b5bf5c8df1 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-test: fix ALLOW_EMPTY errorEric BENARD2013-03-071-1/+1
| | | | | | | the package name needs to be specified else we get : ERROR: QA Issue: .../imx-test_00.00.00.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. Signed-off-by: Eric Bénard <eric@eukrea.com>
* imx-test: Condition the mxc_epdc_x11_fb_test installationLeonardo Sandoval2013-02-082-2/+29
| | | | | | | | | | | | | | | | Condition the compilation/installation of the unit test '/unit_tests/mxc_epdc_x11_fb_test'. This binary is only valid on specific platforms (not yet supported by current layer) like IMX508. Tested on a Sabre SD i.MX6Q board. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3615 [YOCTO #3615] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Update to version 1.1.0Daiane Angolini2013-01-252-8/+9
| | | | | Change-Id: I0b056ccf308229ba754619f07ac3beb87ef854f0 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-test: Add script to print system clocksLeonardo Sandoval2013-01-112-1/+33
| | | | | | | | This adds a 'clocks.sh' which can print the system clocks of the system. [YOCTO #3586] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
* imx-test: Add 12.09.01 versionOtavio Salvador2012-11-222-0/+9
| | | | | Change-Id: Iad766a8438472ba69a24471e9b6094878d1a1914 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test.inc: Replace board specific information with SoCOtavio Salvador2012-10-151-4/+3
| | | | | | | The use of SoC information allow generic handle of iMX51 and iMX53 boards. Change-Id: Ie1e73c6a982db856d9f1ca9566111d2a7eb3ecfc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Change fetch URI to use FSL_MIRROROtavio Salvador2012-09-283-3/+5
| | | | | | | | | 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>
* imx-test: Add a dummy packageOtavio Salvador2012-09-191-0/+9
| | | | | | | | | | | | The dummy package allows for SoCs without imx-test compatible package to be used without the need of SoC specific changes in the default images. To achive it, we used a version 00.00.00 so it will be the "oldest" alternative for the recipe and being used only as a fallback. Change-Id: Icbdd2588cc98c8fbb093c7a44736b7ed2292844c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: depends on imx-lib so vpu testing application is buildOtavio Salvador2012-07-181-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* imx-test: set PACKAGE_ARCH as the package is machine dependantOtavio Salvador2012-07-171-1/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: depends on virtual/kernelOtavio Salvador2012-07-171-1/+2
| | | | | | | The build of imx-test requires the kernel source to be deployed onto sysroot so we do depends on kernel to be previously built. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Add imx-test.inc fileDaiane Angolini2012-05-313-38/+36
| | | | | | | | | | Rename imx-test_01.bb to imx-test_11.09.bb in order to use the Freescale release number of imx-test package. Add imx-test.inc to avoid dupplication of code if a new imx-test release was included. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-test: use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: fix the recipeEric Bénard2012-03-081-4/+26
| | | | | | | | - this recipe actually doesn't compile. - this patch fix this and package the tests. - currently only compile tested. Signed-off-by: Eric Bénard <eric@eukrea.com>
* imx-test: add imx51evk supportAdrian Alonso2012-02-011-2/+2
| | | | | | | * Add imx51evk to compatible machine list * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-test: New unit-tests. Does not compile yet.Leon Woestenberg2012-01-215-0/+3457
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>