All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <samoht.yrag@gmail.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH 0/2] Fixes for current state of 1.4
Date: Wed, 19 Dec 2012 08:22:57 -0700	[thread overview]
Message-ID: <50D1DBD1.3050607@gmail.com> (raw)
In-Reply-To: <CAP9ODKrMgiPEsajNR3vUYrmzWyBi+3mMp_NeniJ1Y-HJMhCP3w@mail.gmail.com>

On 2012-12-19 05:55, Otavio Salvador wrote:
> On Wed, Dec 19, 2012 at 10:53 AM, Gary Thomas <samoht.yrag@gmail.com> wrote:
>> On 2012-12-19 05:41, Otavio Salvador wrote:
>>>
>>> On Wed, Dec 19, 2012 at 10:35 AM, Otavio Salvador
>>> <otavio@ossystems.com.br> wrote:
>>>>
>>>> On Wed, Dec 19, 2012 at 10:31 AM, Daiane Angolini
>>>> <daiane.angolini@freescale.com> 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 <leonardo.sandoval@freescale.com>
>>    Date:   Tue Dec 18 10:21:49 2012 -0600
>>
>>      Creating patches info added to README
>>
>>      Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
>>
>>    commit cb7440642b5e185010582382ca927d3244deb345
>>    Author: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
>>    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.



  reply	other threads:[~2012-12-19 15:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18 22:37 [meta-fsl-arm][PATCH 0/2] Fixes for current state of 1.4 Otavio Salvador
2012-12-18 22:37 ` [meta-fsl-arm][PATCH 1/2] udev: Drop bbappend as Meta-OpenEmbedded does not has it anymore Otavio Salvador
2012-12-19 12:33   ` Daiane Angolini
2012-12-18 22:37 ` [meta-fsl-arm][PATCH 2/2] README: Update for current state regarding master branch Otavio Salvador
2012-12-19 12:32   ` Daiane Angolini
2012-12-19 12:31 ` [meta-fsl-arm][PATCH 0/2] Fixes for current state of 1.4 Daiane Angolini
2012-12-19 12:35   ` Otavio Salvador
2012-12-19 12:41     ` Otavio Salvador
2012-12-19 12:45       ` Daiane Angolini
2012-12-19 12:53       ` Gary Thomas
2012-12-19 12:55         ` Otavio Salvador
2012-12-19 15:22           ` Gary Thomas [this message]
2012-12-19 15:35             ` Otavio Salvador
2012-12-19 15:52               ` Gary Thomas
2012-12-19 18:11                 ` Otavio Salvador
2012-12-19 18:26                   ` Gary Thomas
2012-12-19 18:36                     ` Gary Thomas
2012-12-19 18:39                       ` Otavio Salvador
2012-12-19 19:09                         ` Gary Thomas
2012-12-19 19:16                           ` Otavio Salvador
2012-12-19 19:57                             ` Gary Thomas
2012-12-19 19:57                               ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50D1DBD1.3050607@gmail.com \
    --to=samoht.yrag@gmail.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.