>-----Original Message----- >From: Dmytriyenko, Denys >Sent: Tuesday, January 21, 2014 9:55 AM >To: Maupin, Chase >Cc: [email protected] >Subject: Re: [meta-arago] [PATCH 2/3] package-group-tisdk-matrix: >add ts-calibrate-init > >On Tue, Jan 21, 2014 at 11:14:17AM -0600, Chase Maupin wrote: >> * Add the ts-calibrate-init 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 | 10 >++++++++-- >> 1 files changed, 8 insertions(+), 2 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 220d77f..8a717ba 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 = "r26" >> +PR = "r27" >> >> inherit packagegroup >> >> @@ -49,6 +49,7 @@ MATRIX_APPS_append_omap3 = " \ >> matrix-multimedia-demo-h264dec \ >> matrix-multimedia-demo-mpeg4aacdec \ >> matrix-multimedia-demo-mpeg4dec \ >> + ts-calibrate-init \ >> " >> >> MATRIX_APPS_append_ti33x = " \ >> @@ -65,6 +66,7 @@ MATRIX_APPS_append_ti33x = " \ >> matrix-gui-clocks \ >> \ >> matrix-gui-wifi-demos \ >> + ts-calibrate-init \ >> " >> >> MATRIX_APPS_append_ti43x = " \ >> @@ -78,8 +80,12 @@ MATRIX_APPS_append_ti43x = " \ >> matrix-gui-generic-pm \ >> matrix-gui-pm-demos-suspend \ >> matrix-gui-clocks \ >> - \ >> matrix-gui-wifi-demos \ >> + ts-calibrate-init \ >> +" >> + >> +MATRIX_APPS_append_omap5-evm = " \ >> + ts-calibrate-init \ > >OMAP5 uEVM doesn't have touchscreen, does it?
No it doesn't. Another one for me to fix :) > > >> " >> >> 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 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
