[meta-intel] [PATCH 2/2] runtime/libxcam: Enable sanity test

2020-03-25 Thread Yeoh Ee Peng
Enable sanity tests: - test libxcam library can compile libxcam soft sample application - test libxcam soft sample app can perform image remap Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libxcam.py | 53 +++ 1 file changed, 53 insertions(+)

[meta-intel] [PATCH 1/2] recipe-core/libxcam: Enable test package

2020-03-25 Thread Yeoh Ee Peng
Enable test package: - include libxcam sample source files for testing Signed-off-by: Yeoh Ee Peng --- recipes-core/libxcam/libxcam_1.3.0.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-core/libxcam/libxcam_1.3.0.bb b/recipes-core/libxcam/libxcam_1.3.0.bb index

[meta-intel] [PATCH 2/2] oeqa/runtime/libipt: Enable sanity test

2020-03-25 Thread Yeoh Ee Peng
Enable libipt sanity test: - test that libipt can generate trace packet - test that libipt can perform dump on trace packet generated Signed-off-by: Yeoh Ee Peng --- lib/oeqa/runtime/cases/libipt.py | 23 +++ 1 file changed, 23 insertions(+) create mode 100644

[meta-intel] [PATCH 1/2] recipes-support/libipt: Enable test package

2020-03-25 Thread Yeoh Ee Peng
Enable libipt test package: - include unit test, ptdump, pttc - include sample test files for pttc Signed-off-by: Yeoh Ee Peng --- recipes-support/libipt/libipt_2.0.1.bb | 17 + 1 file changed, 17 insertions(+) diff --git a/recipes-support/libipt/libipt_2.0.1.bb