From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 81D5EE011CC for ; Wed, 19 Dec 2012 04:53:22 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 82AEEF8121C; Wed, 19 Dec 2012 05:53:21 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, NML_ADSP_CUSTOM_MED, T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id F1407F8121C; Wed, 19 Dec 2012 05:53:20 -0700 (MST) Message-ID: <50D1B8E4.9050107@gmail.com> Date: Wed, 19 Dec 2012 05:53:56 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1355870259-30998-1-git-send-email-otavio@ossystems.com.br> <50D1B384.7080400@freescale.com> In-Reply-To: Subject: Re: [meta-fsl-arm][PATCH 0/2] Fixes for current state of 1.4 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, 19 Dec 2012 12:53:22 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-12-19 05:41, Otavio Salvador wrote: > On Wed, Dec 19, 2012 at 10:35 AM, Otavio Salvador > wrote: >> On Wed, Dec 19, 2012 at 10:31 AM, Daiane Angolini >> wrote: >>> On 12/18/2012 08:37 PM, Otavio Salvador wrote: >>>> >>>> Otavio Salvador (2): >>>> udev: Drop bbappend as Meta-OpenEmbedded does not has it anymore >>>> README: Update for current state regarding master branch >>>> >>>> README | 11 +---------- >>>> conf/machine/include/fsl-default-versions.inc | 2 -- >>>> recipes-core/udev/udev_173.bbappend | 8 -------- >>>> 3 files changed, 1 insertion(+), 20 deletions(-) >>>> delete mode 100644 recipes-core/udev/udev_173.bbappend >>>> >>> What is the newer udev? Did you tested it with imx53 kernel (2.6.35)? >> >> This is the 182 which has been include in OE-Core. >> >> We had to lock down in 173 as 182 version in meta-oe lacked init >> scripts, just by this reason. >> >> In either case, 173 version has been dropped from meta-oe so we need >> to adjust for that, and this patchset address it. > > As you acked them, I merged both to master. Is this against https://github.com/Freescale/meta-fsl-arm.git (master)? I'm not seeing any recent changes: $ git log commit 4c55f41830886abd224c02ba638ed5e1af55baf8 Author: Leonardo Sandoval Date: Tue Dec 18 10:21:49 2012 -0600 Creating patches info added to README Signed-off-by: Leonardo Sandoval commit cb7440642b5e185010582382ca927d3244deb345 Author: Vladimir Zapolskiy Date: Tue Dec 18 13:49:37 2012 +0200 xf86-video-imxfb-vivante: add dependency on X11 Am I missing something? n.b. once I get it building again against OE-core master, I'll send my patches for the SabreLite support (touch screen, U-Boot, etc)