[yocto] Basic query regarding porting

2014-02-25 Thread Manimehalai S
Hi all, I am new to yocto. Consider that we are developing a new board based on TI's beagle board. How should I start porting to the new board in Yocto. Thanks Larsen & Toubro Limited www.larsentoubro.com This Email may contain confidential or privileged information for the intended recipien

Re: [yocto] Basic query regarding porting

2014-02-25 Thread Jegan Chandru
Hi, You should start reading the yocto documents. ;) Start here, https://www.yoctoproject.org/documentation/current You should focus on, http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html http://www.yoctoproject.org/docs/current/bsp-guide/bsp-guide.html As you have me

[yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Andrei Gherzan
Use "%" as version because this append should be applied on any mesa version. Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 Signed-off-by: Andrei Gherzan --- recipes-graphics/mesa/mesa_%.bbappend | 6 ++ recipes-graphics/mesa/mesa_9.2.5.bbappend | 36 -

Re: [yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Burton, Ross
On 25 February 2014 11:52, Andrei Gherzan wrote: > +# EGL and GLES are provided by userland package > +PACKAGECONFIG_remove_raspberrypi = "egl gles" > +PROVIDES_remove_raspberrypi = "\ > +virtual/libgles1 \ > +virtual/libgles2 \ > +virtual/egl" Are you aware of mesa-gl? This recipe b

Re: [yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Andrei Gherzan
On Tue, Feb 25, 2014 at 2:00 PM, Burton, Ross wrote: > On 25 February 2014 11:52, Andrei Gherzan wrote: > > +# EGL and GLES are provided by userland package > > +PACKAGECONFIG_remove_raspberrypi = "egl gles" > > +PROVIDES_remove_raspberrypi = "\ > > +virtual/libgles1 \ > > +virtual/libgl

Re: [yocto] [OE-core] opkg-build and dpkg-deb 1.17.x

2014-02-25 Thread Paul Barker
On 25 February 2014 15:15, Thilo Cestonaro wrote: > Hey all, > > with a recent change in dpkg-deb ( > http://anonscm.debian.org/gitweb/?p=dpkg/dpkg.git;a=commitdiff;h=547dca4c3ff23df5dfa554f1943b371cd7056ee4 > ), the packages generated by opkg-build will not be accepted by dpkg-deb > anymore. The

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, February 25, 2014 8:00 AM US Pacific Time

2014-02-25 Thread Jolley, Stephen K
Attendees: Stephen, Jefro, Tom, Nitin, Cristiana, Matthew, Richard, Vali, Cristian, Belen, Laurentiu, Saul, Jessica, Paul, Michael, * Opens collection - 5 min (Stephen) Vali - Meta CGL layer is getting ready to be released by ENEA. * Yocto 1.6 status - 10 min (Stephen/team) https://wiki.yo

[yocto] [meta-raspberrypi][PATCH 1/2] mesa: Replace ugly fix for gles/egl

2014-02-25 Thread Andrei Gherzan
Use instead, the special created recipe mesa-gl which provides on libgl. Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc | 2 ++ recipes-graphics/mesa/mesa_9.2.5.bbappend | 36 --

[yocto] [meta-raspberrypi][PATCH 2/2] sdcard_image-rpi: Make rpi-sdimg image dependent on ext3

2014-02-25 Thread Andrei Gherzan
Change-Id: Ib48c8fd941be5ceb8fe2bcc087f53fb4ef1c0eb5 Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index c7cfa7c..1b055bd 100644 --- a/classes/sdcard_imag

Re: [yocto] [meta-raspberrypi][PATCH 1/2] mesa: Replace ugly fix for gles/egl

2014-02-25 Thread Burton, Ross
That's better! :) Ross On 25 February 2014 16:51, Andrei Gherzan wrote: > Use instead, the special created recipe mesa-gl which provides on libgl. > > Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 > Signed-off-by: Andrei Gherzan > --- > conf/machine/include/rpi-default-providers.inc |

Re: [yocto] [meta-raspberrypi][PATCH 1/2] mesa: Replace ugly fix for gles/egl

2014-02-25 Thread Andrei Gherzan
On Tue, Feb 25, 2014 at 6:54 PM, Burton, Ross wrote: > That's better! :) > > Thanks again -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH 2/2] mono: Update Mono to 3.2.8

2014-02-25 Thread Alex J Lennon
- Mono 3.2.8 is a bug-fix only release based on 3.2.7 (19/02/2014) - Mono 3.2.7 was a major forward release (17/01/2014) Mono 3.2.7+ is particularly interesting because it has initial support for ARM hardfp whereas until now we have had to build with vfp in order to use Mono on ARM based boards.

[yocto] [meta-mono] [PATCH 0/2] mono: Update Mono to 3.2.8

2014-02-25 Thread Alex J Lennon
See following patches for details. The following changes since commit ac286b1682e6bcc486ceb30ef90a936949bbfeab: monotools-server: Remove multiline comment (2013-02-27 12:01:10 -0500) are available in the git repository at: git://git.yoctoproject.org/meta-mono ajl/mono-3.2.8 http://git.yoc

[yocto] [PATCH 1/2] libgdiplus: Fix build error relating to missing freetype/tttables.h, and update to libgdiplus 2.10.8

2014-02-25 Thread Alex J Lennon
- libgdiplus 2.10 is fairly old, released 3 years ago (cea5a3f) - libgdiplus 2.10.8 is curently the most recent release available on GitHub and is also old, released 2 years ago (5179dd3) - there have been a substantial number of commits since these releases so it may be worth considering a recip

[yocto] [PATCH] create dpkg-deb compatible ipks/opks again

2014-02-25 Thread Thilo Cestonaro
With a change from last august in dpkg-deb, the packages generated by opkg-build will not be accepted by dpkg-deb anymore. The change disallows that the data.tar.gz is packed into the ipk/opk before the control.tar.gz. For details have a look here: http://anonscm.debian.org/gitweb/?p=dpkg/dpkg.gi