From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 10309E007C7 for ; Wed, 11 Dec 2013 03:00:32 -0800 (PST) Received: from e6520eb (unknown [88.170.243.169]) (Authenticated sender: eukrea) by smtp4-g21.free.fr (Postfix) with ESMTPSA id 931764C8207; Wed, 11 Dec 2013 12:00:24 +0100 (CET) Date: Wed, 11 Dec 2013 12:00:22 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Otavio Salvador Message-ID: <20131211120022.3fdae079@e6520eb> In-Reply-To: References: <1386609976-24625-1-git-send-email-mario@ossystems.com.br> <1386609976-24625-2-git-send-email-mario@ossystems.com.br> <20131211113159.68d7f8d3@e6520eb> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH v3 2/2] wandboard.inc: add touchscreen support 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: Wed, 11 Dec 2013 11:00:37 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Le Wed, 11 Dec 2013 08:44:35 -0200, Otavio Salvador a =E9crit : > Hello Eric, >=20 > On Wed, Dec 11, 2013 at 8:31 AM, Eric B=E9nard wrote: > > Le Mon, 9 Dec 2013 15:26:16 -0200, > > Mario Domenech Goulart a =E9crit : > > > >> Signed-off-by: Mario Domenech Goulart > >> --- > >> conf/machine/include/wandboard.inc | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/conf/machine/include/wandboard.inc b/conf/machine/include= /wandboard.inc > >> index dc64d89..5e83ad5 100644 > >> --- a/conf/machine/include/wandboard.inc > >> +++ b/conf/machine/include/wandboard.inc > >> @@ -7,4 +7,4 @@ PREFERRED_PROVIDER_virtual/kernel ?=3D "linux-wandboar= d" > >> > >> SERIAL_CONSOLE =3D "115200 ttymxc0" > >> > >> -MACHINE_FEATURES +=3D "pci" > >> +MACHINE_FEATURES +=3D "pci touchscreen" > > > > where is the touchscreen interface on the wandboard ? >=20 > This allow used with the adapters which provide support for it. >=20 > For reference, Future Eletronics provide one: >=20 > http://www.futureelectronics.com/en/technologies/development-tools/develo= pment-tool-hardware/Pages/9032471-FWBADAPT-7WVGA-PCAP.aspx?IM=3D0 >=20 > This is the one we used for testing. >=20 OK not really a wandboard.inc MACHINE_FEATURE then ;-) Eric