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

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- 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 +++ b/recipes-bsp/common

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

2017-02-08 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 cec591d..5a83c8a 100644 --- a/recipes-graphics/userland

[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 --- ...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/userland/0013-Implement-triple

[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 --- 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 100644 --- a/recipes-kernel

[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 --- 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 100644 --- a/recipes-kernel

[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 --- 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/linux-raspberrypi_dev.bb

[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 --- 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/machine/raspberrypi3-64.conf

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

2017-02-08 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/raspberrypi3-64.conf diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine

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

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- 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/machine/include/rpi-default

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:* Thursday, February 2, 2017 3:

Re: [yocto] meta-raspberrypi issue

2017-02-01 Thread Khem Raj
On 2/1/17 8:08 AM, Usman Haider wrote: > Hi, > > I am new to yocto and just started working on it. I am having issue > with meta-raspberrypi. I did inside poky > > $ git checkout -b work_branch -t origin/daisy > > $ git clone git://git.yoctoproject.org/meta-raspberrypi >

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

2017-02-01 Thread Khem Raj
On 1/31/17 10:18 PM, Prasant J wrote: > On Fri, Jan 27, 2017 at 7:18 AM, Khem Raj wrote: >> >> >> 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

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 evb one doesn't sound real.

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 helps

[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 --- 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 100644 --- a/recipes-kernel

[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 --- ...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/userland/0013-Implement-triple

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 wi

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 the

Re: [yocto] Problems with building out-of-tree modules in morty

2017-01-24 Thread Khem Raj
On 1/24/17 7:16 AM, Bogusz Brodziński wrote: > Hi, > > TL;DR after migrating from jethro to morty my out-of-tree modules do not > load. > > Long version: > Im developing uio driver for a custom FPGA. The base is xilinx zu15 > (note: as the explanation will go on I *think* it will be clear that

Re: [yocto] Ordering of anonymous Python functions and task signature calculations

2017-01-24 Thread Khem Raj
On Tue, Jan 24, 2017 at 9:55 AM, Matt Hoosier wrote: > In order to support a use-case that embeds information about the Git > revision of Yocto itself that was used to make a build, I would like to run > some arbitrary Python code and dump the results (Git SHA1's, tag names, etc) > into a Bitbake

Re: [yocto] [meta-raspberrypi][morty][PATCH 1/6] linux-raspberrypi: Drop v4.1

2017-01-21 Thread Khem Raj
gt; -+}; >> -+ >> -+ __overrides__ { >> -+speed = <&pitft>,"spi-max-frequency:0"; >> -+rotate = <&pitft>,"rotate:0"; >> -+fps = <&pitft>,"fps:0&

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-20 Thread Khem Raj
On Fri, Jan 20, 2017 at 8:25 AM, Andrei Gherzan wrote: > On Fri, Jan 20, 2017 at 6:49 AM, Khem Raj wrote: >> 4.8 will build until rpi kernel folks rebase the branch :( moving >> forward, we should only keep stable branches which they dont rebase >> hopefully and 1 mor

Re: [yocto] [meta-raspberrypi][morty][PATCH 4/6] linux-raspberrypi: Drop v4.8

2017-01-20 Thread Khem Raj
4.8 will build until rpi kernel folks rebase the branch :( moving forward, we should only keep stable branches which they dont rebase hopefully and 1 more recipe called linux-raspberrypi_dev.bb to track the latest upstream release, so it will be clear that this is a dev kernel. On Thu, Jan 19, 201

Re: [yocto] Changing over to systemd (no dhcp)

2017-01-20 Thread Khem Raj
On Wed, Jan 18, 2017 at 7:10 AM, wrote: > We have a configuration for our embedded system which is working via SysV, > but we’re investigating moving over to systemd. > > Not sure if this is ‘wise’ – if anyone has technological arguments > for/against then I’d be interested – but I wanted to inve

Re: [yocto] Labeling Release

2017-01-19 Thread Khem Raj
On Thu, Jan 19, 2017 at 2:53 PM, Ronald Oakes wrote: > I need to label a release of my image, including all of the Open Source > components and the ones I've added in a way that I can both reproduce the > exact build at any point in the future, and I can give something relitively > compact to our

Re: [yocto] How to decide which Yocto branch to use -krogoth or Jethro or any other

2017-01-13 Thread Khem Raj
On 1/13/17 2:38 AM, Eswaran Vinothkumar (BEG-PT/PJ-IOT1) wrote: > Hello, > > I am newbie to the Yocto world. I am trying to learn how to create an > Embedded Linux distribution using the Yocto and so far have succeeded in > building a base image for my customized board and the system is working

Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 1:54 PM, Andrei Gherzan wrote: > On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj wrote: >> Signed-off-by: Khem Raj >> --- >> recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >

Re: [yocto] Override machine conf settings

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 10:37 AM, Ayoub Zaki wrote: > Hello, > > I'm trying to figure out how can I override machine settings, for example in > raspberrypi I want to change default kernel version from 4.4.x to 4.1.x for > that I created in my layer meta-somelayer/conf/machine/raspberrypi.conf :

[yocto] [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.9.bb: Add recipe for 4.9 release

2017-01-12 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.9.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb

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

2017-01-12 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb index 7511f93..be25e65 100644 --- a/recipes-kernel

Re: [yocto] Building on MacOS X

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 8:21 AM, Belisko Marek wrote: > On Thu, Jan 12, 2017 at 4:39 PM, Tim Orling > wrote: >> You can also build using Docker containers: >> https://github.com/crops/docker-win-mac-docs/wiki > Well the re is other limitation about slow filesystem access from > docker on osx. The

Re: [yocto] Yocto Linux kernel 4.8 boot can't login.

2017-01-12 Thread Khem Raj
On Wed, Jan 11, 2017 at 9:48 PM, Richard Zhang wrote: > Starting crond: setuid: Function not implemented Linux gained a new config option, CONFIG_MULTIUSER, that makes support for non-root users optional. This results in a number of syscalls being disabled setuid is one of them. set this option t

Re: [yocto] [bitbake] OECORE_TARGET_SYSROOT and OECORE_NATIVE_SYSROOT variables not availables ?

2017-01-11 Thread Khem Raj
t; Is there any doc link ? > > > > K. > > > ____ > De : Khem Raj > Envoyé : mardi 10 janvier 2017 20:39 > À : Karim ATIKI; yocto > Objet : Re: [yocto] [bitbake] OECORE_TARGET_SYSROOT and > OECORE_NATIVE_SYSROOT variables not available

Re: [yocto] Failure Inheriting rpm_sign

2017-01-11 Thread Khem Raj
On Wed, Jan 11, 2017 at 4:33 AM, Chris Trobridge wrote: > On Mon, 2017-01-09 at 10:47 -0800, Khem Raj wrote: >> On Fri, Jan 6, 2017 at 3:52 AM, Chris Trobridge >> wrote: >> > I am getting "Exception: OSError: [Errno 7] Argument list too long" >> > for

Re: [yocto] [bitbake] OECORE_TARGET_SYSROOT and OECORE_NATIVE_SYSROOT variables not availables ?

2017-01-10 Thread Khem Raj
These are specified differently when using the Yocto build system you should not be using these variables in your makefiles On Tue, Jan 10, 2017 at 8:11 AM Karim ATIKI wrote: > > > > > > > > > > > > > > > Hi, > > > > > > > > I'm using generated Poky SDK to cross-compile our program source-codes,

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Khem Raj
I just want to make sure that we dont pile collection of patches that we end up maintaining forever. On Mon, Jan 9, 2017 at 12:34 PM, Jose Lamego wrote: > > > On 01/09/2017 02:30 PM, Khem Raj wrote: >> On Mon, Jan 9, 2017 at 12:21 PM, Jose Lamego >> wrote: >>>

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Khem Raj
On Mon, Jan 9, 2017 at 12:21 PM, Jose Lamego wrote: > > > On 01/09/2017 12:44 PM, Khem Raj wrote: >> On Fri, Jan 6, 2017 at 6:50 AM, Jose Lamego >> wrote: >>> From: Jose Lamego >>> >>> Reviewing patches from a series requires heavy usage of the

Re: [yocto] Failure Inheriting rpm_sign

2017-01-09 Thread Khem Raj
On Fri, Jan 6, 2017 at 3:52 AM, Chris Trobridge wrote: > I am getting "Exception: OSError: [Errno 7] Argument list too long" for > sign_rpm in the do_package_write_rpm tasks for the > linux-yocto and glibc-locale recipes. > > This is building core-image-minimal (and also my own image) with morty

Re: [yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-09 Thread Khem Raj
On Fri, Jan 6, 2017 at 6:50 AM, Jose Lamego wrote: > From: Jose Lamego > > Reviewing patches from a series requires heavy usage of the > browser navigation buttons, providing a poor UX. > > This changes allows viewing content from each patch in a series, > without leaving the series view. > The

Re: [yocto] Q on how to keep the debug information for kernel module

2017-01-09 Thread Khem Raj
On Sat, Jan 7, 2017 at 5:53 AM, John Rama wrote: > Dear Yocto specialists > > I have one question. > When building the kernel module and install to rootfs with Yocto, I got the > kernel module without debug information. > Investigating a little bit revealed that it seems do_package process remove

Re: [yocto] SDK: Missing 32 bit sysroot

2017-01-04 Thread Khem Raj
On Wed, Jan 4, 2017 at 6:35 AM, Schmitt, Richard wrote: > I have a ARM 32/64 multilib environment set up in my yocto based project. > Everythings working fine. Almost. I am using the poky krogoth branch with > the patch for “bug 1357” > https://bugzilla.yoctoproject.org/show_bug.cgi?id=1357 cher

Re: [yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: Add 1.10x support

2016-12-31 Thread Khem Raj
On Thu, Dec 29, 2016 at 10:16 AM, Andrei Gherzan wrote: > On Wed, Dec 21, 2016 at 11:59:21PM -0800, Khem Raj wrote: >> Restructure the bbappends such that common portions >> can be put in a common bbappend and version specific >> bbappend then only do the patching >>

Re: [yocto] [bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth.

2016-12-22 Thread Khem Raj
> On Dec 22, 2016, at 12:20 AM, Mateusz Orzoł > wrote: > > > > W dniu 2016-12-22 o 09:16, Mateusz Orzoł pisze: >> >> >> W dniu 2016-12-21 o 18:21, Khem Raj pisze: >>> On Tue, Dec 20, 2016 at 10:54 PM, Mateusz Orzoł >>> >>>

Re: [yocto] how to use a kernel build path in developing libs

2016-12-22 Thread Khem Raj
> On Dec 22, 2016, at 12:23 AM, Richard Zhang wrote: > > hi all: > > I am trying to add some lib related with kernel. Unless you are writing a kernel module, using raw kernel headers and sources is generally not a good choice. Moreover kernel does not have APIs beyond headers it exports for u

Re: [yocto] Adding multiple patches to SRC_URI in a recipe — Yocto

2016-12-22 Thread Khem Raj
Vinoth > On Dec 21, 2016, at 11:23 PM, Eswaran Vinothkumar (BEG-PT/PJ-IOT1) > wrote: > > Hi, > > I am creating a BSP to customized board using Yocto. I have some hundred plus > patches for the Linux kernel and barebox. To include the patches for the > Linux kernel, I have created an .scc fi

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: Add 1.10x support

2016-12-22 Thread Khem Raj
Restructure the bbappends such that common portions can be put in a common bbappend and version specific bbappend then only do the patching Signed-off-by: Khem Raj --- .../gstreamer/gstreamer1.0-omx%.bbappend | 9 ++ ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 48

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-21 Thread Khem Raj
nd see if it fails to display > > So, I'll try building it without opencl. > Montez. > > > > On Wed, Dec 21, 2016 at 9:19 AM, Khem Raj wrote: >> Perhaps by adding -DENABLE_OPENCL=OFF to the EXTRA_OECONF >> >> On Wed, Dec 21, 2016 at 7:20

Re: [yocto] [bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth.

2016-12-21 Thread Khem Raj
On Tue, Dec 20, 2016 at 10:54 PM, Mateusz Orzoł wrote: > > > W dniu 2016-12-20 o 10:46, Mateusz Orzoł pisze: > > > > W dniu 2016-12-20 o 00:43, Khem Raj pisze: > > > > On Mon, Dec 19, 2016 at 1:46 PM, Mateusz Orzoł > wrote: >> >> Hi everyone, >

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-21 Thread Khem Raj
gt; " >>> >>> I also found this discussion about rpi2. I'll try to run some of those >>> configurations: >>> https://github.com/Igalia/meta-webkit/issues/1 >> >> >> I built webkit for rpi3 just fine (yesterday 2016-12-11) using just

Re: [yocto] [bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth.

2016-12-19 Thread Khem Raj
On Mon, Dec 19, 2016 at 1:46 PM, Mateusz Orzoł < mateusz.or...@3cityelectronics.com> wrote: > Hi everyone, > > I am migrating my old Yocto image from kernel 3.8 to 4.1 on the Intel > Quark based platform. After dealing with some SPI driver issues now I've > encountered some strange bitbake behavio

Re: [yocto] distutils break my shebang, what to do?

2016-12-16 Thread Khem Raj
> On Dec 15, 2016, at 5:49 PM, Daniel. wrote: > > Hi, > > I've been trying to install cxxtest to nativesdk. After done I went to > run`cxxtestgen` and got a "bad interpreter" error from bash. I look at > the script and there was "#! python" at first line. > > I know that this is something that

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-rpi: clean .config in before do_configure step

2016-12-16 Thread Khem Raj
> On Dec 15, 2016, at 2:05 AM, Piotr Lewicki wrote: > > Signed-off-by: Piotr Lewicki > --- > recipes-kernel/linux/linux-rpi.inc | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-rpi.inc > b/recipes-kernel/linux/linux-rpi.inc > index

[yocto] [meta-raspberrypi][PATCH 3/3] linux-raspberrypi-4.8: Upgrade to 4.8.13

2016-12-14 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb index 2626d62..d4aaae2 100644 --- a/recipes-kernel

[yocto] [meta-raspberrypi][PATCH 2/3] userland: Fix building on aarch64

2016-12-14 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/userland/userland_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index bba7541..a37249c 100644 --- a/recipes-graphics/userland

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

2016-12-14 Thread Khem Raj
* Regenerate forward patches * Remove upstreamed ones Signed-off-by: Khem Raj --- ...-applications-to-set-next-resource-handle.patch | 6 +- ...ayland-Add-support-for-the-Wayland-winsys.patch | 36 .../0003-wayland-Add-Wayland-example.patch | 4 +- ...-wayland-egl-Add

Re: [yocto] NFS rootfs: mount: only root can mount proc on /proc

2016-12-14 Thread Khem Raj
On Wed, Dec 14, 2016 at 5:27 PM, John Rama wrote: > Dear Yocto specialists > > I would like to know how people, who familiar with Yocto, prepare NFS rootfs > for target. > > When running bitbake with image recipe, the target rootfs is generated at the > following directory > {YOCTO_BUILD_DIR}//t

Re: [yocto] [meta-raspberrypi] How to set the kernel config variables in the recipe?

2016-12-14 Thread Khem Raj
On Wed, Dec 14, 2016 at 3:14 AM, Piotr Lewicki wrote: > Hi, > > I need to set some kernel parameters and I thought that it would work with > "do_configure_prepend()" task in my "linux-raspberrypi_%.bbappend" file. > > I have do configure like so: > > do_configure_prepend() { > > kernel_configu

Re: [yocto] Can't enable reverse debugging

2016-12-12 Thread Khem Raj
> On Dec 12, 2016, at 11:12 AM, Bryan Evenson wrote: > > Khem, > >> -Original Message----- >> From: Khem Raj [mailto:raj.k...@gmail.com] >> Sent: Monday, December 12, 2016 12:48 PM >> To: Bryan Evenson >> Cc: yocto@yoctoproject.org >> Sub

Re: [yocto] Can't enable reverse debugging

2016-12-12 Thread Khem Raj
> On Dec 12, 2016, at 6:59 AM, Bryan Evenson wrote: > > Khem, > >> -Original Message----- >> From: Khem Raj [mailto:raj.k...@gmail.com] >> Sent: Saturday, December 10, 2016 4:26 PM >> To: Bryan Evenson >> Cc: yocto@yoctoproject.org >> Sub

Re: [yocto] Ignoring Fetch errors for optional source.

2016-12-11 Thread Khem Raj
> On Dec 7, 2016, at 5:00 AM, Beth 'pidge' Flanagan wrote: > > I've an odd use case that I wonder if anyone has a work around/way of > doing it. > > I've a client who has contractors who can't have access to a certain > segment of the code base. So for example, a recipe will have a SRC_URI > fo

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: remove version hack

2016-12-11 Thread Khem Raj
On Thu, Dec 8, 2016 at 2:40 AM, Andreas Müller wrote: > * no more required (version > 3.17 | > 4.3.x | > 4.4.5) > * causes error with rt kernel > I think this is ok to apply now. > Signed-off-by: Andreas Müller > --- > classes/linux-raspberrypi-base.bbclass | 15 --- > 1 file chang

Re: [yocto] libssp_nonshared.a not present in native SDK.

2016-12-11 Thread Khem Raj
On Fri, Dec 9, 2016 at 1:24 AM, Rafael Gago Castano wrote: > Hello again. > > > I tried to fix this in my layers by adding a > "recipes-devtools/gcc_5.3.bbappend" file to containing the additions that > you did to poky on... > > > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1c0fc7fcf

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-11 Thread Khem Raj
d/meta-oe \ > /home/mont3z/yocto/meta-raspberrypi \ > /home/mont3z/yocto/meta-web-kiosk \ > " > > I also found this discussion about rpi2. I'll try to run some of those > configurations: > https://github.com/Igalia/meta-webkit/issues/1 > > On Sat, Dec 10, 2

Re: [yocto] Can't enable reverse debugging

2016-12-10 Thread Khem Raj
On Fri, Dec 9, 2016 at 8:43 AM, Bryan Evenson wrote: > I tried a few other things, see below. > >> -Original Message- >> From: yocto-boun...@yoctoproject.org [mailto:yocto- >> boun...@yoctoproject.org] On Behalf Of Bryan Evenson >> Sent: Thursday, December 08, 2016 2:50 PM >> To: yocto@yoc

Re: [yocto] [meta-oic][PATCH] Update for IoTivity 1.2.0

2016-12-10 Thread Khem Raj
On Sat, Dec 10, 2016 at 6:39 AM, Philippe Coval wrote: > Note: build parameters are now aligned to upstream default. > > Compared to earlier recipe, configuration changes are: > > - Previous WITH_RD parameter is now replaced by RD_MODE >(set to CLIENT by default) > - ROOTING was previously s

Re: [yocto] Error during webkit compilation for rasberry pi3

2016-12-10 Thread Khem Raj
On Sat, Dec 10, 2016 at 7:52 AM, Mont3z Claros wrote: > Hi all, > > I don't know what I'm doing wrong but I'm getting an error during > compilation of webkit for raspberry pi3. Please see below the error > and my configurations, > > Thanks, > Mont3z > > local.conf: > MACHINE = "raspberrypi3" > DIS

Re: [yocto] busybox and images, how to change busybox based on image component added

2016-12-10 Thread Khem Raj
On Sat, Dec 10, 2016 at 9:48 AM, wrote: > I am trying to remove the udhcp( client / server) components in busybox when > I include ‘connman’ in my image. > usually busybox applets are used as fallbacks to fill in the blanks and if there is other package providing a given utility then its chosen

Re: [yocto] [meta-raspberrypi] morty release ?

2016-12-05 Thread Khem Raj
> On Dec 5, 2016, at 1:46 PM, Mirza Krak wrote: > > 2016-12-05 19:37 GMT+01:00 Khem Raj : >> On Mon, Dec 5, 2016 at 7:26 AM, Mirza Krak wrote: >>> Hi. >>> >>> I have some questions and remarks and hopefully someone here can answer >>> th

Re: [yocto] [Openembedded-architecture] RFC BuildAppliance future

2016-12-05 Thread Khem Raj
On Mon, Dec 5, 2016 at 10:04 AM, Brian Avery wrote: > Please note, this is going out to 3 lists in an attempt to insure that no > one who would be impacted by this change misses it. Implied spam apology > included. > > The Yocto Project currently provides a virtual machine image called the > B

Re: [yocto] [meta-raspberrypi] morty release ?

2016-12-05 Thread Khem Raj
On Mon, Dec 5, 2016 at 7:26 AM, Mirza Krak wrote: > Hi. > > I have some questions and remarks and hopefully someone here can answer them. > > The meta-raspberrpi layer is missing a morty release? Any time frame > of when this will be added? We use master as long as possible, when we have a change

Re: [yocto] Using files from package dependencies

2016-12-05 Thread Khem Raj
On Mon, Dec 5, 2016 at 7:08 AM, Paulo Neves wrote: > Hello Nicolas, thank you for your advice and hints but I "need" to > corrupt a bit the conventions of yocto and use specific package names > (due to compatibility with other older build systems) > > The magic behind the fact that my special pack

Re: [yocto] [meta-raspberrypi] X11 failure

2016-12-05 Thread Khem Raj
On Mon, Dec 5, 2016 at 3:15 AM, Burton, Ross wrote: > > On 5 December 2016 at 11:12, Gary Thomas wrote: >> >> What do I need to do to get libGL v1 so X11 will work again? > > > That would be part of mesa-gl, but I'm surprised RPi X needs OpenGL (as that > is pure software, not accelerated). mesa

Re: [yocto] [meta-raspberrypi][PATCH] firmware: Update to 20161125

2016-12-05 Thread Khem Raj
this is ok. On Mon, Dec 5, 2016 at 3:00 AM, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- > 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 8862f58.

Re: [yocto] [meta-raspberrypi] Current master broken

2016-12-05 Thread Khem Raj
On Sun, Dec 4, 2016 at 10:03 PM, Gary Thomas wrote: > On 2016-12-05 01:54, Andrei Gherzan wrote: >> >> Hi Gary, >> >> >> On Sat, Dec 3, 2016 at 2:16 PM, Paul Barker wrote: >>> >>> On Sat, 3 Dec 2016 08:33:40 +0100 >>> Gary Thomas wrote: >>> I'm currently unable to build for the RaspberryPi-

Re: [yocto] yocto project in raspberry pi 3

2016-11-30 Thread Khem Raj
> On Nov 30, 2016, at 4:28 AM, Rushin Thakkar wrote: > > hello there i am trying to do yocto project on raspberry pi 3. > when i run bitbake rpi-basic-image. > > > this task 0: bcm2835-bootfiles-20151021-r3 do_fetch (pid 4922) is taking too > much time. after that > You should use latest ma

Re: [yocto] [meta-raspberrypi] Seeing "dd: failed to open '/core-image-minimal-raspberrypi3-20161129134515.rootfs.rpi-sdimg': Permission denied" Errors After Update

2016-11-29 Thread Khem Raj
> On Nov 29, 2016, at 5:55 AM, Thomas Thorne wrote: > > I updated my Krogoth work area today with `git pull` and I now seeing error > messages about being unable to open a root filesystem image for a > raspberrypi3. I have tried in my build area that tries to make an SD card > image and the

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32

2016-11-28 Thread Khem Raj
> On Nov 28, 2016, at 5:42 PM, Trevor Woerner wrote: > > On Mon 2016-11-28 @ 03:21:50 PM, Khem Raj wrote: >> its at 4.4.35 now see >> https://github.com/kraj/meta-raspberrypi/commits/kraj/master >> <https://github.com/kraj/meta-raspberrypi/commits/kraj/master&

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32

2016-11-28 Thread Khem Raj
its at 4.4.35 now see https://github.com/kraj/meta-raspberrypi/commits/kraj/master > On Nov 28, 2016, at 7:12 AM, Trevor Woerner wrote: > > This helps align the raspberry pi 4.4.y kernel with the latest 4.4.y > PREEMPT_RT patch. >

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.8.bb: upgrade to 4.8.11

2016-11-28 Thread Khem Raj
I have a similar patch in my layer. This looks ok too > On Nov 28, 2016, at 8:46 AM, Trevor Woerner wrote: > > The rpi-4.8.y branch of git://github.com/raspberrypi/linux.git was rebased, > losing any previous commit hashes. This latest update doesn't include the > raspberry pi patches for 4.8.6,

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: allow -rt kernels

2016-11-28 Thread Khem Raj
> On Nov 28, 2016, at 11:07 AM, Trevor Woerner wrote: > > If the PREEMPT_RT patch is applied, the kernel version becomes, say, > 4.4.32-rt43 (instead of 4.4.32). This confuses the version handling code in > this class. Update how the version string is processed so that trailing rt- > strings are

Re: [yocto] change/modify recipe for OpenCV

2016-11-25 Thread Khem Raj
> On Nov 24, 2016, at 2:40 AM, Peter Balazovic > wrote: > > Dears, > > I'm building Yocto image and this includes OpenCV 2.4 release. > > For example my loca.conf looks similar as > http://www.engcore.com/2014/02/building-opencv-2-4-x-for-freescales-i-mx6-bsp-yocto/ > >

Re: [yocto] Extracting PV & PR from Makefile at compilation time.

2016-11-25 Thread Khem Raj
> On Nov 24, 2016, at 11:06 AM, Daniel. wrote: > > Instead of using SVN revision as version I'm trying to use a timestamp like: > > PV = "${@time.strftime("%Y%m%d", time.gmtime())}" > > Does anybody can tell me if this would taint the sstate at each day, > making yocto compile it again? Is thi

Re: [yocto] Renderring image using QT + eglfs and OpenGL

2016-11-25 Thread Khem Raj
> On Nov 25, 2016, at 2:00 AM, Ambika wrote: > > Hii, > I'm running the application (yocto dizzy release) to display the sequence of > the image using QT + eglfs as well as OpenGL, below are the observations. > When using QT5 + eglfs: > i. Frame rate is around 56fps with 800*480 resolution disp

Re: [yocto] [meta-mingw][patch 0/2] Update meta-mingw dependencies

2016-11-23 Thread Khem Raj
> On Nov 23, 2016, at 9:34 AM, Mark Hatle wrote: > > There are two patches, the first patch is generally useful and I believe > should be applied in all cases. > > The second patch is unique to Wind River Linux's implementation. We have > special layers called 'download layers', where we aggre

Re: [yocto] [PATCH 5/6][rmc] remove kernel command line usage and blob type

2016-11-22 Thread Khem Raj
On 11/22/16 11:35 AM, Jianxun Zhang wrote: > rmc works as a generic file-based solution now. There is no need > to keep a special case for kernel command line type which was > designed in early days. > > Signed-off-by: Jianxun Zhang > --- > inc/rmcl.h| 27 - > src/lib/api.

Re: [yocto] [raspberrypi] raspi3 vs raspi2

2016-11-21 Thread Khem Raj
On 11/21/16 9:39 PM, Trevor Woerner wrote: > On Mon 2016-11-21 @ 04:09:50 PM, Khem Raj wrote: >> 4.4 does not support 64-bit pi3, do you set the PREFERRED_VERSION in local >> conf metadata ? > > Yes, my conf/local.conf contains: > > PREFERRED_VERSION_linux-r

Re: [yocto] [raspberrypi] raspi3 vs raspi2

2016-11-21 Thread Khem Raj
4.4 does not support 64-bit pi3, do you set the PREFERRED_VERSION in local conf metadata ? On 11/21/16 3:07 PM, Trevor Woerner wrote: > On Sun 2016-11-20 @ 11:28:48 AM, Khem Raj wrote: >> I gave a whirl at building and looking closely at them. As it seems >> the OE core patch i

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-21 Thread Khem Raj
c and crypto as systemwide tune options or is it more beneficial to apply them surgically to needed apps via MACHINE_FEATURES > > Herve > > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: dimanche 20 novembre 2016 20:30 > To: Herve Jourdain > C

Re: [yocto] [meta-raspberrypi][PATCH 2/2] Support for 64bits target on raspberrypi3 (patches for supporting 64bits on linux 4.7)

2016-11-20 Thread Khem Raj
this patch needs some rework. user __PRIx64__ whereveer llx and lld are used you dont need ifdefs secondly all the backports should be a separate patch. All local changes should be logically seprated individual patches. On Sun, Nov 20, 2016 at 4:46 AM, Herve Jourdain wrote: > Signed-off-by: Herve

Re: [yocto] [meta-raspberrypi][PATCH 1/2] Support for 64bits target on raspberrypi3 (generic part)

2016-11-20 Thread Khem Raj
This is ok. On Sun, Nov 20, 2016 at 4:46 AM, Herve Jourdain wrote: > Signed-off-by: Herve Jourdain > --- > classes/sdcard_image-rpi.bbclass | 2 ++ > conf/machine/include/rpi-base.inc | 21 + > recipes-bsp/bootfiles/rpi-config_git.bb| 6 + > recipes-

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi_4.7.bb: upgrade to latest good version

2016-11-20 Thread Khem Raj
? > Or keep only the LTS ones? Two LTS and one latest version of given time should be sufficient. I should have deleted 4.7 when 4.8 came out. > > Herve > > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: jeudi 17 novembre 2016 18:17 > To: Herve J

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-20 Thread Khem Raj
xa53hf-32 instead of > cortexa53-32 for raspberrypi3.conf). > They still depend on modifications in oe-core (heavier this time than > before), also posted to the list. > > Herve > > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: samed

Re: [yocto] [raspberrypi] raspi3 vs raspi2

2016-11-20 Thread Khem Raj
ssage- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Khem Raj > Sent: samedi 19 novembre 2016 18:30 > To: Trevor Woerner > Cc: yocto@yoctoproject.org > Subject: ***SPAM*** Re: [yocto] [raspberrypi] raspi3 vs raspi2 > > On Fri

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-19 Thread Khem Raj
Nevermind, I managed to apply it, there are some CR changes I guess which was freaking git On 11/19/16 5:03 AM, Herve Jourdain wrote: > Signed-off-by: Herve Jourdain > --- > conf/machine/raspberrypi3-64.conf | 19 +++ > conf/machine/raspberrypi3.conf| 8 ++-- > 2 files c

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-19 Thread Khem Raj
This patch is not applying cleanly. Can you resend git format-patch with git send-email ? On 11/19/16 5:03 AM, Herve Jourdain wrote: > Signed-off-by: Herve Jourdain > --- > conf/machine/raspberrypi3-64.conf | 19 +++ > conf/machine/raspberrypi3.conf| 8 ++-- > 2 files ch

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Modify raspberrypi3.conf and add raspberrypi3-64.conf

2016-11-19 Thread Khem Raj
Thanks for this patch. It depends upon a OE-Core patch, so dont apply it yet. but I will stage it into my master and test it out. On Sat, Nov 19, 2016 at 5:03 AM, Herve Jourdain wrote: > Signed-off-by: Herve Jourdain > --- > conf/machine/raspberrypi3-64.conf | 19 +++ > conf/mac

Re: [yocto] Building core-image-base for PPC64

2016-11-19 Thread Khem Raj
On Sat, Nov 19, 2016 at 1:41 AM, George Migdos wrote: > Hello, > > I would like to build and run the core-image-base recipe for PPC64 using > Toaster on Linux Mint 18 64-bit (4.4.0-21-generic). > > When using the Morty release I do not seem to be able to find a compatible > machine, whereas when u

Re: [yocto] ***SPAM*** [raspberrypi] raspi3 vs raspi2

2016-11-19 Thread Khem Raj
Thanks Herve, Btw. can you fix your filters so it does not show SPAM in your replies ? it breaks the thread chains. On Sat, Nov 19, 2016 at 2:54 AM, Herve Jourdain wrote: > Hi, > > I'm in the process of pushing something that should hopefully do that - and > more. > I hope I can finish pushing

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