From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yh0-f43.google.com (mail-yh0-f43.google.com [209.85.213.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E56DAE005B1 for ; Mon, 9 Dec 2013 10:39:22 -0800 (PST) Received: by mail-yh0-f43.google.com with SMTP id a41so2978443yho.16 for ; Mon, 09 Dec 2013 10:39:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=wa3ykwVgpJUJS3HJBQ++CUCp+9nR7COSEsESSO09frk=; b=gJNqJveTbklnc/bID442600X+5t3MPfduaPBKzhvgpnnXsDiNWfa9UO8bI8a4VIAYS RgcjBtAhfH1+Ai5jNUZ5viXOyc19prZHnGbk4RUcK6NQ6IYA2MLY4qXFlSmRO0RtnggE a5ExsDj9G9eRjMFboF4mJ0nd2DwFh6xkUcmeB1RXisCaMe36XrOcCCj+6bEDcoy9pELE F0jHqdHaS0gGadpaC/C08uW/TveZwNp5ARMq5RoGVO/9P/X083d/+1lW+4i2RrQDmUfA fmYxpLTZRrbVh5Yp5AtTMFa+qPLg/TBtAcqa8lN0uxqEdPIH+EZkswmyx3034aT5CC5h eT/g== X-Received: by 10.236.191.72 with SMTP id f48mr16770605yhn.32.1386614361622; Mon, 09 Dec 2013 10:39:21 -0800 (PST) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id h66sm17803942yhb.7.2013.12.09.10.39.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 09 Dec 2013 10:39:20 -0800 (PST) Message-ID: <52A60E58.3020800@gmail.com> Date: Mon, 09 Dec 2013 12:39:20 -0600 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1386609976-24625-1-git-send-email-mario@ossystems.com.br> <1386609976-24625-2-git-send-email-mario@ossystems.com.br> In-Reply-To: <1386609976-24625-2-git-send-email-mario@ossystems.com.br> 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: Mon, 09 Dec 2013 18:39:23 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Mario, On 12/9/13 11:26 AM, Mario Domenech Goulart wrote: > 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 ?= "linux-wandboard" > > SERIAL_CONSOLE = "115200 ttymxc0" > > -MACHINE_FEATURES += "pci" > +MACHINE_FEATURES += "pci touchscreen" What does the touchscreen feature add? In the case of headless systems, how would a developer override this setting if they want to create an image without touch support? Would something like MACHINE_FEATURES_remove = "touchscreen" work?