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 0F246E013D9 for ; Wed, 19 Dec 2012 07:22:23 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 8A75FF81222; Wed, 19 Dec 2012 08:22:22 -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 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 8B14DF8121A; Wed, 19 Dec 2012 08:22:21 -0700 (MST) Message-ID: <50D1DBD1.3050607@gmail.com> Date: Wed, 19 Dec 2012 08:22:57 -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: Otavio Salvador References: <1355870259-30998-1-git-send-email-otavio@ossystems.com.br> <50D1B384.7080400@freescale.com> <50D1B8E4.9050107@gmail.com> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" 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 15:22:23 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-12-19 05:55, Otavio Salvador wrote: > On Wed, Dec 19, 2012 at 10:53 AM, Gary Thomas wrote: >> 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? > > Yes; the problem is github is a mirror of yocto repository so I > suggest you to follow git.yoctoproject.org repository as github may > take some time to update. > >> 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) > > Awesome! Thanks, I'm now using the yoctoproject.org repository and can see the recent changes. Sadly though, I can't build X11 drivers - full log attached. | In file included from ./vivante_util/vivante_common.h:69:0, | from vivante_fbdev/vivante_fbdev_driver.c:23: | /home/local/imx6_poky/tmp/sysroots/sabrelite/usr/include/xorg/fbdevhw.h:50:23: note: declared here | vivante_fbdev/vivante_fbdev_driver.c:780:26: warning: assignment from incompatible pointer type [enabled by default] | vivante_fbdev/vivante_fbdev_driver.c: In function 'VivCloseScreen': | vivante_fbdev/vivante_fbdev_driver.c:826:5: warning: passing argument 1 of 'pScreen->CloseScreen' makes pointer from integer without a cast [enabled by default] | vivante_fbdev/vivante_fbdev_driver.c:826:5: note: expected 'ScreenPtr' but argument is of type 'int' | vivante_fbdev/vivante_fbdev_driver.c:826:5: error: too many arguments to function 'pScreen->CloseScreen' | make[2]: *** [vivante_fbdev_driver.lo] Error 1 | make[2]: *** Waiting for unfinished jobs.... | make[2]: Leaving directory `/home/local/imx6_poky/tmp/work/sabrelite-amltd-linux-gnueabi/xf86-video-imxfb-vivante/2_12.09.01-r20.1/xserver-xorg-video-imx-viv-12.09.01/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/local/imx6_poky/tmp/work/sabrelite-amltd-linux-gnueabi/xf86-video-imxfb-vivante/2_12.09.01-r20.1/xserver-xorg-video-imx-viv-12.09.01' Any ideas? Maybe I've missed something else.