From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DEEC1E0051D for ; Thu, 4 Apr 2013 23:43:47 -0700 (PDT) Received: from e6520eb (tal33-3-82-233-81-124.fbx.proxad.net [82.233.81.124]) (Authenticated sender: eukrea) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 0599FA62C7; Fri, 5 Apr 2013 08:43:39 +0200 (CEST) Date: Fri, 5 Apr 2013 08:43:38 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Otavio Salvador Message-ID: <20130405084338.183e7f25@e6520eb> In-Reply-To: <1365127005-14476-1-git-send-email-otavio@ossystems.com.br> References: <1365127005-14476-1-git-send-email-otavio@ossystems.com.br> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.13; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-demos][PATCH] pointercal-xinput: Add pointercal.xinput to mxs X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 06:43:49 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Thu, 4 Apr 2013 22:56:45 -0300, Otavio Salvador a =C3=A9crit : > From: Daiane Angolini >=20 > This is being add here as an intering solution while OE-Core does not > have full XInput support. >=20 > Change-Id: I7d0553c70ced46febe2819b457e25a7749f17c71 > Signed-off-by: Daiane Angolini > Signed-off-by: Otavio Salvador > --- > .../xinput-calibrator/pointercal-xinput/mxs/pointercal.xinput = | 2 ++ > recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend = | 2 ++ you can't make this file generic for all mxs products : a calibration file is specific to a touchscreen sensors _and_ one display. So it should at least be board specific. Eric