Re: [yocto] problem of install kernel module(*.ko) to rootfs folder

2014-12-24 Thread Khem Raj
On Wed, Dec 24, 2014 at 7:08 PM, wrote: > Hi all, > > > > First of all , merry Christmas. > > > > I run menuconfig and save the .config as following: > > > > CONFIG_SPI_DEV_INTERFACE=m > > CONFIG_PACKAGE_kmod-usb-core=m > > > > Then I build the linux-yocto and core-image-minimal : > > Bitbake lin

Re: [yocto] do_rootfs missing package (ipk) or not found in base feeds (rpm)

2015-01-07 Thread Khem Raj
> On Jan 7, 2015, at 10:13 AM, Koehler, Yannick (HP Networking) > wrote: > > Thanks for the fast reply, yes, the packages-split/libutil is empty. As > stated, I produce a .so, a .a and some headers, it appears that bitbake.conf > will treat those as libutil-dev and libutil-staticdev, leaving

Re: [yocto] Want to add native-gcc in SDK tar ball

2015-01-07 Thread Khem Raj
> On Jan 7, 2015, at 6:57 AM, Gaurang Shastri wrote: > > Hi, > > Has anyone try to add native-gcc as part of SDK tarball ? Is it possible ? > > My aim is to have "gcc" (along with cross-gcc) as part of SDK. you can add tools-dk to EXTRA_IMAGE_FEATURES in local.conf or some other config metad

Re: [yocto] Want to add native-gcc in SDK tar ball

2015-01-07 Thread Khem Raj
> On Jan 7, 2015, at 10:52 AM, Jacob Kroon wrote: > > On Wed, Jan 7, 2015 at 7:36 PM, Khem Raj <mailto:raj.k...@gmail.com>> wrote: > >> On Jan 7, 2015, at 6:57 AM, Gaurang Shastri > <mailto:gmshas...@gmail.com>> wrote: >> >> Hi, >> &

Re: [yocto] [OE-core] Bug reporting and good bug reports

2015-01-07 Thread Khem Raj
> On Jan 7, 2015, at 1:25 AM, Richard Purdie > wrote: > > I was informed on irc yesterday that bug reports are hard and that > debugging via irc is easier. I think I need to remind people why good > bug reports are important and how they do actually help immensely. > > I do actually believe th

Re: [yocto] [OE-core] Bug reporting and good bug reports

2015-01-08 Thread Khem Raj
> On Jan 8, 2015, at 2:01 AM, Paul Eggleton > wrote: > > On Wednesday 07 January 2015 16:36:37 Khem Raj wrote: >>> On Jan 7, 2015, at 1:25 AM, Richard Purdie >>> wrote: >>> >>> I was informed on irc yesterday that bug reports are hard and that

Re: [yocto] [OE-core] Bug reporting and good bug reports

2015-01-08 Thread Khem Raj
> On Jan 8, 2015, at 8:59 AM, Bruce Ashfield wrote: > > Assigning and scoping the actual work doesn't scale based on email threads > (as someone who has been thrashing to keep information straight, and reproduce > issues .. I feel this pain greatly). if you are a talking about corp development

[yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
Hi All I have put together upgrade to gcc 4.9.2 as well as glibc 2.21 ( upcoming ) on a contrib branch ( top 2 patches) its has not got much testing besides x86 qemu thus far. http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-glibc-upgrade I would like to request some help i

Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
Hi Ross Please repull. I did not push from right machine first time. Now it should be good. Thanks for quick turnaround Thanks -Khem On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross wrote: > Hi Khem, > > On 2 February 2015 at 10:02, Khem Raj wrote: >> >> I have put together

Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross wrote: > cross-localdef-native: > > | In file included from glibc/locale/programs/locarchive.c:696:0: > | glibc/locale/programs/../../intl/l10nflist.c: In function > '_nl_normalize_codeset': > | glibc/locale/programs/../../intl/l10nflist.c:306:12: error

Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
> On Feb 2, 2015, at 9:25 AM, Burton, Ross wrote: > > > On 2 February 2015 at 10:54, Khem Raj <mailto:raj.k...@gmail.com>> wrote: > On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross <mailto:ross.bur...@intel.com>> wrote: > > cross-localdef-native: >

Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
> On Feb 2, 2015, at 9:26 AM, Burton, Ross wrote: > > Armin, > > On 2 February 2015 at 16:41, akuster > wrote: > If I knew what "testing' entailed I would through some time at this. > > "Please build your stuff with this glibc/gcc and check it still works". > anyt

Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
> On Feb 2, 2015, at 9:50 AM, Burton, Ross wrote: > > > On 2 February 2015 at 17:40, Khem Raj <mailto:raj.k...@gmail.com>> wrote: > Yeah, you must be using a weirdly compiled gcc on your host which is > defaulting to -std < c99 and hence the problem. I have

Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-02 Thread Khem Raj
On Mon, Feb 2, 2015 at 1:45 PM, Burton, Ross wrote: > > On 2 February 2015 at 18:33, Khem Raj wrote: >> >> Yeah, I am on archlinux (the other end of spectrum). Nevertheless, I have >> updated the contrib tree which fixes cross-localedef-native compile time >> issu

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-11 Thread Khem Raj
Hi Richard/All I have refreshed the branch to include the patch which moves the src uri to use the newly released glibc 2.21 branch and please run it via autobuilder ( top 5 commits ) Thanks -Khem On Tue, Feb 3, 2015 at 10:43 PM, Dan McGregor wrote: > On 2 February 2015 at 23:03, Khem

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-17 Thread Khem Raj
On Sat, Feb 14, 2015 at 2:06 AM, Richard Purdie wrote: > Hi Khem, > > On Thu, 2015-02-12 at 15:35 +0800, Khem Raj wrote: >> I have refreshed the branch to include the patch which moves the src >> uri to use the newly released glibc 2.21 branch >> and please run it via

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 1:41 PM, Richard Purdie > wrote: > > On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: >>> On Feb 18, 2015, at 5:06 AM, Richard Purdie >>> wrote: >>> On Wed, 2015-02-18 at 11:51 +, Richard Purdie wrote: >>>>

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 4:23 PM, Khem Raj wrote: > > >> On Feb 18, 2015, at 1:41 PM, Richard Purdie >> wrote: >> >> On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: >>>> On Feb 18, 2015, at 5:06 AM, Richard Purdie >>>> wrote: >

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 4:28 PM, Khem Raj wrote: > > >> On Feb 18, 2015, at 4:23 PM, Khem Raj wrote: >> >> >>> On Feb 18, 2015, at 1:41 PM, Richard Purdie >>> wrote: >>> >>> On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote:

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-18 Thread Khem Raj
> On Feb 18, 2015, at 4:31 PM, Khem Raj wrote: > > >> On Feb 18, 2015, at 4:28 PM, Khem Raj wrote: >> >> >>> On Feb 18, 2015, at 4:23 PM, Khem Raj wrote: >>> >>> >>>> On Feb 18, 2015, at 1:41 PM, Richard Purdie >>

[yocto] [RFT] gcc 5.0 recipes available for testing

2015-02-20 Thread Khem Raj
Hi All Encouraged by help received on testing out glibc 2.21, now I have put together OE recipes for gcc-5 GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only) https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html The recipes are available here http://git.openembedded.org/o

Re: [yocto] [RFT] gcc 5.0 recipes available for testing

2015-02-20 Thread Khem Raj
> On Feb 20, 2015, at 3:04 AM, Robert P. J. Day wrote: > > On Fri, 20 Feb 2015, Khem Raj wrote: > >> Hi All >> >> Encouraged by help received on testing out glibc 2.21, now I have put >> together OE recipes for gcc-5 >> >> GCC 5.0 is in

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-23 Thread Khem Raj
> On Feb 20, 2015, at 4:27 PM, Peter Urbanec > wrote: > > On 21/02/15 05:03, Richard Purdie wrote: >> On Mon, 2015-02-02 at 02:02 -0800, Khem Raj wrote: >>> I have put together upgrade to gcc 4.9.2 as well as glibc 2.21 ( > ... >> For info, I've now mer

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-23 Thread Khem Raj
> On Feb 21, 2015, at 1:22 AM, Richard Purdie > wrote: > > On Fri, 2015-02-20 at 18:03 +, Richard Purdie wrote: >> On Mon, 2015-02-02 at 02:02 -0800, Khem Raj wrote: >>> I have put together upgrade to gcc 4.9.2 as well as glibc 2.21 ( >>> upcoming )

Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-24 Thread Khem Raj
> On Feb 23, 2015, at 10:59 PM, Khem Raj wrote: > >> >> On Feb 21, 2015, at 1:22 AM, Richard Purdie >> wrote: >> >> On Fri, 2015-02-20 at 18:03 +, Richard Purdie wrote: >>> On Mon, 2015-02-02 at 02:02 -0800, Khem Raj wrote: >>>>

Re: [yocto] 2 images with single Bitbake recipe

2015-03-09 Thread Khem Raj
> On Mar 9, 2015, at 12:22 PM, Nikolay Dimitrov wrote: > > Hi guys, > > I need an advice for the following Yocto use case. > > My system has to boot via minimal initramfs and then must use the full > rootfs. I can use 2 separate recipes to generate the 2 images (minimal > initramfs, complete r

Re: [yocto] Yocto Daisy 1.6.1 on CentOS 6.5

2015-03-09 Thread Khem Raj
> On Mar 9, 2015, at 1:36 PM, Vuille, Martin (Martin) wrote: > > The Yocto 1.6.1 Project Reference Manual states that it is supported and > tested > against CentOS release 6.5, but later states that Python 2.7.3 is required, > CentOS 6.5 > seems to have an older version of Python (2.6.6). >

Re: [yocto] Yocto Daisy 1.6.1 on CentOS 6.5

2015-03-09 Thread Khem Raj
> > says otherwise. As I found, the version of Python on CentOS is 2.6.6 > that doc is obsolete as it says on top of the page. > MV > > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: March 09, 2015 4:47 PM > To: Vuille, Martin (Martin) > Cc: yocto@yoctoproject.o

Re: [yocto] libgcc_s not present in Yocto image

2016-02-05 Thread Khem Raj
On Fri, Feb 5, 2016 at 10:12 AM, Nathan Sowatskey wrote: > file /usr/bin/testprog > /usr/bin/testprog: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), > dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux > 2.6.24, BuildID[sha1]=26317096ed83d21bc6808f0d2d47b12de1ab31c

Re: [yocto] libgcc_s not present in Yocto image

2016-02-05 Thread Khem Raj
On Fri, Feb 5, 2016 at 10:23 AM, Nathan Sowatskey wrote: > Hi Kem > > The testprog was given to me as a .deb package by a third party to test. I > did not compile it and I don’t know what they did either. OK, paste the out of readelf -a on this binary its mosly looking for libraries in wrong pat

Re: [yocto] libgcc_s not present in Yocto image

2016-02-05 Thread Khem Raj
On Fri, Feb 5, 2016 at 11:53 AM, Burton, Ross wrote: > > On 5 February 2016 at 18:12, Nathan Sowatskey wrote: >> >> interpreter /lib64/ld-linux-x86-64.so.2 > > > Does the loader hunt around for this, as this is certainly not present in a > default OE image? no it wont. infact thats the loader.

Re: [yocto] libgcc_s not present in Yocto image

2016-02-05 Thread Khem Raj
On Fri, Feb 5, 2016 at 12:46 PM, Burton, Ross wrote: > > On 5 February 2016 at 19:56, Khem Raj wrote: >> >> >> interpreter /lib64/ld-linux-x86-64.so.2 >> > >> > >> > Does the loader hunt around for this, as this is certainly not present >&g

Re: [yocto] libgcc_s not present in Yocto image

2016-02-05 Thread Khem Raj
> my program as an argument. > > I can’t find a file called “ld.so” on either my Yocto image, or even the > Ubuntu box that I am using to build it (which I use as a comparative > reference). > > What am I mis understanding please? > > Regards > > Nathan > >&g

Re: [yocto] libgcc_s not present in Yocto image

2016-02-06 Thread Khem Raj
On Sat, Feb 6, 2016 at 9:07 AM, Nathan Sowatskey wrote: > /lib/ld-linux-x86-64.so.2 /usr/bin/testprog > Illegal instruction thats your problem. It seems to be compiled for a newer architecture than whats emulated on qemu -- ___ yocto mailing list yocto

Re: [yocto] Debugging shared libraries

2016-02-10 Thread Khem Raj
> On Feb 10, 2016, at 8:35 AM, Mark Hatle wrote: > > On 2/10/16 1:31 AM, Gary Thomas wrote: >> I'm trying to debug some code (mplayer) which uses some shared >> libraries from ffmpeg. When I use GDB (via gdbserver), I don't >> get all the debug information I need - note that many of the shared

Re: [yocto] Debugging shared libraries

2016-02-11 Thread Khem Raj
> On Feb 11, 2016, at 7:11 PM, Gary Thomas wrote: > > On 2016-02-11 22:48, Mark Hatle wrote: >> On 2/10/16 9:41 PM, Gary Thomas wrote: >>> On 2016-02-10 21:08, Khem Raj wrote: >>>> >>>>> On Feb 10, 2016, at 8:35 AM, Mark Hatle wrote:

Re: [yocto] Selecting a specific tuning in an application recipe?

2016-02-11 Thread Khem Raj
> On Feb 11, 2016, at 11:25 AM, Stroz, Glenn wrote: > > Hi, > > We’re trying to build a 64 bit arm project. However, one of our applications > needs to be built in 32 bit mode as it isn’t supported in 64 bit yet. I’ve > looked around and it looks like I need to adjust the tuning to be for arm

Re: [yocto] libzqm recipe fails

2016-02-13 Thread Khem Raj
On Sat, Feb 13, 2016 at 6:03 AM, Marius Liebenberg wrote: > I reinstalled the complete poky-jethro project. I also installed the latest > meta-qt5 as well as the openembedded recipe. > > There seems to be a problem with libzqm. These are the first errors. > > arm-poky-linux-gnueabi-libtool: err

Re: [yocto] Dropping Debian 7 as supported?

2016-02-13 Thread Khem Raj
On Sat, Feb 13, 2016 at 9:28 AM, Richard Purdie wrote: > On Sat, 2016-02-13 at 15:30 +0100, Jens Rehsack wrote: >> > Am 11.02.2016 um 15:32 schrieb Burton, Ross >> > : >> > >> > >> > On 11 February 2016 at 14:21, Nick Leverton >> > wrote: >> > Possibly a little early - Debian 7 will be going ont

Re: [yocto] Dropping Debian 7 as supported?

2016-02-14 Thread Khem Raj
On Sun, Feb 14, 2016 at 2:24 AM, Richard Purdie wrote: > On Sat, 2016-02-13 at 10:12 -0800, Khem Raj wrote: >> On Sat, Feb 13, 2016 at 9:28 AM, Richard Purdie >> wrote: >> > On Sat, 2016-02-13 at 15:30 +0100, Jens Rehsack wrote: >> > > > Am 1

[yocto] [pseudo][PATCH] configure: Prune PIE flags

2016-02-16 Thread Khem Raj
bject; recompile with -fPIC | /mnt/oe/build/tmp-glibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/5.3.0/ld: final link failed: Bad value | collect2: error: ld returned 1 exit status | make: *** [lib/pseudo/lib64/libpseudo.so] Error 1 Signed-off-by: Khem Raj --- Upstream-S

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-20 Thread Khem Raj
On Sat, Feb 20, 2016 at 8:25 AM, Valentin LE BESCOND wrote: > From: Nitnelav > > Signed-off-by: Nitnelav > --- > recipes-bsp/u-boot/u-boot-chip_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-bsp/u-boot/u-boot-chip_git.bb > b/recipes-bsp/u-boot/u-boot-chip_git.bb > in

Re: [yocto] [meta-chip][PATCH] added md5 for ntc's modified u-boot Licences/README file.

2016-02-22 Thread Khem Raj
p, this file is chekced with > LIC_FILES_CHKSUM. And so it doesn't build without a modification of the md5. > That's it ! > hmmm ok. > > Le sam. 20 févr. 2016 à 20:09, Khem Raj a écrit : >> >> On Sat, Feb 20, 2016 at 8:25 AM, Valentin LE BESCOND >> wro

Re: [yocto] Qt5browser-problem

2016-02-22 Thread Khem Raj
On Sun, Feb 21, 2016 at 11:12 PM, Surya wrote: > Hello, > > Is there any qt5 webbrowser based on qtwebkit or webengine ,which works with > audio video application? I have worked on otter-browser,snowshoe ,but in all > cases i can only access normal pages like google.com etc.,,but streaming is > no

Re: [yocto] Bitbake does not apply changes and sometimes it removes the kernel-source directory

2016-02-22 Thread Khem Raj
On Mon, Feb 22, 2016 at 1:16 AM, simo wrote: > Hi all, > > I am using a 'poky fido 13.0.1' Yocto distribution and I am experiencing > some problem after modifying the Linux kernel code and recompiling it. > > Bitbake is not applying the changes and sometimes deletes the source > folder (but I have

Re: [yocto] Post Generation of debug information

2016-02-22 Thread Khem Raj
On Mon, Feb 22, 2016 at 7:41 AM, Oliver wrote: > I have the need to generate some scripts for a debugger tool. As a first > approach, these generated scripts could contain paths on where specific > binary files are stored on the file system. > > Such purpose has been partially fulfilled with a rec

Re: [yocto] Does CVE-2015-7547 affect eglibc?

2016-02-23 Thread Khem Raj
On Tue, Feb 23, 2016 at 2:25 PM, Darcy Watkins wrote: > Hi, > > CVE-2015-7547 glibc vulnerability has been published as affecting glibc > since ver 2.9 (fixed in 2.23 and patched in 2.22 and 2.21). > > Anyone know if we need the same security fixes in eglibc? yes you do. Eglibc was nothing but gl

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-02-23 Thread Khem Raj
> On Feb 23, 2016, at 4:37 PM, Andreas Müller > wrote: > > On Tue, Feb 23, 2016 at 10:02 PM, Anders Darander > wrote: >> Ping? >> >> We can't build on master branch without this fix... >> >> Cheers, >> Anders >> >> * Khem

Re: [yocto] : git tag and PV variable

2016-02-24 Thread Khem Raj
On Wed, Feb 24, 2016 at 10:29 AM, GUEYTAT Julien < j.guey...@cdssoft.studiel.fr> wrote: > Hi, > > > > I have this command in my qmake pro files: > > VERSION = $$system(git describe --abbrev=0 --tags) > > > > I would like to have the package manager follow the tag versioning. > > > > Which means I

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-02-24 Thread Khem Raj
On Feb 24, 2016 1:30 PM, "Anders Darander" wrote: > > * Andreas Müller [160223 22:38]: > > > * Khem Raj [160130 18:07]: > > > > > >> diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc > > &

Re: [yocto] [Openembedded-architecture] Removing Hob for 2.1

2016-02-25 Thread Khem Raj
Go ahead On Feb 25, 2016 6:50 PM, "Paul Eggleton" wrote: > Hi folks, > > So we've been gearing up the Toaster web UI to replace the Hob (GTK+ > based) UI > for some time now; Hob has basically been on life support for the past few > releases. As of late last month in master, Toaster has the capab

Re: [yocto] Does CVE-2015-7547 affect eglibc?

2016-02-25 Thread Khem Raj
t; On 2/23/16 6:14 PM, akuster808 wrote: >>>> >>>> >>>>> On 02/23/2016 02:52 PM, Darcy Watkins wrote: >>>>>> On Tue, 2016-02-23 at 13:51 -0800, Mark Hatle wrote: >>>>>>> On 2/23/16 1:53 PM, Khem Raj wrote: >>>>>&g

Re: [yocto] Package generates RPM with lib${PN} - how to include in SDK

2016-02-26 Thread Khem Raj
> On Feb 25, 2016, at 5:45 AM, Gaurang Shastri wrote: > > Hi Team, > > I have one package X and recipe as X.bb, which generates RPM as lib${X}-*.rpm > > If I want this package as part of my SDK, what entry should i write in > meta-toolchain.bb file: meta-toolchain

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-02-26 Thread Khem Raj
ter. Therefore I have picked it into kraj/master, I will test it out and push is shortly. > Regards, > Jonathan > > On 25 February 2016 at 08:44, Khem Raj wrote: >> >> On Feb 24, 2016 1:30 PM, "Anders Darander" wrote: >>> >>> * Andreas Müll

[yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-02-27 Thread Khem Raj
This patchset has been growing for a while, Adds recipes for kenrel 4.4 and switches to use kernel 4.4 Fixes userland to compile with clang Upgrade userland to latest Add option to support GPU_MEM_1024 Upgrade firmware to latest Khem Raj (23): userland: Upgrade to latest git master userland

[yocto] [meta-raspberrypi][PATCH 01/23] userland: Upgrade to latest git master

2016-02-27 Thread Khem Raj
ights reserved. Signed-off-by: Khem Raj --- ...LINE_DECL-to-not-use-extern-inlines-in-de.patch | 45 ++ .../userland/0001-fix-gcc-5.x-inlines.patch| 26 - .../userland/userland/0002-fix-musl-build.patch| 22 --- .../userland/0002-musl-ins

[yocto] [meta-raspberrypi][PATCH 02/23] userland: Fix build with clang compiler

2016-02-27 Thread Khem Raj
ends up with some warning cleanups and extern inline semantics changes Signed-off-by: Khem Raj --- .../0005-user-vcsm-Fix-build-with-clang.patch | 44 ++ .../0006-Fix-enum-type-conversion-warnings.patch | 166 + ...rm_types-Dont-use-extern-inline-with-clan.patch

[yocto] [meta-raspberrypi][PATCH 04/23] weston: Enable rpi compositor backend

2016-02-27 Thread Khem Raj
oe-core default configure options disables it Signed-off-by: Khem Raj --- recipes-graphics/wayland/weston_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/wayland/weston_%.bbappend diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes

[yocto] [meta-raspberrypi][PATCH 05/23] rpi-gpio: Upgrade to 0.6.1 and fix build with clang

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../rpi-gpio/0001-Remove-nested-functions.patch| 294 + .../{rpi-gpio_0.5.11.bb => rpi-gpio_0.6.1.bb} | 6 +- 2 files changed, 298 insertions(+), 2 deletions(-) create mode 100644 recipes-devtools/python/rpi-gpio/0001-Remove-nes

[yocto] [meta-raspberrypi][PATCH 06/23] eglinfo-x11, eglinfo-fb: Add EGLINFO_DEVICE via bbappends

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 1 + recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes-graphics/eglinfo/eglinfo-fb_%.bbappend create mode 100644 recipes-graphics/eglinfo/eglinfo-x11_

[yocto] [meta-raspberrypi][PATCH 08/23] wiringPi: Fix build with musl

2016-02-27 Thread Khem Raj
Include asm/ioctl.h for _IOC_SIZEBITS Signed-off-by: Khem Raj --- ...de-asm-ioctl.h-directly-for-_IOC_SIZEBITS.patch | 58 ++ recipes-devtools/wiringPi/wiringpi_git.bb | 8 +-- 2 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 recipes-devtools

[yocto] [meta-raspberrypi][PATCH 09/23] Delete rpc flushing of thread in glEGLImageTargetTexture2DOES

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../userland/userland/0015-Remove-RPC_FLUSH.patch | 27 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644 recipes-graphics/userland/userland/0015-Remove-RPC_FLUSH.patch diff --git

[yocto] [meta-raspberrypi][PATCH 12/23] userland: Add wayland to deps if in DISTRO_FEATURES

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 5ea48e1..7ec02e7 100644 --- a/recipes-graphics/userland

[yocto] [meta-raspberrypi][PATCH 07/23] python-rtimu: Fix build with musl

2016-02-27 Thread Khem Raj
ioctl(3) needs to include asm/ioctl.h for its signature Signed-off-by: Khem Raj --- ...0001-include-asm-ioctl.h-for-ioctl-define.patch | 33 ++ recipes-devtools/python/python-rtimu_git.bb| 4 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH 11/23] userland: Define PROJECT_APIVER and rprovide libgles2 libgl

2016-02-27 Thread Khem Raj
These are needed for pkgconfig to have correct version number which is checked by many configure systems e.g. cogl to decide on support for wayland-egl rprovides are expected by cogl as well to define runtime deps on libgles2 and libgl Signed-off-by: Khem Raj --- .../userland/0016-define

[yocto] [meta-raspberrypi][PATCH 10/23] rpio: Include sys/types.h for caddr_t

2016-02-27 Thread Khem Raj
Fixes build with musl Signed-off-by: Khem Raj --- ...-types.h-explicitly-for-getting-caddr_t-d.patch | 30 ++ recipes-devtools/python/rpio_0.10.0.bb | 6 ++--- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 recipes-devtools/python/rpio

[yocto] [meta-raspberrypi][PATCH 15/23] weston: Specify egl and compositor options for rpi

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/weston/weston_%.bbappend | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 recipes-graphics/weston/weston_%.bbappend diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend new file mode

[yocto] [meta-raspberrypi][PATCH 13/23] userland: Fix build race with wayland support

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../userland/0017-fix-cmake-dependency-race.patch | 78 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 79 insertions(+) create mode 100644 recipes-graphics/userland/userland/0017-fix-cmake-dependency-race.patch

[yocto] [meta-raspberrypi][PATCH 17/23] linux-raspberrypi: Upgrade 4.1 kernel to 4.1.17

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index 3a3cf40..d5bfa45 100644 --- a/recipes-kernel

[yocto] [meta-raspberrypi][PATCH 18/23] firmware: Upgrade to latest stable 20160209

2016-02-27 Thread Khem Raj
Readme change a bit thats why LIC_FILES_CHKSUM changed Signed-off-by: Khem Raj --- recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 2 +- recipes-bsp/common/firmware.inc| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b

[yocto] [meta-raspberrypi][PATCH 19/23] rpi-config: Upgrade to tip of tree to get GPU_MEM_1024

2016-02-27 Thread Khem Raj
Document it in README Signed-off-by: Khem Raj --- README | 2 ++ recipes-bsp/bootfiles/rpi-config_git.bb | 5 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 16ac1cb..efe885b 100644 --- a/README +++ b/README @@ -90,6

[yocto] [meta-raspberrypi][PATCH 20/23] linux-raspberrypi: Add recipe for 4.4 release

2016-02-27 Thread Khem Raj
Make it default kernel as well Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-versions.inc | 2 +- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 6 ++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.4.bb diff

[yocto] [meta-raspberrypi][PATCH 22/23] linux-raspberrypi: Upgrade 4.4.1 -> 4.4.2

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 47084e4..3503a1f 100644 --- a/recipes-kernel

[yocto] [meta-raspberrypi][PATCH 16/23] gstreamer1.0-omx: Backports and fixes for smooth video playback

2016-02-27 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0003-no-timeout-on-get-state.patch | 16 + ...erly-handle-drain-requests-while-flushing.patch | 69 ++ ...-gst_omx_video_dec_set_format-if-there-s-.patch | 30 ++ .../gstreamer/gstreamer1.0-omx_%.bbappend | 3

[yocto] [meta-raspberrypi][PATCH 14/23] gstreamer1.0-omx: Add raspberry pi optimization patches and config options

2016-02-27 Thread Khem Raj
Patches from Hong Li Signed-off-by: Khem Raj --- .../gstreamer1.0-omx/0001-config-files-path.patch | 137 + ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 47 +++ .../0003-fix-decoder-flushing.patch| 15 +++ .../gstreamer/gstreamer1.0-omx_

[yocto] [meta-raspberrypi][PATCH 23/23] userland: Drop extern inline patches

2016-02-27 Thread Khem Raj
Not needed since the issues have been fixed differently upstream Signed-off-by: Khem Raj --- ...LINE_DECL-to-not-use-extern-inlines-in-de.patch | 45 ...rm_types-Dont-use-extern-inline-with-clan.patch | 84 -- recipes-graphics/userland/userland_git.bb

[yocto] [meta-raspberrypi][PATCH 21/23] userland: Upgrade to latest

2016-02-27 Thread Khem Raj
Drop upstreamed patches Signed-off-by: Khem Raj --- ...LINE_DECL-to-not-use-extern-inlines-in-de.patch | 6 +- .../userland/0002-musl-inspired-fixed.patch| 29 ...h => 0002-set-VMCS_INSTALL_PREFIX-to-usr.patch} | 6 +- ...ake-generate-and-install-pkgconfig-files.patch} |

Re: [yocto] [Openembedded-architecture] Standalone image writer

2016-02-28 Thread Khem Raj
> On Feb 28, 2016, at 4:17 PM, Paul Eggleton > wrote: > > (changing subject line so people don't miss this slight tangent) > > I'd almost completely forgotten, but the part of what we wrote for Hob to > write images to a USB stick or SD card (bitbake/bin/image-writer) is actually > a standalon

Re: [yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-03-02 Thread Khem Raj
Andrei I see you merged few of patches from here What is status of rest of series ? This series has been tested to work with Webkit and weston images on Pi2 On Sat, Feb 27, 2016 at 7:26 AM, Khem Raj wrote: > This patchset has been growing for a while, Adds recipes for kenrel 4.4

Re: [yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-03-02 Thread Khem Raj
e progress. You can use kraj/master branch from https://github.com/kraj/meta-raspberrypi/tree/kraj/master This is fully rebased on top of master. Should have no coflicts > > -- > Andrei Gherzan > > On Wed, Mar 2, 2016 at 3:21 PM, Khem Raj wrote: >> >> Andrei >>

Re: [yocto] btrfs-tools Requires libgcc_s.so.1

2016-03-04 Thread Khem Raj
On Sat, Mar 5, 2016 at 7:17 AM, wrote: > I'm building an image using btrfs and I noticed a problem with the > btrfs-tools recipe in Jethro (using core-image-minimal and a 64-bit > machine). The recipe builds fine, but I get the following error when > attempting certain operations using btrfs, suc

Re: [yocto] Which package provides reboot.target and shudown.target

2016-03-04 Thread Khem Raj
On Fri, Mar 4, 2016 at 5:25 PM, Vivek Per wrote: > Hi, >I am using systemd in my target, Currently I am using "reboot > -f" to reboot the system, i don't want to reboot like that. I am not able to > reboot my system by simply using "reboot" , because I am using systemd not > sysvin

Re: [yocto] [PATCH 01/13] Add include file for the 20160223 SELinux userspace release.

2016-03-07 Thread Khem Raj
On Tue, Mar 8, 2016 at 3:52 AM, Stephen Smalley wrote: > Signed-off-by: Stephen Smalley > --- > recipes-security/selinux/selinux_20160223.inc | 5 + > 1 file changed, 5 insertions(+) > create mode 100644 recipes-security/selinux/selinux_20160223.inc > > diff --git a/recipes-security/selinux

Re: [yocto] Replacing eglibc with glibc in Yocto 1.6.1?

2016-03-08 Thread Khem Raj
On Mar 8, 2016 3:06 PM, "John Ernberg" wrote: > > Hi > > I'm using Yocto 1.6.1 (Daisy) in a project, and I'm not allowed to > update to a newer version, I did however get the task to update from > eglibc-2.19 to glibc-2.23. > There are many changes which make it not a drop in replacement at recip

Re: [yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-03-09 Thread Khem Raj
ping^2 On Wed, Mar 2, 2016 at 11:34 PM, Khem Raj wrote: > On Wed, Mar 2, 2016 at 7:47 AM, Andrei Gherzan wrote: >> Hi Khen, >> >> I started to merge the ones that were obvious. The rest need rebasing, >> conflict fixing and so on. And then I test them locally. So i

Re: [yocto] [PATCH][oe-core] gcc: Fix the license on GNU OpenMP

2016-03-10 Thread Khem Raj
Please resend it to oe-core ml. Secondly some links which points to the fact that its under runtime exception On Mar 10, 2016 9:10 PM, wrote: > From: Helio Chissini de Castro > > Poky jethro has libgomp ( GNU OpenMP ) license marked as GPL-3.0, > where's in fact the correct is GPL-3.0 with GCC L

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-4.4: Add the pitft22 overlay from adafruit

2016-03-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-dts-add-overlay-for-pitft22.patch | 106 + recipes-kernel/linux/linux-raspberrypi_4.4.bb | 10 +- 2 files changed, 113 insertions(+), 3 deletions(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi-4.4/0001-dts-add

Re: [yocto] Problems building live image

2016-03-13 Thread Khem Raj
just use IMAGE_FSTYPES = "vmdk" if you plan to use virtualbox and need a raw image. On Sun, Mar 13, 2016 at 10:16 PM, Gary Thomas wrote: > I'd like to to some testing that qemu just doesn't seem up to > so I attempted to build a live ISO per the documentation. I > added these lines to local.conf:

Re: [yocto] Problems building live image

2016-03-14 Thread Khem Raj
> On Mar 14, 2016, at 10:01 AM, Gary Thomas wrote: > > On 03/14/2016 05:34 PM, K Richard Pixley wrote: >> On 3/13/16 22:16 , Gary Thomas wrote: >>> I'd like to to some testing that qemu just doesn't seem up to >>> so I attempted to build a live ISO per the documentation. I >>> added these lines

Re: [yocto] Problems building live image

2016-03-14 Thread Khem Raj
On Mon, Mar 14, 2016 at 10:11 AM, K Richard Pixley wrote: > While we're on it... > > Can anyone explain what a "live" image is intended to be? it can either boot from the disk or you can run the installer to install it to another media on your device. > > (I haven't gotten a live image to "work"

[yocto] [meta-raspberrypi][PATCH] sdcard_image: Depend on do_deploy for kernel

2016-03-14 Thread Khem Raj
: Khem Raj --- classes/sdcard_image-rpi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 2e9bdb3..f20ff04 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass

Re: [yocto] Master or master-next?

2016-03-15 Thread Khem Raj
Master On Mar 15, 2016 3:57 PM, "Chris Tapp" wrote: > Should I use master or master-next to track 2.1 release progress? > > -- > > Chris Tapp > opensou...@keylevel.com > www.keylevel.com > > > You can tell you're getting older when your car insurance gets real cheap! > > > -- > _

Re: [yocto] perl 5.22 and 32 bit targets

2016-03-22 Thread Khem Raj
On Tue, Mar 22, 2016 at 9:53 PM, Gary Thomas wrote: > I hope this is the correct place to discuss this problem. It > is all about a difference in behavior between a program built > using bitbake/OE (only OE-core is needed) vs building the program > on the target hardware itself. > > I've been str

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi-4.4: Add the pitft22 overlay from adafruit

2016-03-26 Thread Khem Raj
Upgrade to 4.4.6 Signed-off-by: Khem Raj --- .../0001-dts-add-overlay-for-pitft22.patch | 106 + recipes-kernel/linux/linux-raspberrypi_4.4.bb | 10 +- 2 files changed, 113 insertions(+), 3 deletions(-) create mode 100644 recipes-kernel/linux/linux

[yocto] [meta-raspberrypi][PATCH 3/5] eglinfo-x11: Disable --as-needed

2016-03-26 Thread Khem Raj
--as-needed exposes a dependency problem where libegl needs some symbols from libgles2 but the order that waf uses on linker cmdline for these libs is reversed so we end up with link time failures e.g. libEGL.so: undefined reference to `glxx_client_GetRenderbufferParameteriv' Signed-off-by:

[yocto] [meta-raspberrypi][PATCH 2/5] sdcard_image: Depend on do_deploy for kernel

2016-03-26 Thread Khem Raj
: Khem Raj --- classes/sdcard_image-rpi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 2e9bdb3..f20ff04 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass

[yocto] [meta-raspberrypi][PATCH 5/5] userland: Implement dispmanx_wrap_buffer

2016-03-26 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0015-wl-dispmanx-buffer-wrapping.patch | 80 ++ recipes-graphics/userland/userland_git.bb | 1 + 2 files changed, 81 insertions(+) create mode 100644 recipes-graphics/userland/userland/0015-wl-dispmanx-buffer-wrapping.patch

[yocto] [meta-raspberrypi][PATCH 4/5] userland: Upgrade to latest

2016-03-26 Thread Khem Raj
Regenerate patches on top of given SRCREV Add return code errors fix to get it working with clang Signed-off-by: Khem Raj --- ...h => 0001-set-VMCS_INSTALL_PREFIX-to-usr.patch} | 6 +-- ...ake-generate-and-install-pkgconfig-files.patch} | 10 ++--- ...applications-to-set-next-resou

Re: [yocto] [meta-security][PATCH] paxctl: fix compile issue.

2016-03-27 Thread Khem Raj
Armin On Sun, Mar 27, 2016 at 11:03 AM, Armin Kuster wrote: > +do_compile() { > + oe_runmake 'CC=${CC}' > +} > + set EXTRA_OEMAKE = "CC='${CC}'" -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-security][V2]PATCH] paxctl: fix compile issue.

2016-03-27 Thread Khem Raj
On Mar 27, 2016 4:27 PM, "Armin Kuster" wrote: > > use CC from build not host. > > thanks khem > > this fixes the below error. > WARNING: paxctl-0.9-r0 do_package_qa: QA Issue: /sbin/paxctl contained in package paxctl requires libc.so.6(GLIBC_2.3.4)(64bit), but no providers found in RDEPENDS_paxct

<    5   6   7   8   9   10   11   12   13   14   >