[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 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 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 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 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 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 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 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

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

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] 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] [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] [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] : 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-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] 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] 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] 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] 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] [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] [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

[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] 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

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] 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] 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] 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] 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] 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] 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-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
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 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 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] Execute recipe only after kernel is built and rootfs file is created in deploy folder

2016-02-04 Thread Khem Raj
> On Feb 4, 2016, at 10:07 PM, Josias Inacio da Silva Filho > wrote: > > Hi guys, > > I’m trying to run a recipe that has dependencies in the generation of the > roofts and kernel image files. Without those two files already in the deploy > folder, I cannot start running my recipe. > > Some

Re: [yocto] [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston

2016-02-04 Thread Khem Raj
> On Feb 4, 2016, at 2:27 PM, Ross Burton wrote: > > Signed-off-by: Ross Burton > --- > buildset-config.controller/nightly-musl.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/buildset-config.controller/nightly-musl.conf > b/buildset-config.controller/nightly-musl

Re: [yocto] [meta-intel]:Quark not accepting "root" username at login prompt

2016-02-03 Thread Khem Raj
On Wed, Feb 3, 2016 at 10:43 PM, wrote: > Hi Maciej, > > > I did "bitbake -r core-image-sato" and redirected the output to a file. From > that I found that IMAGE_FEATURES is assigned in image.bblass. A few of the > contents in the file were as follows:- > > # IMAGE_FEATURES may contain any avai

Re: [yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-02-03 Thread Khem Raj
t; >> For instance… meta-raspberrypi is providing a package config file for EGL. >> May be you could have meta-qt5 read this package config. >> >> >> >> That’s the question. I’d like to know what the maintainers of those >> two layers think about that. >&g

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 5:45 PM, Sridhar Pitchai > wrote: > > SDK looks fine. i was able to compile with it with direct make on my local > system. > > make -C /path/to/sdk/systems/linux/user/x86-generic_64-3_19 > > this works just fine. I am trying to make my image through yocto recipe and >

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Khem Raj
talk to folks whoever is providing you that SDK > On Feb 3, 2016, at 5:37 PM, Sridhar Pitchai > wrote: > > Sure, i will get rid of it. But i get the same error without it as well. I > added it to see if this can help get the compile through. but it didn't. > > What am i missing here. the MA

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 5:24 PM, Sridhar Pitchai > wrote: > > Hi, > I trying to write a simple recipe which will be building some static > libraries. the makefile has the "-fPIC" enabled. when i try to compile it > using simple yocto recipe, i am getting this error. > > " > | > /home/sridhar/w

Re: [yocto] Problem installing ath10k firmware

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 10:22 AM, Todd Efflam wrote: > > Finally was able to get it work - the error seemed to be a combination > of things. > > We went with the modular build and ended up building the following as modules: > CONFIG_ATH10K=m > CONFIG_ATH10K_PCI=m > CONFIG_ATH_CARDS=m > CONFIG_ATH_

Re: [yocto] Which Toolchain is being used to build Yocto ?

2016-02-03 Thread Khem Raj
> On Feb 3, 2016, at 10:15 AM, Mark T wrote: > > Thanks. That makes sense; all the cross compile tools are built using the > Host machines native toolchain on the host then the cross-toolchain used to > cross compile yocto for the target. > > > > On 3 February 2016 at 17:13, Burton, Ross <

Re: [yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-02-03 Thread Khem Raj
g EXTRA_QMAKEVARS_PRE variable. > I hope it's clear now. Tell me if I missed something. > > -Message d'origine- > De : Khem Raj [mailto:raj.k...@gmail.com] > Envoyé : mercredi 3 février 2016 15:45 > À : GUEYTAT Julien > Cc : Yannick Kiekens; yocto@yoctoproject.

Re: [yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-02-03 Thread Khem Raj
uld have meta-qt5 read this package config. > > > > That’s the question. I’d like to know what the maintainers of those two > layers think about that. > > > > Best Regards, > > > > De : Yannick Kiekens [mailto:yannickkiek...@gmail.com] > Envoyé : mercredi 3 fév

Re: [yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-02-02 Thread Khem Raj
> On Feb 2, 2016, at 8:50 AM, GUEYTAT Julien > wrote: > > Hi, > > It seems that there are some stiff missing between meta-qt5 or > meta-raspberrypi. > When we set the option gles… to qtbase we don’t get the QMAKE_LIBS_EGL set > properly. > We can compare a working set of variables in the qt

Re: [yocto] [raspberrypi2] do_rootfs() failure at the end of qt5-image-demo recipe

2016-02-02 Thread Khem Raj
> On Feb 1, 2016, at 10:53 PM, Karim ATIKI wrote: > > Hello, > > I'm experiencing issue while building qt-image-demo (jethro) for raspberrypi2. > At the very end of the build: do_rootfs failure. > > Collected errors: > * satisfy_dependencies_for: Cannot satisfy the following dependencies for

Re: [yocto] network drivers are not installed when MACHINE qemux86-64

2016-02-01 Thread Khem Raj
On Mon, Feb 1, 2016 at 8:48 PM, Nathan Sowatskey wrote: > As a follow up, I have just done this: > > bitbake core-image-kernel-dev > > And now I get the eth0 interface configured and active when I start the Yocto > image. > > I do not have to configure and start it manually. Can you check if rel

Re: [yocto] Password updates to compressed root image in flash

2016-02-01 Thread Khem Raj
> On Feb 1, 2016, at 3:47 AM, David Bilsby wrote: > > We have a project which will use a Xilinx Zynq running embedded Linux built > by Yocto (probably kernel 4.0). The system will boot from QSPI, this will > contain the FSBL, u-boot, compressed kernel and compressed rootfs. The rootfs > will

Re: [yocto] Migrate, or not Migrate, that's the question!!!

2016-02-01 Thread Khem Raj
> On Feb 1, 2016, at 6:18 AM, Diego Sueiro wrote: > > Bryan, > > > On 28 January 2016 at 13:49, Bryan Evenson > wrote: > In my opinion, I think in the long term it would be easier to make a clean > break. Start with a recent branch, like Jethro, get a minimal

Re: [yocto] [meta-security-rockwell] Introduction of a new OE layer: help in hardening your Yocto daisy built systems

2016-02-01 Thread Khem Raj
> On Feb 1, 2016, at 8:46 AM, Ben Gardiner wrote: > > We would like to introduce a new layer: meta-security-rockwell > > We’ve built on other excellent projects to realize this layer (so far) and > have relied on help from many of you on IRC. Thank you. > > Our goal is to support the daisy re

Re: [yocto] Glibc 2.24 _might_ require minimum kernel version 3.2

2016-02-01 Thread Khem Raj
On Mon, Feb 1, 2016 at 10:10 AM, akuster wrote: > > > On 01/31/2016 09:41 AM, Khem Raj wrote: >> Hi >> >> This is FYI, as I have sent a RFT for glibc 2.24, there might be another >> change >> coming which is under discussion on glibc mailing lists whi

Re: [yocto] [Openembedded-architecture] Glibc 2.24 _might_ require minimum kernel version 3.2

2016-01-31 Thread Khem Raj
On Jan 31, 2016 10:18 AM, "Denys Dmytriyenko" wrote: > > On Sun, Jan 31, 2016 at 09:41:17AM -0800, Khem Raj wrote: > > Hi > > > > This is FYI, as I have sent a RFT for glibc 2.24, there might be another change > > coming which is under discussion on glibc

[yocto] Glibc 2.24 _might_ require minimum kernel version 3.2

2016-01-31 Thread Khem Raj
Hi This is FYI, as I have sent a RFT for glibc 2.24, there might be another change coming which is under discussion on glibc mailing lists which is on supported minimum kernel version bump to 3.2 since 2.6.32 will be EOLed this summer [1] If anyone is planning on using upcoming yocto/OE release a

Re: [yocto] Yocto for NFS/SDN networking product

2016-01-31 Thread Khem Raj
Kosta Yocto project is developed by many volunteers and people sponsored by corporations, all development happens in opensource. The community supports the project. There are also lot of commercial OS vendors which use Yocto project to build their products, so you can always go to them if you are

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

2016-01-30 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] wiringPi: Fix build with musl

2016-01-30 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] python-rtimu: Fix build with musl

2016-01-30 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] linux-raspberrypi: Adjust for libexecdir changes

2016-01-30 Thread Khem Raj
/work/raspberrypi2-oe-linux-musleabi/linux-raspberrypi/1_4.1.10+gitAUTOINC+b74df9228c-r0/temp/run.do_rpiboot_mkimage.5543: line 111: /a/builder/mnt/build-oe/tmp-musl/sysroots/x86_64-linux/usr/lib/rpi-mkimage/mkknlimg: No such file or directory Signed-off-by: Khem Raj --- recipes-kernel/linux

Re: [yocto] About style used on .bb* files

2016-01-29 Thread Khem Raj
On Fri, Jan 29, 2016 at 5:50 AM, Daniel. wrote: > Hi everybody > > I'm here to ask if is there any "standard style" that should be used on > recipe files. I found my self using 8 columns tabs but I really don't know > if is there any style that should be used. If not would be good to create > one

Re: [yocto] Diagnosing mishandled dependencies

2016-01-28 Thread Khem Raj
> On Jan 28, 2016, at 8:26 AM, Gary Thomas wrote: > > I have an image recipe which depends on another package/recipe. > When I change one of the files included by that recipe (a script > that gets packaged and is mentioned in SRC_URI), I expect it to > be rebuilt and in turn the image be rebuilt

Re: [yocto] Qt5 on qemux86-64 core-image-full-cmdline

2016-01-28 Thread Khem Raj
Clone the repo and add the location to BBLAYERS in conf/bblayers.conf On Jan 28, 2016 1:33 PM, "Nathan Sowatskey" wrote: > Many thanks. I just need to figure out how to get the layers onto the > Build Appliance now … > > Regards > > Nathan > > > On 2

Re: [yocto] sftp-server on qemux86-64 core-image-full-cmdline

2016-01-28 Thread Khem Raj
Look at build of openssh directory there must be a ipk with sftp name. Add that name to IMAGE_INSTALL On Jan 28, 2016 12:52 PM, "Nathan Sowatskey" wrote: > Hi > > I am using the Yocto Build Appliance to build an image using a profile of > qemux86-64, and recipe of core-image-full-cmdline. > > I c

Re: [yocto] Qt5 on qemux86-64 core-image-full-cmdline

2016-01-28 Thread Khem Raj
On Jan 28, 2016 1:24 PM, "Nathan Sowatskey" wrote: > > Hi > > I am using the Yocto Build Appliance to build an image using a profile of qemux86-64, and recipe of core-image-full-cmdline. > > The application I need to run on that image has a dependency on Qt5 libs. > > It seems that only Qt4 libs a

Re: [yocto] do_compile fails in Jethro

2016-01-27 Thread Khem Raj
On Wed, Jan 27, 2016 at 11:11 AM, Alexandre Freire da Silva Osorio wrote: > Hi! > > The first time I tried to upgrade my build to Jethro I received the following > error message while do_compiling krb5: > > (...) > | > .build/tmp/sysroots/x86_64-linux/usr/libexec/x86_64-poky-linux/gcc/x86_64-pok

Re: [yocto] Image size

2016-01-27 Thread Khem Raj
On Sat, Jan 23, 2016 at 6:12 AM, Max Sht wrote: > Hi. > > Thank you in advance for your support. > I'm using Yocto project Linux for the iMX6 CPU and imx6ulevk board. > > I think that I have a problem with image size. I've seen the basic image for > that board and it's size was about 6Mb, but it d

Re: [yocto] About how port yocto to a customized MIPS cpu

2016-01-27 Thread Khem Raj
On Tue, Jan 26, 2016 at 7:09 PM, 张健 wrote: > But I have no idea what's inside the .img files, and how to let my fpga > board to understand the .img files. > > So this is reason why I'm here to ask you guys for some help. > > And wish to know if it is possible to port the "yocto" to my own projec

Re: [yocto] [oe] [RFT] Glibc 2.23 and binutils 2.26

2016-01-26 Thread Khem Raj
> On Jan 26, 2016, at 9:11 PM, ChenQi wrote: > > On 01/17/2016 07:54 PM, Khem Raj wrote: >> Hi all >> >> upstream glibc and binutils release branches have been cut out and are being >> made ready for next release >> I have put together update patchs

Re: [yocto] [meta-raspberrypi][PATCH] u-boot-rpi2: use the upstreamed U-Boot

2016-01-25 Thread Khem Raj
Hi Steve > On Jan 25, 2016, at 1:00 PM, Steve Rae wrote: > > For Raspberry Pi 2, use the U-Boot from "den". Can this be done by using/extending OE-Core recipe please ? > > Signed-off-by: Steve Rae > --- > conf/machine/raspberrypi2.conf| 1 + > recipes-bsp/u-boot/u-boot-rpi2_git.bb

Re: [yocto] [meta-yocto][PATCH] poky-tiny: Use musl for default system C library

2016-01-22 Thread Khem Raj
> On Jan 17, 2016, at 11:04 PM, Khem Raj wrote: > >> >> On Jan 8, 2016, at 1:21 AM, Burton, Ross > <mailto:ross.bur...@intel.com>> wrote: >> >> >> On 8 January 2016 at 09:09, Burton, Ross > <mailto:ross.bur...@intel.com>> wrote:

[yocto] meta-openwrt layer is available

2016-01-21 Thread Khem Raj
Hi all A new layer for openwrt packages is available https://github.com/kraj/meta-openwrt This is aimed at providing OE metadata for packages which are unique to openwrt. Currently it does not contain recipes for all possible packages but if you have one or are housing them in different layers p

Re: [yocto] 2 step solution to ERROR: QA Issue: Files/directories were installed but not shipped

2016-01-20 Thread Khem Raj
On Wed, Jan 20, 2016 at 9:11 AM, DEEPAK N PAWATE wrote: > Hi Folks, > > Below is the simple 2 step solution for > > ERROR: QA Issue: Files/directories were installed but not shipped > > WARNING: QA Issue: Files/directories were installed but not shipped > /usr/lib/lib-0.29/lib-gstreamer.so > /

Re: [yocto] PREFERRED_VERSION for native package

2016-01-19 Thread Khem Raj
> On Jan 19, 2016, at 8:13 AM, Vuille, Martin (Martin) > wrote: > > OK, found the problem. > > To achieve my objective, the right approach is to add “AGPL-3.0” to > INCOMPATIBLE_LICENSE. > This causes the build to fall back to the older version of db. > > However, I figured this out after fi

[yocto] [poky][PATCH] poky.conf: Delete BB_SIGNATURE_HANDLER settings

2016-01-18 Thread Khem Raj
'OEBasicHash' is default in OE-Core, this setting can be leverages from core defaults Signed-off-by: Khem Raj --- meta-yocto/conf/distro/poky.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index e62ad4

Re: [yocto] [meta-yocto][PATCH] poky-tiny: Use musl for default system C library

2016-01-17 Thread Khem Raj
> On Jan 8, 2016, at 1:21 AM, Burton, Ross wrote: > > > On 8 January 2016 at 09:09, Burton, Ross > wrote: > For anyone else reading, I just gave this a test locally, and for context the > previous poky-tiny was using a tuned glibc and the rootfs came in at 1.5M.

Re: [yocto] How to set aliases before bitbake compile

2016-01-17 Thread Khem Raj
On Sun, Jan 17, 2016 at 4:03 AM, Marius wrote: > Hi > I am still learning about yocto and kernels and the whole process so please > excuse a silly question. > Because I am still learning, I am re-compiling my BBB image on a regular > basis as I only want the bare minimum of packages in the image.

[yocto] [RFT] Glibc 2.23 and binutils 2.26

2016-01-17 Thread Khem Raj
Hi all upstream glibc and binutils release branches have been cut out and are being made ready for next release I have put together update patchset for both of them here are the branches https://github.com/kraj/openembedded-core/tree/kraj/binutils-2.26 https://github.com/kraj/openembedded-core/

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-15 Thread Khem Raj
; + > PACKAGECONFIG_class-native ??= "" > > # with, without, depends, rdepends > # > PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," > +PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," > > # [ df mktemp base64 gets a sp

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-15 Thread Khem Raj
STRO_FEATURES. > > Should I do the same for this? if it depends on some DISTRO_FEATURE then definitely yes. Otherwise define the packageconfig and then weakly assign a default with ??= > > "Khem Raj" said: > >> Scott >> >> Thanks for patch. You migh

Re: [yocto] Package naming "exceptions" in Yocto

2016-01-14 Thread Khem Raj
Elena > On Jan 13, 2016, at 11:43 PM, Reshetova, Elena > wrote: > > Hi, > > I have a small question about “exceptional” names of packages in yocto/OE. > Kernel package is being one example with the name “linux-yocto” vs. > traditional “linux_kernel”. This just happens to be that Yocto pro

Re: [yocto] [PATCH][coreutils] Add attr build dependency

2016-01-14 Thread Khem Raj
Scott Thanks for patch. You might want to send into to oe-core mailing list. > On Jan 14, 2016, at 6:54 AM, Scott Ellis wrote: > > Fixes this warning: > > WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build > dependency? [build-deps] > > Signed-off-by: Scott Ellis > --- >

Re: [yocto] How to change the order of package installation

2016-01-14 Thread Khem Raj
> On Jan 14, 2016, at 1:58 AM, RayBloodworth wrote: > > Hi, everyone > >I'm using the dizzy branch of freescale yocto project to build image. When > do_rootfs is done, I found that package "base-files" wasn't the first order > of installation. >Since I want do some modify like "/bin -

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

2016-01-13 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] [matchbox-keyboard][PATCH] config-parser: Use matching printf format

2016-01-13 Thread Khem Raj
XML_GetCurrentLineNumber(p), ^~~~~~~ Signed-off-by: Khem Raj --- src/config-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config-parser.c b/src/config-parser.c index b006f19..15a973e 100644 --- a/src/config-parser.c +++ b/src/config-parser.c @@ -598,7 +598,7 @@ mb_kbd_con

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

2016-01-13 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

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Khem Raj
Tech Lead > Zaikenn Technologies > > On Wed, Jan 13, 2016 at 11:11 PM, Khem Raj wrote: >> >> >> On Jan 13, 2016, at 4:03 AM, Sarayu Krishna Sivanandam >> wrote: >> >> hi , >> >> On similar lines i want to rebuild my linux dtb file as i have ma

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-13 Thread Khem Raj
nce for your help. > > Thanks and Regards, > Sarayu K S > Tech Lead > Zaikenn Technologies > > On Tue, Jan 12, 2016 at 3:17 PM, Sarayu Krishna Sivanandam > mailto:sar...@zaikenn.com>> wrote: > That worked . Thanks !! > > Thanks and Regards, > Sarayu K

Re: [yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-12 Thread Khem Raj
On Mon, Jan 11, 2016 at 10:51 PM, Petter Mabäcker wrote: > 2016-01-11 21:32 skrev Andrei Gherzan: > > On Mon, Jan 11, 2016 at 09:55:43AM -0800, Khem Raj wrote: > > On Jan 11, 2016, at 8:49 AM, Petter Mabäcker wrote: Add > basic support for PiTFT display by using device-tree

Re: [yocto] How to build jffs2 rootfs image in freescale community build

2016-01-12 Thread Khem Raj
On Tue, Jan 12, 2016 at 12:32 AM, Sarayu Krishna Sivanandam wrote: > Hi all , > > I was initially using the QorIQ-SDK-V1.8 SDK and was using the command > "bitbake corre-image-full " to generate the full images including the uboot > , the jffs2 filesystem etc as shown below , > > -rw-r--r--. 1 sar

Re: [yocto] do_rootfs error due to package installation

2016-01-11 Thread Khem Raj
These two seems unrelated. look under deploy/ipk folder and see if you have an ipk sounding with same name as missing package it might be that its empty and deleted but the dependency remains > On Jan 7, 2016, at 1:29 PM, John Schluechtermann > wrote: > > Some additional information in regards

Re: [yocto] [meta-raspberrypi][PATCH 4/5] pitft: Add basic support for PiTFT

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 8:49 AM, Petter Mabäcker wrote: > > Add basic support for PiTFT display by using device-trees. > > In order get it working below configurations must be active in > local.conf: > > MACHINEOVERRIDES .= ":pitft” Using MACHINE_FEATURES will be more appropriate term. Effects

Re: [yocto] Global git fetcher override for http?

2016-01-11 Thread Khem Raj
> On Jan 11, 2016, at 9:33 AM, Michael Habibi wrote: > > Unfortunately I don't think this will work well, because generally http > protocol URLs are slightly different than git protocol URLs. However, in my > work environment, our firewall blocks git protocol. This means that for all > mirror

Re: [yocto] [SOLVED] Re: BeagleBone...bitbake -v core-image-sato stops

2016-01-03 Thread Khem Raj
ame behaviour. The compilation or > linking stopped wiht the message "o fr.mo fr.po". > > I've changed the variable EXTRA_OECONF to: > EXTRA_OECONF_append_class-native = " --enable-gettext=yes" in the file > "ea-acl.inc" of the yocto-project, wh

Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 5:01 AM, neuber sousa wrote: > I'm trying to to this: > http://mkaczanowski.com/golang-build-dynamic-dns-service-go/ > > > But I have error with NSUPDATE package > > > root@neuberfran:~# opkg install nsupdate > Unknown package 'nsupdate'. > Collected errors: > > opkg_instal

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Khem Raj
; > On Wed, Dec 30, 2015 at 1:26 PM Khem Raj wrote: >> >> you mostly have one of these issues >> >> | ERROR: >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config >> should not be used, use an alternative such as pkg-config >> | ERROR: &

Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Khem Raj
On Wed, Dec 23, 2015 at 9:25 PM Khem Raj wrote: >> >> can you post output of root/6.04.12-r0/build/CMakeFiles/CMakeError.log >> >> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark wrote: >> > Hi all, >> > >> > I'm trying to add a recipe for R

Re: [yocto] BeagleBone...bitbake -v core-image-sato stops

2015-12-28 Thread Khem Raj
> On Dec 28, 2015, at 8:56 AM, kaffeesurrogat wrote: > > Hello again, > > well I'm really a noob and guessing what to do. Well I've interrupted bitbake > cause > nothing was happing and the log.do_compile of attr-native didn't show any > error message. I've started it all over again an now I

Re: [yocto] how to use systemd as system init manager

2015-12-25 Thread Khem Raj
Put that in local.conf not in image recipe On Dec 25, 2015 5:57 PM, "Jin Li" wrote: > On 2015/12/25 13:55, Khem Raj wrote: > > On Thu, Dec 24, 2015 at 5:59 PM, Jin Li wrote: > >> Hi, > >> > >> I am trying to build yocto project which use systemd as

Re: [yocto] how to use systemd as system init manager

2015-12-24 Thread Khem Raj
On Thu, Dec 24, 2015 at 5:59 PM, Jin Li wrote: > Hi, > > I am trying to build yocto project which use systemd as system init manager. > But the qemu boot up and still use INIT as usual. The rootfs even fail to > install systemd. > > I refers to yocto docs > http://www.yoctoproject.org/docs/1.8/r

<    7   8   9   10   11   12   13   14   15   16   >