* Add the matrix-gui-tscal package for everything except dra7xx which does not require calibration for its touchscreen.
Signed-off-by: Chase Maupin <[email protected]> --- .../packagegroup-arago-tisdk-matrix.bb | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb index c3143d3..f6d2495 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-matrix.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to include Matrix v2" LICENSE = "MIT" -PR = "r23" +PR = "r24" inherit packagegroup @@ -49,6 +49,7 @@ MATRIX_APPS_append_omap3 = " \ matrix-multimedia-demo-h264dec \ matrix-multimedia-demo-mpeg4aacdec \ matrix-multimedia-demo-mpeg4dec \ + matrix-gui-tscal \ " MATRIX_APPS_append_ti33x = " \ @@ -66,6 +67,7 @@ MATRIX_APPS_append_ti33x = " \ \ matrix-gui-wifi-demos \ matrix-gui-bluetooth-demos \ + matrix-gui-tscal \ " # matrix-gui-wifi-battleship-demo @@ -82,6 +84,11 @@ MATRIX_APPS_append_ti43x = " \ matrix-gui-generic-pm \ matrix-gui-pm-demos-suspend \ matrix-gui-clocks \ + matrix-gui-tscal \ +" + +MATRIX_APPS_append_omap5-evm = " \ + matrix-gui-tscal \ " MATRIX_APPS_append_omap-a15 = " \ -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
