Re: [yocto] Custom defconfig is not used

2013-10-26 Thread Diego Sueiro
Bruce, We have two scenarios here: 1. bbapend with full defconfig replacement 2. bbapend with config fragments The first scenario just worked when using FILESPATH_prepend. For me it does not make sense, since on YP manual says that FILESEXTRAPATHS_prepend must be use [1]. The second

[yocto] [PATCH] ncurses-terminfo: Remove bashism from basic terminfo installation

2013-10-26 Thread Seth Bollinger
The vtX terminfo files aren't being copied on systems where bash isn't the default shell (debian, etc.). I removed the bash specific syntax so the files are properly copied on these systems. Signed-off-by: Seth Bollinger seth.b...@gmail.com --- meta/recipes-core/ncurses/ncurses.inc |2 +- 1

Re: [yocto] Custom defconfig is not used

2013-10-26 Thread Bruce Ashfield
On 13-10-26 6:57 AM, Diego Sueiro wrote: Bruce, We have two scenarios here: 1. bbapend with full defconfig replacement 2. bbapend with config fragments The first scenario just worked when using FILESPATH_prepend. For me it does not make sense, since on YP manual says that

Re: [yocto] BAD_RECOMMENDATIONS / BAD_RECOMMENDS not working

2013-10-26 Thread Martin Jansa
Add .bbappend for packagegroup-core-qt4e and remove qt-demo-init from RDEPENDS_${PN} there. On Fri, Oct 25, 2013 at 5:38 PM, Diego Sueiro diego.sue...@gmail.comwrote: 2013/10/25 Martin Jansa martin.ja...@gmail.com BAD_RECOMMENDATIONS work only for packages which are installed because

[yocto] yocto-kernel issue.

2013-10-26 Thread Houkes, Bart
Hi friends, Currently I enabled the TVP5150 device driver in the kernel by using: bitbake -c menuconfig virtual/kernel switch on * Texas Instruments TVP5150 video decoder and rebuild a kernel with bitbake core-image-minimal I want to see if this device is correct in the new kernel and want

[yocto] What is poky/bsp-user-config.cfg doing and where to get it?

2013-10-26 Thread Houkes, Bart
The script yocto-kernel is crashing, because it cannot open the file /poky/atmel-user-config.cfg Apperantly, it is bsp-name + -user-config.cfg and should be in the poky scripts directory. Who can give me some background about this file, I'm puzzeld (again) ? Where do I find documentation

Re: [yocto] Remote debugging with Yocto

2013-10-26 Thread Houkes, Bart
Hi, By accident I solved some bugs in the repo, now I get better info. Here the patch, feel free to use it... or maybe it's already solved, because I use 1.4.1: diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py index fc1e6bd..fbc3555 100644 --- a/scripts/lib/bsp/kernel.py +++

Re: [yocto] yocto-dora problems building python

2013-10-26 Thread João Henrique Freitas
Hello, I took some time to test this issue and if I run using Ubuntu 13.04 32bits, no problem. But when I switched to 64 bits (cleaning my build dir) I got the problem again. Using Ubuntu 13.10 64 bits is fine. But I needed to install gcc-multilib. Because syslinux complains about that is unable