Re: [yocto] Confused with adding drivers to kernel via bitbake -c menuconfig

2015-02-06 Thread Kevyn-Alexandre Paré
Hi Alvin, On Thu, Feb 5, 2015 at 11:53 PM, Alvin D.M. DIZON adm.di...@pciltd.com.sg wrote: I tried cat tmp/work/PATH/linux-imx/VERSION/build/.config | grep CONFIG_BT but there was no build folder inside linux-imx/VERSION, right after the version folder there is only bt.cfg, which is my

Re: [yocto] replace etc/network/interfaces with symbolic link

2015-02-06 Thread Bryan Evenson
Aurele, One possible issue is ${sysconfdir}/network/interfaces is listed in the CONFFILES in the original recipe. It may still be installing this file because it is listed under CONFFILES. Try adding: CONFFILES_${PN} = To your bbappend. Regards, Bryan -Original Message- From:

Re: [yocto] Confused with adding drivers to kernel via bitbake -c menuconfig

2015-02-06 Thread Kevyn-Alexandre Paré
Alvin,, On Thu, Feb 5, 2015 at 8:35 PM, Alvin D.M. DIZON adm.di...@pciltd.com.sg wrote: Hello Kevyn, Thanks for your help. Do I still have to run bitbake -c cleansstate after creating the configuration fragment? Or do I go straight to bitbake linux-imx or bitbake fsl-image-x11? Look into

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-06 Thread Otavio Salvador
On Fri, Feb 6, 2015 at 3:32 AM, Qiang Yu yuq...@gmail.com wrote: ... Another question, from the wiki I saw quit some work on the QT5 build path. Now that QT5 is enhancing its cross-compile support, will meta-qt5 switch to the native, less-patch and clean method? ... If you take a look on the

[yocto] replace etc/network/interfaces with symbolic link

2015-02-06 Thread Aurele Traynard
Hi, I'm trying to find a clean way to replace /etc/network/interfaces with a symbolic link. (it comes with init-ifupdown recipe) I tried with a bbappend but nothing appear in final filesystem and /etc/network/interfaces still exists... I'm sure the following code is completely wrong, but I

[yocto] [meta-raspberrypi][PATCH 3/5] rpi-gpio: Update to v0.5.9

2015-02-06 Thread Andrei Gherzan
Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-devtools/python/rpi-gpio_0.5.6.bb | 19 --- recipes-devtools/python/rpi-gpio_0.5.9.bb | 19 +++ 2 files changed, 19 insertions(+), 19 deletions(-)

[yocto] [meta-raspberrypi][PATCH 4/5] bcm2835: Update to v1.38

2015-02-06 Thread Andrei Gherzan
Change-Id: Iebac94415602454dd4e2808c8e02d0083f804029 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-bcm/bcm2835/bcm2835_1.36.bb | 40 - recipes-bcm/bcm2835/bcm2835_1.38.bb | 40 + 2 files changed, 40

Re: [yocto] http://adtrepo.yoctoproject.org Not Found

2015-02-06 Thread Michael Halstead
Just an update. This was also posted to the yocto-infrastructure list and handled there. ADT repos are all online again. Michael Halstead Yocto Project / SysAdmin On 02/03/2015 05:15 AM, Gabo wrote: Hallo, it seems the server http://adtrepo.yoctoproject.org does not respond correcty (Page

Re: [yocto] [meta-selinux] Kernel bbappend missing for 3.17 ?

2015-02-06 Thread Bruce Ashfield
On 2015-02-06 7:37 AM, Timo Pulkkinen wrote: Hello, it seems that there is no bbappend -file for kernel 3.17 which causes selinux not to be enabled in the kernel. The repository contains only recipe/bbappend file for kernel 3.14 (linux-yocto_3.14.bbappend). Is this correct? If we wait a

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-06 Thread Qiang Yu
Notice in the wiki and patch using -external-hostbindir option to use host tools generated by qtbase-native. Why must do this? What if I just use tools generated by qtbase? Is it possible? For example by copying ${D}/bin files to ${STAGING_DIR_NATIVE}/usr in do_populate_sysroot? On Fri, Feb 6,

[yocto] [meta-selinux] Kernel bbappend missing for 3.17 ?

2015-02-06 Thread Timo Pulkkinen
Hello, it seems that there is no bbappend -file for kernel 3.17 which causes selinux not to be enabled in the kernel. The repository contains only recipe/bbappend file for kernel 3.14 (linux-yocto_3.14.bbappend). Is this correct? br, Timo -- ___

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-06 Thread Martin Jansa
On Fri, Feb 06, 2015 at 09:36:13PM +0800, Qiang Yu wrote: Notice in the wiki and patch using -external-hostbindir option to use host tools generated by qtbase-native. Why must do this? What if I just use tools generated by qtbase? Is it possible? For example by copying ${D}/bin files to

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-06 Thread Otavio Salvador
On Fri, Feb 6, 2015 at 11:36 AM, Qiang Yu yuq...@gmail.com wrote: Notice in the wiki and patch using -external-hostbindir option to use host tools generated by qtbase-native. Why must do this? What if I just use tools generated by qtbase? Is it possible? For example by copying ${D}/bin files

Re: [yocto] MIPS32r2 little endian bsp

2015-02-06 Thread Mark Hatle
On 2/5/15 2:56 AM, Raghavendra Kakarla wrote: Hi, I need to create a bsp layer for my board which is having mips32r2 little endian processor. I gone through the YOCTO BSP user manual bit there is no information for little endian. When I create with the yoct-bsp command is taking the

[yocto] [meta-raspberrypi][PATCH 2/5] omxplayer: Bump SRCREV

2015-02-06 Thread Andrei Gherzan
Add a patch to fix the pkg-config mechanism in ffmpeg. Change-Id: Ib506bb4e26a8a0c5c294ed55da0a0da8dc67a2d7 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../omxplayer/omxplayer/use-native-pkg-config.patch | 19 +++ recipes-multimedia/omxplayer/omxplayer_git.bb |

[yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-06 Thread Andrei Gherzan
We use this to simplify the update process. Updating a kernel version will not require renaming the recipe but only tweaking LINUX_VERSION. Update kernel version: - bump SRCREV - bump LINUX_VERSION if needed [Support #26] Change-Id: I7565ddd1f03cc34c34aa5da92664a0057b415c9a

[yocto] [meta-raspberrypi][PATCH 5/5] userland: Bump SRCREV

2015-02-06 Thread Andrei Gherzan
Change-Id: If1d2608322749db4baa445ba94bc471a0ac86a5c Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-graphics/userland/userland_git.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb