From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>,
"Cooper Jr., Franklin" <fcooper@ti.com>
Subject: Re: [PATCH] ts-calibrate: Always export TSLIB_CALIBFILE env variable
Date: Fri, 31 Jan 2014 18:18:52 -0500 [thread overview]
Message-ID: <20140131231851.GQ6814@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1015993C6DE@DLEE11.ent.ti.com>
On Fri, Jan 31, 2014 at 02:47:23PM +0000, Maupin, Chase wrote:
> >-----Original Message-----
> >From: Cooper Jr., Franklin
> >Sent: Thursday, January 30, 2014 5:01 PM
> >To: Maupin, Chase; meta-arago@arago-project.org
> >Subject: RE: [meta-arago] [PATCH] ts-calibrate: Always export
> >TSLIB_CALIBFILE env variable
> >
> >
> >
> >> -----Original Message-----
> >> From: Maupin, Chase
> >> Sent: Thursday, January 30, 2014 4:54 PM
> >> To: Cooper Jr., Franklin; meta-arago@arago-project.org
> >> Subject: RE: [meta-arago] [PATCH] ts-calibrate: Always export
> >TSLIB_CALIBFILE
> >> env variable
> >>
> >> >-----Original Message-----
> >> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >> >bounces@arago-project.org] On Behalf Of Cooper Jr., Franklin
> >> >Sent: Thursday, January 30, 2014 6:13 PM
> >> >To: meta-arago@arago-project.org
> >> >Cc: Cooper Jr., Franklin
> >> >Subject: [meta-arago] [PATCH] ts-calibrate: Always export
> >> >TSLIB_CALIBFILE env variable
> >> >
> >> >* Previously TSLIB_CALIBFILE env variable was only being
> >exported if
> >> >the mmc
> >> > partition was mounted.
> >> >* Move the export statement outside of the if statement to
> >insure that
> >> >this
> >> > important variable is always exported.
> >> >
> >> >Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> >> >---
> >> > .../recipes-graphics/tslib/ts-calibrate-init/init | 3 ++-
> >> > .../tslib/ts-calibrate-init_1.0.bb | 2 +-
> >> > 2 files changed, 3 insertions(+), 2 deletions(-)
> >> >
> >> >diff --git a/meta-arago-extras/recipes-graphics/tslib/ts-
> >> >calibrate-init/init b/meta-arago-extras/recipes-
> >graphics/tslib/ts-
> >> >calibrate-init/init
> >> >index 5d5c0aa..ab19da3 100644
> >> >--- a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-
> >> >init/init
> >> >+++ b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-
> >> >init/init
> >> >@@ -31,9 +31,10 @@ mount | grep /media/mmcblk0p1 | grep vfat >
> >> >/dev/null 2>&1 if [ "$?" = "0" ] then
> >> > tsfile=/media/mmcblk0p1/pointercal
> >> >- export TSLIB_CALIBFILE=$tsfile
> >> > fi
> >> >
> >> >+export TSLIB_CALIBFILE=$tsfile
> >>
> >> This is a nice to have but not strictly required right? Because
> >the default is
> >> /etc/pointercal and you only need to reset this if you are
> >pointing to the SD card.
> >> Or am I missing something?
> >[Franklin] Your right if tslib by default assumes that file is
> >located at /etc/pointercal but at the time I didn't think that was
> >the case.
> >
> >After searching some more that is indeed the case:
> >http://manpages.ubuntu.com/manpages/raring/man5/ts.conf.5.html
> >
> >So we can take this patch or leave it.
>
> I'm OK with it since it makes things clear, I was just checking in case
> there was something I was missing.
Franklin, after what we've discussed above and the optional nature of this
patch, if you still really want this in, would mind updating the patch with
the new /run/media location, which I'm about to push? If not, we can just drop
it... Thanks.
> >> > if [ ! -f $tsfile ] ; then
> >> > echo -n "Calibrating touchscreen (first time only)"
> >> > ts_calibrate
> >> >diff --git a/meta-arago-extras/recipes-graphics/tslib/ts-
> >> >calibrate-init_1.0.bb b/meta-arago-extras/recipes-
> >> >graphics/tslib/ts-calibrate-init_1.0.bb
> >> >index dde5c42..0915941 100644
> >> >--- a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-
> >> >init_1.0.bb
> >> >+++ b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-
> >> >init_1.0.bb
> >> >@@ -6,7 +6,7 @@ RDEPENDS_${PN} += "tslib"
> >> > LICENSE = "GPLv2"
> >> > LIC_FILES_CHKSUM =
> >>
> >>"file://init;beginline=2;endline=11;md5=4b2e3b15f01cf63d2cb7988af
> >d
> >> >cc6c60"
> >> >
> >> >-PR = "r2"
> >> >+PR = "r3"
> >> >
> >> > S = "${WORKDIR}"
> >> >
> >> >--
> >> >1.7.0.4
> >> >
> >> >_______________________________________________
> >> >meta-arago mailing list
> >> >meta-arago@arago-project.org
> >> >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2014-01-31 23:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-31 0:12 [PATCH] ts-calibrate: Always export TSLIB_CALIBFILE env variable Franklin S. Cooper Jr
2014-01-30 22:49 ` Cooper Jr., Franklin
2014-01-30 22:54 ` Maupin, Chase
2014-01-30 23:01 ` Cooper Jr., Franklin
2014-01-31 14:47 ` Maupin, Chase
2014-01-31 23:18 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140131231851.GQ6814@edge \
--to=denys@ti.com \
--cc=chase.maupin@ti.com \
--cc=fcooper@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.