All of lore.kernel.org
 help / color / mirror / Atom feed
* Updates to meta-fsl-arm (master) in 2014-05-14
@ 2014-05-14 14:06 Otavio Salvador
  2014-05-14 15:41 ` Problem with adding cmake to image David Chirgwin
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2014-05-14 14:06 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit 3336ef362109eef14f9e73cdededb43caefedb2f
Author: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
Date:   Mon May 12 11:23:55 2014 -0500

    qtwebkit: Fix shader generation to be compliant to the specification
    
    QTWebkit generates shader which is not complaint to specification
    causing error with Vivante shader compiler.
    
    https://bugs.webkit.org/show_bug.cgi?id=124653#c9
    
    Apply this patch till it get fixed in mainline.
    
    Change-Id: I85cf1a2fcb7457807f43a763b011e0b5ad11e8e9
    Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit d00d4598f10e215e16d3757fa9615a12f42c7bb7
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 12 10:32:47 2014 -0300

    linux-fslc: Update 3.14-based branch to c34636a
    
    This merges 3.14.3 stable release.
    
    Change-Id: I0f828bd2d8fd66ff27cd17f360c84b35c8078c98
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 365f1872de1d17486779855906b09431400d4453
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Sun May 11 16:32:20 2014 -0300

    u-boot-fslc: Update 2014.01-based version to f5d8030
    
    This includes following changes:
    
    f5d8030 wandboard: Pass video kernel arguments for HDMI and LCD
    07425b2 wandboard: add Future Eletronics 7" WVGA LCD extension board
    f637b1e imx-common/video: add detect_hdmi
    fc21589 imx-common: add board_video_skip
    
    Change-Id: I6361b60b8693ca7293fd81cf8f937d380e3bb7b2
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Problem with adding cmake to image
  2014-05-14 14:06 Updates to meta-fsl-arm (master) in 2014-05-14 Otavio Salvador
@ 2014-05-14 15:41 ` David Chirgwin
  2014-05-14 16:26   ` Otavio Salvador
  0 siblings, 1 reply; 5+ messages in thread
From: David Chirgwin @ 2014-05-14 15:41 UTC (permalink / raw)
  To: meta-freescale

Hi,

I'm having a problem trying to add cmake to my image (so that I can run it on my embedded system).

I'm using "dora" branch, with target "fsl-image-gui" and added these lines to my conf/local.conf

EXTRA_IMAGE_FEATURES += "tools-sdk"
IMAGE_INSTALL += "cmake"

With just the "tools-sdk" I get gcc in my image and that works fine. When I add "cmake" the image builds OK in bitbake but doesn't boot properly - the kernel boots and mounts the rootfs, then gives these messages:

VFS: Mounted root (ext3 filesystem) on device 179:2.
devtmpfs: mounted
Freeing init memory: 220K
sh: cannot set terminal process group (-1): Inappropriate ioctl for device
sh: no job control in this shell
sh-4.2# 

This is not my usual prompt, and many of my usual packages aren't available or don't run.

Any ideas or suggestions for what I am doing wrong?

Regards,

Dave C
Blue Chip Technology Limited. Chowley Oak Lane, Tattenhall, Chester, Cheshire CH3 9EX Tel: 01829 772000 Registered in England 3110403 Vat No: GB 618 374134


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with adding cmake to image
  2014-05-14 15:41 ` Problem with adding cmake to image David Chirgwin
@ 2014-05-14 16:26   ` Otavio Salvador
  2014-05-15 10:49     ` David Chirgwin
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2014-05-14 16:26 UTC (permalink / raw)
  To: David Chirgwin; +Cc: meta-freescale

On Wed, May 14, 2014 at 12:41 PM, David Chirgwin
<dchirgwin@bluechiptechnology.co.uk> wrote:
> I'm having a problem trying to add cmake to my image (so that I can run it on my embedded system).
>
> I'm using "dora" branch, with target "fsl-image-gui" and added these lines to my conf/local.conf
>
> EXTRA_IMAGE_FEATURES += "tools-sdk"
> IMAGE_INSTALL += "cmake"

CORE_IMAGE_EXTRA_INSTALL += "cmake"

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Problem with adding cmake to image
  2014-05-14 16:26   ` Otavio Salvador
@ 2014-05-15 10:49     ` David Chirgwin
  0 siblings, 0 replies; 5+ messages in thread
From: David Chirgwin @ 2014-05-15 10:49 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale



----- Original Message -----
> From: "Otavio Salvador" <otavio@ossystems.com.br>
> To: "David Chirgwin" <dchirgwin@bluechiptechnology.co.uk>
> Cc: meta-freescale@yoctoproject.org
> Sent: Wednesday, 14 May, 2014 5:26:23 PM
> Subject: Re: [meta-freescale] Problem with adding cmake to image
> 
> On Wed, May 14, 2014 at 12:41 PM, David Chirgwin
> <dchirgwin@bluechiptechnology.co.uk> wrote:
> > I'm having a problem trying to add cmake to my image (so that I can
> > run it on my embedded system).
> >
> > I'm using "dora" branch, with target "fsl-image-gui" and added
> > these lines to my conf/local.conf
> >
> > EXTRA_IMAGE_FEATURES += "tools-sdk"
> > IMAGE_INSTALL += "cmake"
> 
> CORE_IMAGE_EXTRA_INSTALL += "cmake"

That works perfectly! Thank you.

> 
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
> 
Blue Chip Technology Limited. Chowley Oak Lane, Tattenhall, Chester, Cheshire CH3 9EX Tel: 01829 772000 Registered in England 3110403 Vat No: GB 618 374134


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Updates to meta-fsl-arm (master) in 2014-05-14
@ 2014-05-14 17:58 Otavio Salvador
  0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2014-05-14 17:58 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit 3336ef362109eef14f9e73cdededb43caefedb2f
Author: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
Date:   Mon May 12 11:23:55 2014 -0500

    qtwebkit: Fix shader generation to be compliant to the specification
    
    QTWebkit generates shader which is not complaint to specification
    causing error with Vivante shader compiler.
    
    https://bugs.webkit.org/show_bug.cgi?id=124653#c9
    
    Apply this patch till it get fixed in mainline.
    
    Change-Id: I85cf1a2fcb7457807f43a763b011e0b5ad11e8e9
    Signed-off-by: Prabhu Sundararaj <prabhu.sundararaj@freescale.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit d00d4598f10e215e16d3757fa9615a12f42c7bb7
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Mon May 12 10:32:47 2014 -0300

    linux-fslc: Update 3.14-based branch to c34636a
    
    This merges 3.14.3 stable release.
    
    Change-Id: I0f828bd2d8fd66ff27cd17f360c84b35c8078c98
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 365f1872de1d17486779855906b09431400d4453
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Sun May 11 16:32:20 2014 -0300

    u-boot-fslc: Update 2014.01-based version to f5d8030
    
    This includes following changes:
    
    f5d8030 wandboard: Pass video kernel arguments for HDMI and LCD
    07425b2 wandboard: add Future Eletronics 7" WVGA LCD extension board
    f637b1e imx-common/video: add detect_hdmi
    fc21589 imx-common: add board_video_skip
    
    Change-Id: I6361b60b8693ca7293fd81cf8f937d380e3bb7b2
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-15 10:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 14:06 Updates to meta-fsl-arm (master) in 2014-05-14 Otavio Salvador
2014-05-14 15:41 ` Problem with adding cmake to image David Chirgwin
2014-05-14 16:26   ` Otavio Salvador
2014-05-15 10:49     ` David Chirgwin
2014-05-14 17:58 Updates to meta-fsl-arm (master) in 2014-05-14 Otavio Salvador

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.