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

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

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

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 <and...@gherzan.ro> wrote: > On Fri, Jan 20, 2017 at 6:49 AM, Khem Raj <raj.k...@gmail.com> wrote: >> 4.8 will build until rpi kernel folks rebase the branch :( moving >> forward, we should only keep stable bran

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,

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

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

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 <and...@gherzan.ro> wrote: > On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj <raj.k...@gmail.com> wrote: >> Signed-off-by: Khem Raj <raj.k...@gmail.com> >> --- >> recipes-kernel/linux/linux-raspberrypi_4.8.bb |

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

[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 <raj.k...@gmail.com> --- 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

[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 <raj.k...@gmail.com> --- 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

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

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

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

2017-01-11 Thread Khem Raj
using Yocto build system ? > > Is there any doc link ? > > > > K. > > > > De : Khem Raj <raj.k...@gmail.com> > Envoyé : mardi 10 janvier 2017 20:39 > À : Karim ATIKI; yocto > Objet : Re: [yocto] [bitbake] OECOR

Re: [yocto] Failure Inheriting rpm_sign

2017-01-11 Thread Khem Raj
On Wed, Jan 11, 2017 at 4:33 AM, Chris Trobridge <christrobri...@hotmail.com> wrote: > On Mon, 2017-01-09 at 10:47 -0800, Khem Raj wrote: >> On Fri, Jan 6, 2017 at 3:52 AM, Chris Trobridge >> <christrobri...@hotmail.com> wrote: >> > I am getting "Except

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

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 <jose.a.lam...@linux.intel.com> wrote: > > > On 01/09/2017 02:30 PM, Khem Raj wrote: >> On Mon, Jan 9, 2017 at 12:21 PM, Jose

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 <jose.a.lam...@linux.intel.com> wrote: > > > On 01/09/2017 12:44 PM, Khem Raj wrote: >> On Fri, Jan 6, 2017 at 6:50 AM, Jose Lamego >> <jose.a.lam...@linux.intel.com> wrote: >>> From: Jose Lamego <jose.a.lam

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

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

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

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

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 <and...@gherzan.ro> 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 d

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ł > <mateusz.or...@3cityelectronics.com> 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, Ma

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

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 >

[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 <raj.k...@gmail.com> --- .../gstreamer/gstreamer1.0-omx%.bbappend | 9 ++ ...o-acquire-buffer-when-src-pad

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

2016-12-21 Thread Khem Raj
tart some app and 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 <raj.k...@gmail.com> wrote: >> Perhaps by adding -DENABLE_OPENCL=OFF to the EXTRA_OECONF >> >> On W

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ł <mateusz.or...@3cityelectronics.com> 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ł >

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

2016-12-21 Thread Khem Raj
/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 >> >> >> I built webkit for rpi3 just fine (yest

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

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

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

[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 <raj.k...@gmail.com> --- 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

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

2016-12-14 Thread Khem Raj
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- 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/r

[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 <raj.k...@gmail.com> --- ...-applications-to-set-next-resource-handle.patch | 6 +- ...ayland-Add-support-for-the-Wayland-winsys.patch | 36 .../0003-wayland-Add-Wayland-example.patch

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

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()

Re: [yocto] Can't enable reverse debugging

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

Re: [yocto] Can't enable reverse debugging

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

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

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

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

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

2016-12-11 Thread Khem Raj
dded/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,

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

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

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

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

2016-12-05 Thread Khem Raj
> On Dec 5, 2016, at 1:46 PM, Mirza Krak <mirza.k...@gmail.com> wrote: > > 2016-12-05 19:37 GMT+01:00 Khem Raj <raj.k...@gmail.com>: >> On Mon, Dec 5, 2016 at 7:26 AM, Mirza Krak <mirza.k...@gmail.com> wrote: >>> Hi. >>> >>> I ha

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

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

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

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

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

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

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 >

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

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 <twoer...@gmail.com> 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-raspbe

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 >

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

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

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 >

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

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

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

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

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_VERSI

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
re an advantage of having crc 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 &g

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

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

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: Herv

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

2016-11-20 Thread Khem Raj
ightly modified version (cortexa53hf-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...@gma

Re: [yocto] [raspberrypi] raspi3 vs raspi2

2016-11-20 Thread Khem Raj
gt; > -Original Message- > 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 <twoer...@gmail.com> > Cc: yocto@yoctoproject.org > Subject: ***SPAM*** Re: [yocto] [ras

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

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

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

Re: [yocto] [raspberrypi] raspi3 vs raspi2

2016-11-19 Thread Khem Raj
On Fri, Nov 18, 2016 at 1:20 PM, Trevor Woerner wrote: > Hi, > > I was wondering if there were any plans to create a MACHINE=raspberrypi3 that > treats the raspi3 like the CortexA53 that it is instead of generating images > that are backwards compatible with the CortexA7 that

Re: [yocto] undefined references to `__dso_handle'

2016-11-17 Thread Khem Raj
On 11/16/16 2:05 AM, Elazar Leibovich wrote: > Hi, > > I followed the quickstart tutorial, branch morty, to create the most basic > image on local QEMU, and I got compilation errors for __dso_handle missing. > I'm using ubuntu 16. > Here is an example output: > ++ -nostdlib++ -fPIC -DPIC

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

2016-11-17 Thread Khem Raj
On 11/17/16 5:13 AM, Herve Jourdain wrote: > Signed-off-by: Herve Jourdain > --- > recipes-kernel/linux/linux-raspberrypi_4.7.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.7.bb >

Re: [yocto] Kernel too old?

2016-11-16 Thread Khem Raj
On 11/16/16 4:08 AM, Gary Thomas wrote: > On 2016-11-16 12:55, Jussi Kukkonen wrote: >> On 16 November 2016 at 13:29, Gary Thomas > > wrote: >> >> I'm trying to run some user code on a [closed] box that it's >> difficult (maybe impossible) to

Re: [yocto] mklibs in USER_CLASSES (Khem Raj) (Khem Raj)

2016-11-16 Thread Khem Raj
On 11/16/16 4:07 AM, 신택현 (Taek Hyun Shin) wrote: > Hi Khem Raj > > > Thank you for your answer > > > I did add to the patch your recommend. > > But, the error is occurred as follow: I guess you have to dig deep and see what might be going on > > >

Re: [yocto] New error

2016-11-16 Thread Khem Raj
On 11/16/16 2:57 AM, Gary Thomas wrote: > On 2016-11-16 07:47, Khem Raj wrote: >> Can you test out this patch for OE-Core >> >> https://github.com/kraj/openembedded-core/commit/b2d345d0217db0c2dda3b9b40824829116599568 >> >> > > Yes, this removes all the er

Re: [yocto] [PATCH] rmc: Fix include path and type definitions

2016-11-15 Thread Khem Raj
On 11/15/16 8:56 PM, Jianxun Zhang wrote: > Add detection of current path for -I option, also update > type definitions for EFI compiling. > > Signed-off-by: Jianxun Zhang > --- > Makefile| 4 +++- > Makefile.efi| 4 +++- > inc/rmc_types.h | 9

Re: [yocto] New error

2016-11-15 Thread Khem Raj
Can you test out this patch for OE-Core https://github.com/kraj/openembedded-core/commit/b2d345d0217db0c2dda3b9b40824829116599568 On 11/15/16 4:41 AM, Gary Thomas wrote: > I just ran a new build for one of my PowerPC targets and I'm getting errors > like these: > > ERROR: openssh-7.3p1-r0

Re: [yocto] mklibs in USER_CLASSES (Khem Raj)

2016-11-15 Thread Khem Raj
t; To subscribe or unsubscribe via the World Wide Web, visit > https://lists.yoctoproject.org/listinfo/yocto > or, via email, send a message with subject or body 'help' to > yocto-requ...@yoctoproject.org > > You can reach the person managing the list at > yocto-ow...@yoctoproject.org >

Re: [yocto] [meta-raspberrypi][PATCH] linux-firmware_git.bbappend: Delete

2016-11-14 Thread Khem Raj
NE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430" > > from the file `meta-raspberrypi/conf/machine/raspberrypi3.conf` > > > Any idea why it is not building for me? > > BR, > > Piotr > > > On 03.11.2016 23:26, Khem Raj wrote: >> >> OE-core alread

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-12 Thread Khem Raj
On 11/12/16 4:23 AM, Andrei Gherzan wrote: > On Tue, Nov 08, 2016 at 06:46:45AM -0800, Khem Raj wrote: >> On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan <and...@gherzan.ro> wrote: >>> On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote: >>>> On 20

Re: [yocto] mklibs in USER_CLASSES

2016-11-11 Thread Khem Raj
On 11/11/16 1:22 AM, 신택현 (Taek Hyun Shin) wrote: > Hi, > > Somebody help met plz. > > > I'm using Yocto Project 2.0 > > I want to reduce my rootfs due to fast execute binaries. > > So, I did apply mklibs using USE_CLASSES if you use prelink as well then make sure mklibs appear before

Re: [yocto] error: package X is already installed

2016-11-09 Thread Khem Raj
On 11/9/16 4:57 AM, Yannick Kiekens wrote: > Hi all, > > I am porting several projects from Jethro to Morty. > Some of those projects give several hundreds of "error: package X is already > installed" during do_populate_sdk stage in Morty. > These projects compiled fine in Jethro. > > What

Re: [yocto] Postinsts question

2016-11-08 Thread Khem Raj
On 11/8/16 3:23 PM, Vuille, Martin (Martin) wrote: > We are running with our rootfs mounted read-only. > > Consequently, any postinsts that get deferred to first boot fail. > > > > Is there a way to fail the build for any postinsts that can’t > > be performed during the build and have to

Re: [yocto] FW: cmake version 3.0.0 or greater

2016-11-08 Thread Khem Raj
On 11/8/16 4:43 AM, Dinh Nguyen (dinhn) wrote: > >>> This tells me that you didn't upgrade cmake-native to 3.x. > > Right, and I am trying to upgrade to 3x version. Would you please tell me > which cmake patch or recipe that I can use to upgrade to 3.x version for > Dizzy? > Keep in mind

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-08 Thread Khem Raj
On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote: >> On 2016-11-08 12:16, Andrei Gherzan wrote: >> > On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.k...@gmail.com> wrote: >&g

Re: [yocto] UTF-89 support

2016-11-07 Thread Khem Raj
On Mon, Nov 7, 2016 at 11:48 AM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Mon, 07 Nov 2016 09:24:18 Khem Raj wrote: >> On 11/7/16 3:48 AM, Keskinarkaus, Teemu wrote: >> > Hi, >> > >> > >> > >> > I tried googling this

Re: [yocto] Supported "init" types

2016-11-07 Thread Khem Raj
On 11/7/16 9:27 AM, Vuille, Martin (Martin) wrote: > I see that “sysvinit” and “systemd” style init is supported. > > > > Is there support for BSD-style init, or some other minimal init? > > there is busybox/mdev init option in OE-core if you are looking for a minimal init and not

Re: [yocto] UTF-89 support

2016-11-07 Thread Khem Raj
On 11/7/16 3:48 AM, Keskinarkaus, Teemu wrote: > Hi, > > > > I tried googling this and reading the manual, but I guess this is too trivial > or I’m doing something wrong. > > > > I’m trying to get UTF-8 support to my image. UTF-8 locale more specific. If I > run locale –a command I get

Re: [yocto] How to build a recipe having two versions

2016-11-06 Thread Khem Raj
On 11/6/16 9:53 PM, Bipnesh, Abhinav (Abhinav) wrote: > Hi, > > > > I was looking into a way to build an recipe which has two version files. For > the xerces-c we have two version of files. Below is the list of the same > > ./customlayer/xerces-c/xerces-c_2.8.0.bb > >

Re: [yocto] [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs

2016-11-06 Thread Khem Raj
On 11/6/16 2:14 AM, Paul Barker wrote: > On Sun, 6 Nov 2016 00:25:14 -0700 > Khem Raj <raj.k...@gmail.com> wrote: > >> This is a binary repo and its quite large in size >> we do not need the whole history of this repo since >> most of stuff needed is binarie

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""

2016-11-06 Thread Khem Raj
On 11/6/16 2:57 AM, Andrei Gherzan wrote: > On 6 Nov 2016 09:34, "Khem Raj" <raj.k...@gmail.com > <mailto:raj.k...@gmail.com>> wrote: >> >> ASNEEDED does not work with userland libraries as >> noted in see >> https://lists.yoctoproject.o

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