[yocto] [meta-raspberrypi][PATCH 00/01] Fix bundling initramfs to kernel

2016-07-20 Thread piotr.lewicki
Fixes error: | /home/piotr.lewicki/yocto-raspberry/2016-07-18/build/tmp/work/raspberrypi3-poky-linux-gnueabi/linux-raspberrypi/1_4.4.13+gitAUTOINC+680be5e27a-r0/temp/run.do_bundle_initramfs.19144: 152: /home/piotr.lewicki/yocto-raspberry/2016-07-18/build/tmp/work/raspberrypi3-poky-linux-gnueabi

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: remove unbuildable task

2016-07-20 Thread piotr.lewicki
Signed-off-by: piotr.lewicki --- recipes-kernel/linux/linux-raspberrypi.inc | 13 - 1 file changed, 13 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index 6184402..98229d9 100644 --- a/recipes-kernel/linux/linux-ras

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: remove unbuildable task

2016-07-20 Thread piotr.lewicki
After removing rpi-mkimage we don't have the tool mkknlimg and task do_bundle_initramfs fails with the error: | /home/piotr.lewicki/yocto-raspberry/2016-07-18/build/tmp/work/raspberrypi3-poky-linux-gnueabi/linux-raspberrypi/1_4.4.13+gitAUTOINC+680be5e27a-r0/temp/run.do_bundle_initramfs.19144:

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: remove unbuildable task

2016-07-20 Thread piotr.lewicki
Resending with fixed Subject. This patch removes append from do_bundle_initramfs task in linux-raspberrypi which made building kernel fail with error: | /home/piotr.lewicki/yocto-raspberry/2016-07-18/build/tmp/work/raspberrypi3-poky-linux-gnueabi/linux-raspberrypi/1_4.4.13+gitAUTOINC+680be5e27a-

[yocto] [meta-raspberrypi] problem with building gstreamer1.0-omx

2016-07-20 Thread piotr.lewicki
Hi, After recent update of meta-raspberrypi I have a problem with building gstreamer1.0-omx package. I have one strange warning and one error due to missing gstglmemoryegl.h file (marked with pluses below): | In file included from ../../gst-omx-1.2.0/omx/gstomx.h:48:0, | fr

Re: [yocto] customizing system configuration files in my image

2016-07-20 Thread Jörg Wittenberger
Hi all, yet another newbie here stumbling around... I'm not trying to find "any way" to do what I need. I'm trying to learn how these thing sould be done in yocto. Looks to mea s if I'm missing something basic. Zhenhua Lu wrote: > Usually I do it by adding bbappend of corresponding packages

Re: [yocto] customizing system configuration files in my image

2016-07-20 Thread piotr.lewicki
It's always helpful to first check here: http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html and here: https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html But find an answer attached.. On 20.07.2016 13:41, Jörg Wittenberger wrote: Hi all, yet an

Re: [yocto] ***SPAM*** Re: [meta-raspberrypi][PATCH v5 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
Hi François, Sorry for the late response, I’ve been busy on other things recently. Actually, it’s not a typo, it’s just that we’re using the “overlays” variable for storing 2 things, depending on the value of the parameter “out” of the split_overlays() function: 1. either all the overlay

[yocto] custom internal toolchain/glibc

2016-07-20 Thread Robert Berger
Hi, I was wondering what's the process if someone wanted to use, say Jethro or Krogoth, but with different/custom versions of gcc, binutils, glibc e.g. to cook some syscalls and to compile ancient Linux kernels. I came across tcmode-default.inc[1] where such things are defined: GCCVERSION ?= "6.

Re: [yocto] [meta-raspberrypi] problem with building gstreamer1.0-omx

2016-07-20 Thread Herve Jourdain
Hi, I have the exact same problem... I believe the patch that Khem has sent depends on another patch in gstreamer, that wasn't sent... I'll send a patch soon to fix that "locally" (with a .bbappend to gstreamer in meta-raspberrypi), though it should end up ultimately in oe, once properly tested on

[yocto] [meta-raspberrypi][PATCH 0/1] Patch for implementing GstGlMemoryEGL for gstreamer 1.8.2

2016-07-20 Thread Herve Jourdain
Commit 2745399f75d7564fcc586d0365ff73be47849d0e breaks compilation of gstreamer1.0-omx on raspberrypi. This is because it relies on a patch to gstreamer 1.8.2, that seems was not added/sent. This patch adds the missing patch, but in meta-raspberrypi instead of oe, to fix the issue where it happe

[yocto] [meta-raspberrypi][PATCH 1/1] Patch for implementing GstGlMemoryEGL for gstreamer 1.8.2

2016-07-20 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- .../0001-gl-implement-GstGlMemoryEGL.patch | 494 + .../gstreamer1.0-plugins-bad_1.8.2.bbappend| 6 + 2 files changed, 500 insertions(+) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.8.2/0001-gl

Re: [yocto] custom internal toolchain/glibc

2016-07-20 Thread Burton, Ross
On 20 July 2016 at 18:30, Robert Berger wrote: > I was wondering what's the process if someone wanted to use, say Jethro > or Krogoth, but with different/custom versions of gcc, binutils, glibc > e.g. to cook some syscalls and to compile ancient Linux kernels. > > I came across tcmode-default.inc

Re: [yocto] custom internal toolchain/glibc

2016-07-20 Thread Khem Raj
> On Jul 20, 2016, at 11:31 AM, Burton, Ross wrote: > > > On 20 July 2016 at 18:30, Robert Berger > wrote: > I was wondering what's the process if someone wanted to use, say Jethro > or Krogoth, but with different/custom versions of gcc, binutils, glib

[yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-20 Thread Jacob Kroon
Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" target using nativesdk-ncurses from the SDK. Looking at http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-4.4/commit/scripts/kconfig/lxdialog/check-lxdialog.sh?h=standard/beaglebone&id=badf6fedf455958fe0ff3c060c8e39

[yocto] [meta-raspberrypi][PATCH v6 0/4] Support for .dtbo files for dtb overlays, required by kernels 4.4.6+

2016-07-20 Thread Herve Jourdain
v6: rebased v5: modifications after more review * Added an Upstream-Status to the kernel patch * Only one instance of KERNEL_DEVICETREE defined (with the new .dtbo syntax) * Modification of the KERNEL_DEVICETREE is done in linux-raspberry-base.bbclass, based on the kernel version v4: rebased Fo

[yocto] [meta-raspberrypi][PATCH v6 1/4] linux-raspberrypi_4.4.bb: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Patch the kernel, which has faulty rules to generate .dtbo the way yocto does Signed-off-by: Herve Jourdain --- .../0001-fix-dtbo-rules.patch | 44 ++ recipes-kernel/linux/lin

[yocto] [meta-raspberrypi][PATCH v6 2/4] rpi-base.inc: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for .dtbo variant of overlays for the default KERNEL_DEVICETREE variable (the list will be turned into "-overlay.dtb" by linux-raspberry-base.bbclass, if needed, depending on the kernel version) Signed-of

[yocto] [meta-raspberrypi][PATCH v6 3/4] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for both variants of overlays ("-overlay.dtb" and ".dtbo") Change which variant needs to be supported based on the kernel version CAUTION: when called from IMAGE_CMD_rpi-sdimg, 'TMPDIR' is not set, causing

[yocto] [meta-raspberrypi][PATCH v6 4/4] sdcard_image-rpi.bbclass: support for .dtbo files for dtb overlays

2016-07-20 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for both extensions for overlays (".dtb" and ".dtbo") CAUTION: in IMAGE_CMD_rpi-sdimg, 'TMPDIR' is not set, causing 'STAGING_KERNEL_BUILDDIR' to not be expanded, causing get_dts() to not being able to get

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-20 Thread Bruce Ashfield
On 2016-07-20 4:19 PM, Jacob Kroon wrote: Hi, I'm trying to get the SDK to be able to run the kernel's "make menuconfig" target using nativesdk-ncurses from the SDK. Looking at http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-4.4/commit/scripts/kconfig/lxdialog/check-lxdialog.sh?h=standard/

Re: [yocto] kernel menuconfig/ncurses patch in linux-yocto

2016-07-20 Thread Jacob Kroon
On Thu, Jul 21, 2016 at 5:22 AM, Bruce Ashfield wrote: > On 2016-07-20 4:19 PM, Jacob Kroon wrote: >> >> Hi, >> I'm trying to get the SDK to be able to run the kernel's "make >> menuconfig" target >> using nativesdk-ncurses from the SDK. Looking at >> >> >> http://git.yoctoproject.org/cgit/cgit.cg