Re: [yocto] multiple, different kernel images in one rootfs

2017-03-28 Thread Khem Raj
On 3/28/17 2:53 AM, Richard Leitner wrote: > Hi, > I'm currently using Jethro and like to include multiple, different > kernel (fit)images (with different source branches/versions) in one > RootFS. When booting such a system the bootloader (U-Boot) will decide > which kernel to load. > There

Re: [yocto] Remove a recipe's do_install_append() function in an append file

2017-03-28 Thread Khem Raj
On Thu, Mar 23, 2017 at 3:28 PM, Cody Piersall wrote: > Hello, > > I am building zsh from meta-oe layer, and it has a do_install_append() > function defined like this: > > do_install_append () { > rm -fr ${D}/usr/share > } > > which gets rid of lots lots of useful

Re: [yocto] [meta-security][PATCH 4/6] samhain: fix build issues when using musl

2017-03-22 Thread Khem Raj
On Wed, Mar 22, 2017 at 5:46 AM, Armin Kuster wrote: > musl does not supply malloc. it does provide malloc but it does not provide mallinfo() which is glibc specific > also c99 fix > > x_dnmalloc.c:563:26: error: return type is an incomplete type > | #define

Re: [yocto] [meta-raspberrypi][PATCH 1/1] omxplayer: Add dependency on coreutils-native

2017-03-21 Thread Khem Raj
On Tue, Mar 21, 2017 at 9:18 AM, Andrei Gherzan wrote: > Internal ffmpeg configure uses pr which is provided by coreutils-native: > | ./configure: line 471: pr: command not found this should probably we added to OE-core allowed binaries whitelist. > > Signed-off-by: Andrei

Re: [yocto] Why generated locales does not have .UTF-8 suffix?

2017-03-14 Thread Khem Raj
s" > > I've just opened a bug on bugzilla: > >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=11153 > > Any other ideas? > > Thanks in advance for your time > > Best regards, > > Fabio Emiliani > > Il 14/03/2017 17:39, Khem Raj ha scritto: >

Re: [yocto] Why generated locales does not have .UTF-8 suffix?

2017-03-14 Thread Khem Raj
On 3/14/17 8:36 AM, Fabio Emiliani wrote: > Dear all, > > I've generated several locales specifying, in the local.conf file, the > variable: > >> |IMAGE_LINGUAS = "de-de fr-fr en-gb en-gb.iso-8859-1 en-us >> en-us.iso-8859-1 zh-cn"| > inspecting the target file system, both in:

[yocto] [meta-raspberrypi] Consolidated pull

2017-03-12 Thread Khem Raj
generation Khem Raj (7): omxplayer: Update to latest and disable on rpi64 linux-firmware: Bring up wifi/ble interface on rpi3 firmware: Update to 20170303 release linux-raspberrypi_4.9.bb: Update to 4.9.13 linux-raspberrypi: Default to 4.9 kernel userland: Update

Re: [yocto] Raspberry pi build with gstreamer1.0 error - No recipes avalible.

2017-03-11 Thread Khem Raj
On 3/11/17 5:19 AM, Steve Plant wrote: > Hi all, > > Starting a brand new project for the rasberry pi2, on the master branch, > using toaster to start/monitor the build. > > Everything set up for the most basic build, however when I build > "rpi-basic-image" it fails with this error: > > No

Re: [yocto] [meta-raspberrypi] Errors building

2017-03-11 Thread Khem Raj
On 3/11/17 2:12 AM, Gary Thomas wrote: > If I build for RaspberryPi-3 with vc4graphics enabled, I get > this error building omxplayer: > > | In file included from linux/RBP.h:45:0, > | from linux/RBP.cpp:22: > | ./DllBCM.h:34:22: fatal error: bcm_host.h: No such file or

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.4: Update to 4.4.48

2017-03-11 Thread Khem Raj
On 3/11/17 2:01 AM, Paul Barker wrote: > On Fri, 10 Mar 2017 17:55:25 -0800 > Khem Raj <raj.k...@gmail.com> wrote: > >> Hi Paul >> >> On 2/13/17 3:32 PM, p...@paulbarker.me.uk wrote: >>> From: Paul Barker <p...@paulbarker.me.uk> >>&

Re: [yocto] Compiling with armcc for yocto

2017-03-11 Thread Khem Raj
On 3/11/17 12:03 AM, Michael Schwarcz wrote: > Hi, > > I have an application which I built using the poky toolchain for yocto > on a BeagleboneBlack device. > I would like to build my application with armcc. > I read that you can build with armcc a linux application, is it possible > to do it

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.4: Update to 4.4.48

2017-03-10 Thread Khem Raj
Hi Paul On 2/13/17 3:32 PM, p...@paulbarker.me.uk wrote: > From: Paul Barker > > Signed-off-by: Paul Barker > --- > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-03-10 Thread Khem Raj
On 2/16/17 3:49 AM, Andreas Müller wrote: > xorg-xserver recommends xf86-input-libinput since oe-core's commit > > | commit 2d005faff6341a81a2afae28860101ba9db51ae8 > | Author: Jussi Kukkonen > | Date: Wed Oct 26 11:37:38 2016 +0300 > | > |conf: Use

Re: [yocto] [meta-raspberrypi] [PATCH 0/2] wic: fixes for wic support

2017-03-10 Thread Khem Raj
On 2/27/17 3:46 AM, Maciej Borzecki wrote: > A small series with 2 patches that enable using wic (once again). > > The first patch moves sdimage-wks to ${LAYERDIR}/wic. This is already > implemented in meta-yocto-bsp. The goal is to make wks files easier to > find. Since Yocto is in general

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: remove bbappend for version 1.2.0

2017-03-10 Thread Khem Raj
On 3/7/17 4:07 AM, Paul Barker wrote: > On Mon, 6 Mar 2017 17:28:03 +0200 > "Maxin B. John" wrote: > >> OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f >> removed gstreamer1.0-omx_1.2.0 recipe. >> >> Signed-off-by: Maxin B. John >> --- >>

Re: [yocto] [bitbake] Failed to patch "defconfig" for linux kernel

2017-03-10 Thread Khem Raj
erge-config feature of kernel kconfig. > > ------ > *De :* Khem Raj <raj.k...@gmail.com> > *Envoyé :* vendredi 10 mars 2017 19:53 > *À :* Karim ATIKI > > *Objet :* Re: [yocto] [bitbake] Failed to patch "defconfig" for linux > kernel > > > > On F

Re: [yocto] [Openembedded-architecture] Supporting MEAN framework in Yocto

2017-03-10 Thread Khem Raj
On Fri, Mar 10, 2017 at 5:49 AM, Alexander Kanavin wrote: > Hello, > > I've done some research around MEAN stack and how Yocto could support it, > and here are the findings. > > *What is MEAN* > > MEAN (http://mean.io/) is a Javascript framework for writing web

Re: [yocto] help

2017-03-10 Thread Khem Raj
On Fri, Mar 10, 2017 at 6:25 AM, Suneetha Lakshmi G < suneeth...@tataelxsi.co.in> wrote: > Hi All, > > > Im new to yocto and trying to build for my customer device im facing this > issue. > > > | arm-linux-gnueabi-xgcc: error: unrecognized command line option > '-mgeneral-regs-only' > |

Re: [yocto] [bitbake] Failed to patch "defconfig" for linux kernel

2017-03-10 Thread Khem Raj
On Fri, Mar 10, 2017 at 6:50 AM, Karim ATIKI wrote: > Hi, > > > I'm currently trying to patch the linux kernel 3.8.13-r2 of an ARM based > board (Hachiko) in order to enable Bluetooth and RFCOMM support. > > > Currently, I select these options with bitbake -c menuconfig

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-10 Thread Khem Raj
On Fri, Mar 10, 2017 at 5:25 AM, Steve Plant wrote: > Hi Khem, > > > I was finally able to SSH into the raspberry pi and found the Xorg.log file, > exactly where you said it would be. > > > Looking at it, for some reason Xorg cannot find the module evdev. I have > looked for

Re: [yocto] Source Code provision without full git repository history

2017-03-09 Thread Khem Raj
On Thu, Mar 9, 2017 at 5:02 AM Waldvogel, Sebastian < sebastian.waldvo...@vector.com> wrote: > Hello, > > > > I am searching for a way in Yocto/BitBake to extract the source codes of > the software applications developed by my company for delivery to our > customers. > > The source codes shall be

Re: [yocto] [meta-rockchip][PATCH] u-boot-rockchip: fix for binutils-2.28

2017-03-08 Thread Khem Raj
On 17-03-09 00:01:12, Trevor Woerner wrote: > On Wed 2017-03-08 @ 04:51:04 PM, Khem Raj wrote: > > On 17-03-08 19:01:05, Tom Rini wrote: > > > On Wed, Mar 08, 2017 at 03:42:00PM -0800, Khem Raj wrote: > > > > On 17-03-08 18:28:21, Tom Rini wrote: > > > >

Re: [yocto] [meta-rockchip][PATCH] u-boot-rockchip: fix for binutils-2.28

2017-03-08 Thread Khem Raj
On 17-03-08 19:01:05, Tom Rini wrote: > On Wed, Mar 08, 2017 at 03:42:00PM -0800, Khem Raj wrote: > > On 17-03-08 18:28:21, Tom Rini wrote: > > > On Wed, Mar 08, 2017 at 12:31:47PM -0500, Trevor Woerner wrote: > > > > > > > openembedded-core updated

Re: [yocto] [meta-rockchip][PATCH] u-boot-rockchip: fix for binutils-2.28

2017-03-08 Thread Khem Raj
On 17-03-08 18:28:21, Tom Rini wrote: > On Wed, Mar 08, 2017 at 12:31:47PM -0500, Trevor Woerner wrote: > > > openembedded-core updated bintuils from 2.27 to 2.28 which causes u-boot to > > fail to compile: > > > > arm-oe-linux-gnueabi-ld.bfd: u-boot: Not enough room for program > >

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-08 Thread Khem Raj
On 17-03-08 12:40:51, Steve Plant wrote: > Hi All, > > > Very new to all this linux world, and especially Yocto. > > > I'm working on a embedded project at the moment using a raspberry pi2 board. > > > I have used toaster with Morty 2.2 to compile an image > using"rpi-basic-image", to this

Re: [yocto] gst-plugins-bad- Patch fails 'ensure-valid-sentinels-for-gst_structure_get-etc.patch'

2017-03-08 Thread Khem Raj
On 17-03-08 15:44:08, Burton, Ross wrote: > On 8 March 2017 at 15:38, Burton, Ross wrote: > > > When 2.3 is released it won't be using the git gst-plugins-bad recipe by > > default either. I'll fix the recipe, but the git recipes are prone to > > breakage as they're not

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: remove bbappend for version 1.2.0

2017-03-06 Thread Khem Raj
On Mon, Mar 6, 2017 at 7:28 AM, Maxin B. John wrote: > OE-Core rev: aa06a18d59eb391d1a7ace9daa0681bdf8daf17f > removed gstreamer1.0-omx_1.2.0 recipe. > this is good. > Signed-off-by: Maxin B. John > --- >

Re: [yocto] Systemd recipe breaks resolvconf

2017-03-04 Thread Khem Raj
On Sat, Mar 4, 2017 at 5:33 AM, Martin Townsend wrote: > Hi, > > I've just tracked down a problem with resolvconf not working on my > board and it was due to the systemd recipe creating the resolv.conf > link and patching etc.conf. Here's the snippet (I've taken it from >

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Default to 4.9 kernel

2017-03-04 Thread Khem Raj
4.9 is now declared stable for raspberrypi Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/include/rpi-default-versions.inc | 2 +- conf/machine/raspberrypi3-64.conf | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/machine/include/rpi-d

[yocto] [meta-raspberrypi][PATCH 2/2] firmware: Update to 20170215 release

2017-03-04 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 8aea628..7487b49 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 1/2] userland: Update to latest

2017-03-04 Thread Khem Raj
Forward port the patches Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...01-Allow-applications-to-set-next-resource-handle.patch | 6 +++--- .../0002-wayland-Add-support-for-the-Wayland-winsys.patch | 14 +++--- .../userland/0003-wayland-Add-Wayland-example.patch

[yocto] [meta-raspberrypi][PATCH V2] linux-raspberrypi_4.9.bb: Update to 4.9.13

2017-03-03 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index dcca369..effa859

Re: [yocto] error while compiling external module in Krogoth branch

2017-02-28 Thread Khem Raj
> Missing or unbuildable dependency chain was: ['packagegroup-meshwifi', > 'plumewifi', 'openvswitch-native', 'util-linux-uuidgen-native'] > ERROR: Required build target 'comcast-br > > On Tue, Feb 28, 2017 at 12:46 PM, Khem Raj <raj.k...@gmail.com> wrote: > > > On

Re: [yocto] error while compiling external module in Krogoth branch

2017-02-27 Thread Khem Raj
On Tue, Feb 21, 2017 at 6:31 AM praveen vattipalli wrote: > Hi All, > I am using poky-krogoth source and meta-altera layer. I am building kernel > locally using externalsrc. while building external module i am getting > error. > Which branch of meta-altera are you using

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-25 Thread Khem Raj
On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker <p...@paulbarker.me.uk> wrote: > On Fri, 24 Feb 2017 16:03:59 -0800 > Khem Raj <raj.k...@gmail.com> wrote: > >> Signed-off-by: Khem Raj <raj.k...@gmail.com> >> --- >> recipes-kernel/linux/linux-rasp

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12

2017-02-24 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index dcca369..b41a8ef

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/2] Stable branch kernel upgrades

2017-02-19 Thread Khem Raj
t; try to do this once a month or so for morty (and pyro when it's released) > until > the end of the 12-month support period for each release. > > Khem Raj (1): > linux-raspberrypi_4.9.bb: Upgrade to 4.9.10 > > Paul Barker (1): > linux-raspberry

Re: [yocto] [meta-raspberrypi][PATCH RFC 0/3] Use AUTOREV in linux-raspberrypi_dev

2017-02-18 Thread Khem Raj
On Sat, Feb 18, 2017 at 11:50 AM, wrote: > From: Paul Barker > > This is currently an RFC as I'd like some input from Khem and anyone else > interested in this before these patches get merged. > > The hope is that by using AUTOREV we won't have to

[yocto] [meta-raspberrypi][PATCH] linux-firmware: Bring up wifi/ble interface on rpi3

2017-02-16 Thread Khem Raj
mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.txt failed with error -2 After applying this patch now ifconfig -a can list wlan0 interface successfully. Signed-off-by: Khem Raj <raj.k...@gmail.com> --- .../linux-firmware/files/brcmfmac43430-sdio.txt

[yocto] [meta-raspberrypi][PATCH] omxplayer: Update to latest and disable on rpi64

2017-02-16 Thread Khem Raj
Its uses omaxplayer/mmal APIs from firmware which seems to not work with 4.9 kernel Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...nd-headers-from-ffmpeg-are-installed-in-u.patch | 27 ++ ...PEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patc

Re: [yocto] [meta-raspberrypi][PATCH V4 01/14] Add raspberrypi3-64.conf

2017-02-16 Thread Khem Raj
On 2/16/17 4:12 PM, Andrei Gherzan wrote: > On Thu, Feb 16, 2017 at 10:46:32AM -0800, Khem Raj wrote: >> From: Herve Jourdain <herve.jourd...@neuf.fr> >> >> Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> >> Signed-off-by: Khem Raj <raj.k...@gmail

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Khem Raj
On 2/16/17 11:54 AM, Andrei Gherzan wrote: > On Thu, Feb 16, 2017 at 06:52:23AM -0800, Khem Raj wrote: >> On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan <and...@gherzan.ro> wrote: >>> On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: >>>> On We

[yocto] [meta-raspberrypi][PATCH V4 11/14] rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3

2017-02-16 Thread Khem Raj
Let config.txt explicitly specify it Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index f610718..20ec343

[yocto] [meta-raspberrypi][PATCH V4 14/14] linux-raspberrypi_dev: Fix build on rpi3 64bit

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb index 2a5b692..bec0d23

[yocto] [meta-raspberrypi][PATCH V4 13/14] raspberrypi3-64.conf: Add vc4graphics to MACHINE_FEATURES

2017-02-16 Thread Khem Raj
Userland wont work in 64bit mode Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index e7d9af2..0bf1397 100644 --- a/conf/m

[yocto] [meta-raspberrypi][PATCH V4 12/14] rpi-default-versions.inc: Use fallback weak assignment

2017-02-16 Thread Khem Raj
This lets machines use ?= to choose their preferred kernel e.g. 64bit rpi3 needs 4.9 minimum but default right now is 4.4 At the same time it keeps the option for user to override any of these settings via config metadata e.g. local.conf Signed-off-by: Khem Raj <raj.k...@gmail.com> ---

[yocto] [meta-raspberrypi][PATCH V4 10/14] sdcard: Use kernel8.img for 64bit kernel image name

2017-02-16 Thread Khem Raj
This helps the firmware to identify the kernel as 64bit image Signed-off-by: Khem Raj <raj.k...@gmail.com> --- classes/sdcard_image-rpi.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 116d5e8..79ab53a

[yocto] [meta-raspberrypi][PATCH V4 06/14] userland: Upgrade to latest and implement triple buffering for wayland

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 recipes-graphics/userland/us

[yocto] [meta-raspberrypi][PATCH V4 08/14] linux-raspberrypi: Add defconfig for raspberrypi3-64

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 19ebefb..cf61cce 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH V4 09/14] raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 23 +++ 1 file changed, 23 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index cdcd726..e7d9af2 100644 --- a/conf/machine/raspberry

[yocto] [meta-raspberrypi][PATCH V4 07/14] firmware: Update to 20161215 release

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 1961b48..8aea628 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH V4 05/14] linux-raspberrypi_4.9.bb: Upgrade to 4.9.10

2017-02-16 Thread Khem Raj
Fix dtbo builds for arm64 Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 r

[yocto] [meta-raspberrypi][PATCH V4 04/14] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH V4 03/14] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/m

[yocto] [meta-raspberrypi][PATCH V4 02/14] rpi-default-providers: Let mesa provide libgbm

2017-02-16 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 078e9d6..5b2658b 100644 --- a/conf/m

[yocto] [meta-raspberrypi][PATCH V4 01/14] Add raspberrypi3-64.conf

2017-02-16 Thread Khem Raj
From: Herve Jourdain <herve.jourd...@neuf.fr> Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/ra

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-16 Thread Khem Raj
On Wed, Feb 15, 2017 at 10:01 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Wed, Feb 15, 2017 at 06:47:17PM -0800, Khem Raj wrote: >> On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj <raj.k...@gmail.com> wrote: >> > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Ghe

Re: [yocto] meta-efl build?

2017-02-15 Thread Khem Raj
Takashi-san On Wed, Feb 15, 2017 at 6:35 PM, Takashi Matsuzawa wrote: > Hello, Yocto. > > > I am trying to build EFL on top of my mayland environment (krogoth based). > > I thought it would be easy since there is meta-openembedded/meta-efl > recipes, but now I am stuck. > >

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Khem Raj
On Wed, Feb 15, 2017 at 6:34 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan <and...@gherzan.ro> wrote: >> On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wrote: >>> Signed-off-by: Khem Raj <raj.k...@gmail.com> >&

[yocto] [meta-raspberrypi][PATCH 3/3] linux-raspberrypi_dev: Fix build on rpi3 64bit

2017-02-15 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb index f186ac0..97bd4ed

[yocto] [meta-raspberrypi][PATCH 2/3] raspberrypi3-64.conf: Add vc4graphics to MACHINE_FEATURES

2017-02-15 Thread Khem Raj
Userland wont work in 64bit mode Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index e7d9af2..0bf1397 100644 --- a/conf/m

[yocto] [meta-raspberrypi][PATCH 1/3] rpi-default-versions.inc: Use fallback weak assignment

2017-02-15 Thread Khem Raj
This lets machines use ?= to choose their preferred kernel e.g. 64bit rpi3 needs 4.9 minimum but default right now is 4.4 At the same time it keeps the option for user to override any of these settings via config metadata e.g. local.conf Signed-off-by: Khem Raj <raj.k...@gmail.com> ---

Re: [yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-15 Thread Khem Raj
On Wed, Feb 15, 2017 at 6:09 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Sat, Feb 11, 2017 at 09:26:47PM -0800, Khem Raj wrote: >> Signed-off-by: Khem Raj <raj.k...@gmail.com> >> --- >> conf/machine/raspberrypi3-64.conf | 2 ++ >> 1 file changed,

Re: [yocto] error: Can't install libxl-dev-1.0-r0@cortexa9hf_neon: no package provides libxl = 1.0-r0

2017-02-15 Thread Khem Raj
On 2/15/17 12:45 PM, Warren Harper wrote: > I am having trouble writing a recipe and including libxl-dev it in an image. > > The recipe is libxl_1.0.bb: > ``` > SUMMARY = "A C++ Excel Library to read/write xls/xlxs files" > DESCRIPTION = "A C++ Excel Library to read/write xls/xlxs

Re: [yocto] [meta-qt4][PATCH] python-pyqt: Update to version 4.12.

2017-02-13 Thread Khem Raj
On 2/13/17 4:21 PM, Philip Balister wrote: > -LICENSE = "GPLv2 & GPLv3 & GPL_EXCEPTION" > +LICENSE = "GPLv3" this is quite a change. Thanks for explaining it. -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] [meta-raspberrypi][PATCH V3 04/11] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-12 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux

Re: [yocto] [meta-raspberrypi][PATCH 1/9] Add raspberrypi3-64.conf

2017-02-11 Thread Khem Raj
On Thu, Feb 9, 2017 at 12:25 AM, Gary Thomas <g...@mlbassoc.com> wrote: > On 2017-02-09 06:48, Khem Raj wrote: >> >> From: Herve Jourdain <herve.jourd...@neuf.fr> >> >> Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> >> Signed-off-by: Kh

Re: [yocto] [meta-raspberrypi][PATCH 8/9] userland: Upgrade to latest

2017-02-11 Thread Khem Raj
On 2/9/17 12:24 AM, Paul Barker wrote: > On Wed, 8 Feb 2017 21:49:02 -0800 > Khem Raj <raj.k...@gmail.com> wrote: > >> Signed-off-by: Khem Raj <raj.k...@gmail.com> >> --- >> recipes-graphics/userland/userland_git.bb | 2 +- >> 1 file changed, 1

Re: [yocto] [meta-raspberrypi][PATCH 7/9] linux-raspberrypi_4.9.bb: Upgrade to 4.9.8

2017-02-11 Thread Khem Raj
On 2/9/17 12:23 AM, Paul Barker wrote: > On Wed, 8 Feb 2017 21:49:01 -0800 > Khem Raj <raj.k...@gmail.com> wrote: > >> Signed-off-by: Khem Raj <raj.k...@gmail.com> >> --- >> recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- >> 1 file change

[yocto] [meta-raspberrypi][PATCH V2 11/11] rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3

2017-02-11 Thread Khem Raj
Let config.txt explicitly specify it Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/bootfiles/rpi-config_git.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index f610718..20ec343

[yocto] [meta-raspberrypi][PATCH V2 07/11] firmware: Update to 20161215 release

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 1961b48..8aea628 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH V2 09/11] raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 23 +++ 1 file changed, 23 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index cdcd726..e7d9af2 100644 --- a/conf/machine/raspberry

[yocto] [meta-raspberrypi][PATCH V2 08/11] linux-raspberrypi: Add defconfig for raspberrypi3-64

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 19ebefb..cf61cce 100644 --- a/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH V2 06/11] userland: Upgrade to latest and implement triple buffering for wayland

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 recipes-graphics/userland/us

[yocto] [meta-raspberrypi][PATCH V2 04/11] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH V2 05/11] linux-raspberrypi_4.9.bb: Upgrade to 4.9.9

2017-02-11 Thread Khem Raj
Fix dtbo builds for arm64 Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...-Add-rules-for-.dtbo-files-for-dts-overla.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 ++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 r

[yocto] [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/m

[yocto] [meta-raspberrypi][PATCH V2 01/11] Add raspberrypi3-64.conf

2017-02-11 Thread Khem Raj
From: Herve Jourdain <herve.jourd...@neuf.fr> Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/ra

[yocto] [meta-raspberrypi][PATCH V2 02/11] rpi-default-providers: Let mesa provide libgbm

2017-02-11 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 078e9d6..5b2658b 100644 --- a/conf/m

Re: [yocto] How to gracefully disable a setscene task?

2017-02-10 Thread Khem Raj
On Fri, Feb 10, 2017 at 3:05 PM, Xiaohui Liu wrote: > Hi everyone, > > I tried to disable a setscene task as below: > > do_populate_lic_setscene () { >exit 1 > } > you could use something like deltask do_populate_lic_setscene > It works but shows a warning: > > WARNING:

Re: [yocto] poky: core-image-minimal cannot login

2017-02-10 Thread Khem Raj
On 2/9/17 4:23 AM, Belal Hassan wrote: > > Hi, > > I have error when i try to login as root this message is appear login > can't set groups: operation not permitted. Could you help me. > > I target zynq7 zc702 and i use master meta-xilinx > what kernel version are you on. and what release

Re: [yocto] [meta-raspberrypi][PATCH 8/9] userland: Upgrade to latest

2017-02-09 Thread Khem Raj
On Thu, Feb 9, 2017 at 12:24 AM, Paul Barker <p...@paulbarker.me.uk> wrote: > On Wed, 8 Feb 2017 21:49:02 -0800 > Khem Raj <raj.k...@gmail.com> wrote: > >> Signed-off-by: Khem Raj <raj.k...@gmail.com> >> --- >> recipes-graphics/userland/userland_

[yocto] [meta-raspberrypi][PATCH 9/9] firmware: Update to 20161215 release

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 1961b48..8aea628 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH 8/9] userland: Upgrade to latest

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- 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 cec591d..5a83c8a 100644 --- a/r

[yocto] [meta-raspberrypi][PATCH 6/9] userland: Upgrade to latest and implement triple buffering for wayland

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 recipes-graphics/userland/us

[yocto] [meta-raspberrypi][PATCH 7/9] linux-raspberrypi_4.9.bb: Upgrade to 4.9.8

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 1f8fe11..c59bae5

[yocto] [meta-raspberrypi][PATCH 5/9] linux-raspberrypi_4.9.bb: Upgrade to 4.9.5

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index cffea1a..1f8fe11

[yocto] [meta-raspberrypi][PATCH 4/9] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux

[yocto] [meta-raspberrypi][PATCH 3/9] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/m

[yocto] [meta-raspberrypi][PATCH 1/9] Add raspberrypi3-64.conf

2017-02-08 Thread Khem Raj
From: Herve Jourdain <herve.jourd...@neuf.fr> Signed-off-by: Herve Jourdain <herve.jourd...@neuf.fr> Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/ra

[yocto] [meta-raspberrypi][PATCH 2/9] rpi-default-providers: Let mesa provide libgbm

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 078e9d6..5b2658b 100644 --- a/conf/m

Re: [yocto] Ruby and OpenSSL version mismatch?

2017-02-02 Thread Khem Raj
Send a back port request On Thu, Feb 2, 2017 at 5:32 AM Takashi Matsuzawa wrote: > Hello, I just tried and the below seems to be the fix. > > > https://patchwork.openembedded.org/patch/11/ > > -- > *From:* Takashi Matsuzawa > *Sent:*

Re: [yocto] [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards

2017-01-27 Thread Khem Raj
On 1/27/17 11:41 AM, Trevor Woerner wrote: > On Fri, Jan 27, 2017 at 9:37 AM, Romain Perier > wrote: >> Could you: >> - Make one patch per new machine file and not one patch for all new added >> machine > > Agreed. > > Are all of these machines actual devices? The

Re: [yocto] Change default OS in YOCTO poky distro

2017-01-27 Thread Khem Raj
On 1/27/17 6:59 AM, nitish jha wrote: > Hello All, > > I have few question regarding Yocto poky distribution, it may be very > silly question but if somebody could help to clear my doubts it will be > very useful. > > Q1. What is the default OS in Yocto Poky build. Yocto tools and infra

[yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.9.bb: Upgrade to 4.9.5

2017-01-26 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index cffea1a..1f8fe11

[yocto] [meta-raspberrypi][PATCH 2/2] userland: Upgrade to latest and implement triple buffering for wayland

2017-01-26 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 recipes-graphics/userland/us

Re: [yocto] QEMU with host USB serial

2017-01-26 Thread Khem Raj
On 1/26/17 6:22 AM, colin.helliw...@ln-systems.com wrote: > I’m investigating using qemu to give us some test capability, for which > we need to use the host’s serial devices. > > I have a qemu build which boots up fine; I’m trying to give it access to > the host USB. To keep it simple(r), I’ve

Re: [yocto] Exception in bitbake during build of openjdk-8 using meta-linaro

2017-01-26 Thread Khem Raj
On 1/26/17 5:54 AM, SMITH Peter T wrote: > Hi, I am trying to build openjdk-8 from the meta-linaro layer (I’m > specifically interested in building for aarch64), everything proceeds > well with gathering and building the dependencies until poky/bitbake > attempts to fetch sources using hg when I

Re: [yocto] mips64 with 'seh' instruction?

2017-01-26 Thread Khem Raj
On 1/26/17 2:26 AM, Jason Cooper wrote: > Folks, > > I'm trying to build a mips64 toolchain and qemu runtime. I can build and > run code but if I link with a third-party library that contains the > 'seh' assembly instruction the executable is killed with SIGILL Illegal > Instruction, when run

Re: [yocto] Is it possible NOT to split kernel modules in multiple packages

2017-01-26 Thread Khem Raj
On 1/25/17 11:29 PM, Prasant J wrote: > Hi, > > I'm using Morty release to create my custom BSP package for cortex-a5 > based processor. > > I'm using my own custom kernel recipe that inherits kernel.bbclass > (which inherits kernel-module-split.bbclass) > > > All the modules are split in

<    1   2   3   4   5   6   7   8   9   10   >