[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPi

2016-11-02 Thread Khem Raj
Enable dispmanx support if using bcm driver Signed-off-by: Khem Raj --- .../gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multi

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi_4.8.bb: Upgrade to 4.8.6

2016-11-02 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 528cfef..4664249 100644 --- a/recipes-kernel/linux

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-02 Thread Khem Raj
> On Nov 2, 2016, at 12:46 AM, Paul Barker wrote: > > On Wed, 2 Nov 2016 00:49:11 +1100 > Jonathan Liu wrote: > >> device_tree_address=0x100 is set in config.txt so the firmware will >> load a patched device tree blob to 0x100 before passing control to >> U-Boot. The U-Boot script will then r

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi: remove not needed bundle_initramfs_append()

2016-11-02 Thread Khem Raj
> On Nov 2, 2016, at 2:52 AM, piotr.lewicki wrote: > > --- > 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 10064

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Fix appending to RDEPENDS

2016-11-02 Thread Khem Raj
> On Nov 2, 2016, at 1:28 AM, Paul Barker wrote: > > On Wed, 2 Nov 2016 00:46:47 +1100 > Jonathan Liu wrote: > >> The += operator should not be used in combination with overrides as it >> will clear any existing values in the variable. >> >> Example: >> FOO = "bar" >> FOO_rpi += "baz" >> >>

Re: [yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-02 Thread Khem Raj
Do you see an image with .rpi-sdimg in deploy/images/raspberrypi3 % ls *.rpi-sdimg rpi-hwup-image-raspberrypi3-20161103050832.rootfs.rpi-sdimg rpi-hwup-image-raspberrypi3.rpi-sdimg@ Thats the one you should be able to dd > On Nov 2, 2016, at 6:10 AM, Thomas A. F. Thorne MEng AUS MIET > wrote:

[yocto] How do I used Yocto to build an sdcard image for my Raspberry Pi 3 Model B?

2016-11-02 Thread Thomas A. F. Thorne MEng AUS MIET
I was starting to look at using Yocto as a system for building software images for the Raspberry Pi 3 Model B that I have. I wanted to try using Yocto as there are some projects at my office that may begin using it in the future. One of the nice points is that all th

Re: [yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration

2016-11-02 Thread Khem Raj
Can you test this patch here https://github.com/kraj/meta-raspberrypi/commit/73be88cec27bb3b9d52d7782bd82c60395626abd.patch and let me know if it fixes your issue ? On Tue, Nov 1, 2016 at 11:51 AM, Karim ATIKI wrote: > Hi Paul, > > > Thanks for your feedback. > > Unfortunately I was suspectin

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Trevor Woerner
On 11/01/2016 11:27 AM, Burton, Ross wrote: Scott, can you update the list at http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#detailed-supported-distros so that it reflects the list in the code: SANITY_TESTED_DISTROS ?= " \ poky-1.8 \n \ poky-2.0 \n \

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Joshua Lock
On Wed, 2016-11-02 at 17:41 +0100, Bas Mevissen wrote: > On 02/11/16 11:05, Joshua Lock wrote: > > > > > Can someone with a CentOS 7 box pastebin their /etc/lsb-release, > > /etc/redhat-release and /etc/os-release? > > > > /etc/lsb-release not available > > > At launch (1406): > > /etc/redha

Re: [yocto] how to copy a tar file to Root file system

2016-11-02 Thread Swapna.Gurumani
Thank you to Paul Eggleton, Daniel and Ross Burton. I was able to solve by miseries by adding the following line to my miseries: FILES_${PN}-staticdev = "/opt/crank/linux-sama5d-armle-fbdev-obj/lib/*.a" Ref: http://stackoverflow.com/questions/28792597/how-to-add-a-new-library-using-yocto Regards

Re: [yocto] how to copy a tar file to Root file system

2016-11-02 Thread Swapna.Gurumani
> > Also if I look into the > /home/swapna/workspace/work/yocto/poky/build-atmel/tmp/work/cortexa5hf > -neon- > poky-linux-gnueabi/crank/1.0-r2 It is empty. There's something strange going on here, because the path you have just given is ${WORKDIR} - and that shouldn't be able to be empty at thi

Re: [yocto] how to copy a tar file to Root file system

2016-11-02 Thread Burton, Ross
On 2 November 2016 at 20:00, wrote: > Thank you so much for your help. My .bb file now looks like as attached. > Did your tar file have .a and .so?? I am getting errors because of them. > Can I force the do_package_qa to skip? > > You might find this document useful: https://wiki.yoctoproject.org

Re: [yocto] how to copy a tar file to Root file system

2016-11-02 Thread Swapna.Gurumani
Hi Danile, Thank you so much for your help. My .bb file now looks like as attached. Did your tar file have .a and .so?? I am getting errors because of them. Can I force the do_package_qa to skip? Thanks, Regards Swapna From: Daniel. [mailto:danielhi...@gmail.com] Sent: Tuesday, November 01, 2016

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Bas Mevissen
On 02/11/16 11:05, Joshua Lock wrote: Can someone with a CentOS 7 box pastebin their /etc/lsb-release, /etc/redhat-release and /etc/os-release? /etc/lsb-release not available At launch (1406): /etc/redhat-release (link to /etc/centos-release): CentOS Linux release 7.2.1406 (Core) /etc/os-

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Burton, Ross
On 2 November 2016 at 14:21, Daniel. wrote: > I'm planning to move to ubuntu 16.04 as I have in home, since I'm > something like tired of reading the words "not supported" .. but I have a > lot of work to do before I can format my machine there... So, it will be > arch :) > Ubuntu 16.04 is suppo

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Daniel.
2016-11-01 21:35 GMT-02:00 Khem Raj : > > On Nov 1, 2016, at 4:22 PM, Burton, Ross wrote: > > > On 1 November 2016 at 22:20, Daniel. wrote: > >> Just as a note, I've been using archlinux for about a year and have never >> faced "distro related problems", except when the gcc6 comes out. Anyway I'

Re: [yocto] [sstate-cache] using sstate-cache in parallel builds

2016-11-02 Thread Burton, Ross
On 2 November 2016 at 13:36, Chris Z. wrote: > Is it secure to use in parallel sstate-cache for building images for > different target machines ? > Short answer: yes. The hashes will be different so there's no risk of conflicting files for the target, so it's only native recipes that may confli

[yocto] First release meta-arduino layer for the Arduino Yún

2016-11-02 Thread Beth 'pidge' Flanagan
Hi all, A few weeks ago at ELCE, Paul Barker and I decided to create a layer for the Arduino Yún. We are now releasing the 0.1 version for Morty to the wider community. Patches welcome of course. -b Hello, We are pleased to announce the 0.1 release of our meta-arduino layer for the Yo

Re: [yocto] LXC container: opkg_install_cmd: Cannot install package cmocka

2016-11-02 Thread Dinh Nguyen (dinhn)
Thanks — Got it. —Dinh From: dinhn mailto:di...@cisco.com>> Date: Wednesday, November 2, 2016 at 6:20 AM To: "yocto@yoctoproject.org" mailto:yocto@yoctoproject.org>> Cc: dinhn mailto:di...@cisco.com>> Subject: LXC container: opkg_install_cmd: Cannot install package

[yocto] [sstate-cache] using sstate-cache in parallel builds

2016-11-02 Thread Chris Z.
Hi, Is it secure to use in parallel sstate-cache for building images for different target machines ? Br, Chris Z. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] LXC container: opkg_install_cmd: Cannot install package cmocka

2016-11-02 Thread Dinh Nguyen (dinhn)
Folks, I am trying to bring the cmocka recipe our IOX SDK Yocto. Cmocka is a fork for Googles cmockery unit testing framework to fix bugs. I am able to compile and build IPK packages for cmocka without any issue. But during creating the LXC container which including the cmocka, opkg_install_c

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-11-02 Thread Karim ATIKI
Hi Ionel, I filed a bug-report for this concern. Thanks for your feedback, I'll try it this afternoon.. Karim. De : Ionel Badisor Envoyé : mercredi 2 novembre 2016 12:03 À : Karim ATIKI; Paul Barker Cc : yocto Objet : Re: [yocto] [raspberrypi3][meta-qt5] Fai

Re: [yocto] [raspberrypi3][meta-qt5] Failed to build meta-toolchain-qt5

2016-11-02 Thread Ionel Badisor
On 10/22/2016 07:21 PM, Karim ATIKI wrote: Hi Paul, the compile log file is attached with this mail. *De :* Paul Barker *Envoyé :* samedi 22 octobre 2016 17:26 *À :* Karim ATIKI *Cc :* yocto *Objet :* Re: [yocto] [ras

[yocto] How to create an user bsp based on a other meta bsp layer?

2016-11-02 Thread S . Jaritz
Hej I want to create an own meta-bsp package for my custom mainboard based on an ATMEL SAMA5D35 SoC. For that I checked the documentation http://www.yoctoproject.org/docs/2.2/bsp-guide/bsp-guide.html#using-the-yocto-projects-bsp-tools . For me it is not clear how to create a bsp package based o

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Joshua Lock
On Tue, 2016-11-01 at 17:11 +, Burton, Ross wrote: > > > > On 1 November 2016 at 17:05, Bas Mevissen wrote: > > What are the criteria to call a distro supported? > > > > > > The short version is that it's a distro that doesn't change too much, is still supported, and we have builders on aut

[yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi: remove not needed bundle_initramfs_append()

2016-11-02 Thread 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-raspberrypi.inc +++ b/recipes-ker

[yocto] [meta-raspberrypi][PATCH 0/1] linux-raspberrypi: remove not needed bundle_initramfs_append()

2016-11-02 Thread piotr.lewicki
This append is not needed anymore and it breaks the build for the people that use initramfs, because the path to mkknlimg is wrong. Resending again because it did not make into the master. piotr.lewicki (1): linux-raspberrypi: remove not needed bundle_initramfs_append() recipes-kernel/linux/

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Fix appending to RDEPENDS

2016-11-02 Thread Paul Barker
On Wed, 2 Nov 2016 00:46:47 +1100 Jonathan Liu wrote: > The += operator should not be used in combination with overrides as it > will clear any existing values in the variable. > > Example: > FOO = "bar" > FOO_rpi += "baz" > > The above example would result in FOO being equal to " baz" instead

Re: [yocto] [meta-raspberrypi][PATCH] u-boot: Simplify boot script

2016-11-02 Thread Paul Barker
On Wed, 2 Nov 2016 00:49:11 +1100 Jonathan Liu wrote: > device_tree_address=0x100 is set in config.txt so the firmware will > load a patched device tree blob to 0x100 before passing control to > U-Boot. The U-Boot script will then read the command line arguments > generated by the firmware from