Re: [yocto] Migrate, or not Migrate, that's the question!!!

2016-02-02 Thread Diego Sueiro
Khem, On 1 February 2016 at 18:34, Khem Raj wrote: > > I think you have to think about what you are getting into. You are trying > to mix quite two different things are create third one. If I were you, I > would just > keep myself synced with upstream as much as I could, Don’t look one way, > yo

Re: [yocto] Migrate, or not Migrate, that's the question!!!

2016-02-02 Thread Diego Sueiro
On 2 February 2016 at 08:40, Diego Sueiro wrote: > Khem, > > On 1 February 2016 at 18:34, Khem Raj wrote: > >> >> I think you have to think about what you are getting into. You are trying >> to mix quite two different things are create third one. If I were you, I >> would just >> keep myself syn

Re: [yocto] network drivers are not installed when MACHINE qemux86-64

2016-02-02 Thread Nathan Sowatskey
Hi Khem Thanks for following up. I am very new to Yocto, so I am probably missing some context around your question. For example, I don’t know what the “relevant kernel modules” would be, and I don’t know where MACHINE_EXTRA_RECOMMENDS is defined. I don’t see the MACHINE_EXTRA_RECOMMENDS varia

[yocto] How to build for various boards from one yocto installation

2016-02-02 Thread Marius
I have a custom board (similar to BBB) that has no HDMI and no network as well as a standard BBB. I want to build images for each from my yocto (poky-jethro) installation. Can it be done and if so how do I go about that? Regards Marius-- ___ yocto ma

[yocto] [meta-raspberrypi][PATCH 3/3] linux-raspberrypi: use STAGING_LIBEXECDIR_NATIVE for rpi-mkimage tools

2016-02-02 Thread Maciej Borzecki
The rpi-mkimage tools are installed ${libexecdir}/rpi-mkimage within native sysroot, where ${libexecdir} resolves to /usr/libexec. This caused the build to fail due to recipe trying to access ${libdir}/mkimage. Fix the paths to use an unambiguous STAGING_LIBEXECDIR_NATIVE so that a proper location

[yocto] [meta-raspberrypi][PATCH 0/3] libexecdir fixes

2016-02-02 Thread Maciej Borzecki
A couple of fixes that resolve issues with recent change of libexecdir in OE-core. The first patch cleans up the recipe to install rpi-mkimage tools into ${libexecdir}/rpi-mkimage. This preserves the original nesting of rpi-mkimage under ${libdir}. The 2nd and 3rd patch use ${STAGING_LIBEXECDIR_N

[yocto] [meta-raspberrypi][PATCH 1/3] rpi-mkimage: install tools under {libexecdir}/rpi-mkimage

2016-02-02 Thread Maciej Borzecki
For consistency with other recipes that look for mkimage tools (u-boot-rpi, linux-raspberrypi) under ${libexecdir}/rpi-mkimage, make sure that the tools are installed at the proper location. Signed-off-by: Maciej Borzecki --- recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 4 ++-- 1 file changed, 2

[yocto] [meta-raspberrypi][PATCH 2/3] u-boot-rpi: use STAGING_LIBEXECDIR_NATIVE for rpi-mkimage tools

2016-02-02 Thread Maciej Borzecki
The rpi-mkimage tools are installed ${libexecdir}/rpi-mkimage within native sysroot, where ${libexecdir} resolves to /usr/libexec. This caused the build to fail due to recipe trying to access ${libdir}/mkimage. Fix the paths to use an unambiguous STAGING_LIBEXECDIR_NATIVE so that a proper location

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Feb. 2, 2016 8:00 AM US Pacific Time

2016-02-02 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Joshua, Belen, Sona, Richard, Ross, AR: Armin - Develop a bugzilla enhancement request to handle patches for older stable branches. Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) YP 2.1 M2 rc1 is in QA. Should be ou

Re: [yocto] Problem installing ath10k firmware

2016-02-02 Thread Fred Ollinger
http://linuxwireless.org/en/users/Drivers/ath10k/firmware/ Seems like you should get the firmware here: https://github.com/kvalo/ath10k-firmware/tree/master/ and copy it here: $ cp firmware-2.bin_10.1.467.2-1 /lib/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin Frederick ___

[yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-02-02 Thread GUEYTAT Julien
Hi, It seems that there are some stiff missing between meta-qt5 or meta-raspberrypi. When we set the option gles... to qtbase we don't get the QMAKE_LIBS_EGL set properly. We can compare a working set of variables in the qt mkspecs directory of qt. There is one dedicated file for the RaspberryPi2

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-02-02 Thread John Madieu
Because EGL properties were not defined properly, we always had the following error make: *** [egl] Error 1 | EGL disabled. | The EGL functionality test failed; EGL is required by some QPA plugins to manage cont | You might need to modify the include and libr

[yocto] [meta-raspberrypi][PATCH v3 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-02-02 Thread John Madieu
Signed-off-by: John Madieu --- conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index bea5a65..60f1bcb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,7 @@ BBFILE_PRIORITY_raspberrypi = "9" # Additional license directories.

[yocto] [meta-raspberrypi][PATCH v3 1/2] qt5: fixed raspberrypi support

2016-02-02 Thread John Madieu
Because EGL properties were not defined properly, we always had the following error make: *** [egl] Error 1 | EGL disabled. | The EGL functionality test failed; EGL is required by some QPA plugins to manage cont | You might need to modify the include and libr

[yocto] [meta-raspberrypi][PATCH v3 2/2] layer.conf: avoid to force users to add the qt5 layer because of qtbase bbappend

2016-02-02 Thread John Madieu
Signed-off-by: John Madieu --- conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index bea5a65..60f1bcb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,3 +12,7 @@ BBFILE_PRIORITY_raspberrypi = "9" # Additional license directories.

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Feb. 2, 2016 8:00 AM US Pacific Time

2016-02-02 Thread akuster
On 02/02/2016 08:19 AM, Jolley, Stephen K wrote: > Attendees: Armin, Stephen, Joshua, Belen, Sona, Richard, Ross, > > > > AR: Armin - Develop a bugzilla enhancement request to handle patches for > older stable branches. bug is 9037 - armin > > > > Agenda: > > > > * Opens collection -

Re: [yocto] Problem installing ath10k firmware

2016-02-02 Thread Todd Efflam
> Seems like you should get the firmware here: > > https://github.com/kvalo/ath10k-firmware/tree/master/ > > and copy it here: > > $ cp firmware-2.bin_10.1.467.2-1 > /lib/firmware/ath10k/QCA988X/hw2.0/firmware-2.bin Thanks Fred, we actually tried this but it still fails. It seems like the two o

Re: [yocto] [raspberrypi2] do_rootfs() failure at the end of qt5-image-demo recipe

2016-02-02 Thread Khem Raj
> On Feb 1, 2016, at 10:53 PM, Karim ATIKI wrote: > > Hello, > > I'm experiencing issue while building qt-image-demo (jethro) for raspberrypi2. > At the very end of the build: do_rootfs failure. > > Collected errors: > * satisfy_dependencies_for: Cannot satisfy the following dependencies for

[yocto] [meta-raspberrypi] errors when I "bitbake" an image for my rpi2 B+ board

2016-02-02 Thread 张健
[meta-raspberrypi] Hi,every one. I'm trying to use meta-raspberrypi layer to build an image for my raspberrypi2 B+ board. After I download poky,I git clone meta-raspberrypi layer as follows: "git clone git://git.yoctoproject.org/meta-raspberrypi" Then I totally follow the README in the meta-

Re: [yocto] [meta-raspberrypi] errors when I "bitbake" an image for my rpi2 B+ board

2016-02-02 Thread SIVA SUBRAMANIAN.P
Hi Jack, How about wget or curl of those urls, are you able to reach it? Also, see if explorer redirects this to https or other protocol? Regards, Sivasubramanian On Wed, Feb 3, 2016 at 8:11 AM, 张健 wrote: > [meta-raspberrypi] > Hi,every one. > I'm trying to use meta-raspberrypi layer to build a

Re: [yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-02-02 Thread Khem Raj
> On Feb 2, 2016, at 8:50 AM, GUEYTAT Julien > wrote: > > Hi, > > It seems that there are some stiff missing between meta-qt5 or > meta-raspberrypi. > When we set the option gles… to qtbase we don’t get the QMAKE_LIBS_EGL set > properly. > We can compare a working set of variables in the qt

Re: [yocto] [meta-raspberrypi] errors when I "bitbake" an image formy rpi2 B+ board

2016-02-02 Thread 张健
Hi, Sivasubramanian: Yes, I am able to reach it by using my firefox browser to reach it, It works. And that's the most werid thing. I'v asked this question on the '#yocto' IRC channel after I sent the first mail. Someone in the channel told me to use the command: " bitbake kconfig-frontends-nat

Re: [yocto] [meta-qt5][meta-raspberrypi]: QMAKE_LIBS_EGL not properly set

2016-02-02 Thread Yannick Kiekens
Have a look at this git repo: https://github.com/YannickKiekens/meta-qt5-pi I have build a qt5 eglfs with raspberry pi2 backend on master branch yesterday evening On Wed, Feb 3, 2016 at 7:08 AM, Khem Raj wrote: > > On Feb 2, 2016, at 8:50 AM, GUEYTAT Julien > wrote: > > Hi, > > It seems that t