summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>