Re: [yocto] include all kernel modules in image

2015-07-27 Thread Trevor Woerner
On 07/27/15 08:04, Nicolas Dechesne wrote: On Mon, Jul 27, 2015 at 1:03 PM, Trevor Woerner twoer...@gmail.com wrote: are you doing a minimal OE-core build? I'm creating a BSP for the Firefly using vendor-ish u-boot and kernel from:

[yocto] fido LICENSE error opencv

2015-07-27 Thread Edward Vidal
Hello All, I was able to fix the license error in fido by adding commercial_x264 to LICENSE_FLAGS_WHITELIST variable. LICENSE_FLAGS_WHITELIST = commercial_libmad commercial_mpeg2dec commercial_libav commercial_ffmpeg commercial_x264 Opencv was installed on the Raspberry core-image-sato with

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Trevor Woerner
Hey Nicolas, On 07/27/15 04:50, Nicolas Dechesne wrote: On Sun, Jul 26, 2015 at 8:04 PM, Trevor Woerner twoer...@gmail.com wrote: adding kernel-modules should work. it's a meta package that RDEPENDS on kernel-modules-*, e.g. in my build (oe-core/master) For some reason adding:

Re: [yocto] Using wic from a Bitbake task

2015-07-27 Thread Ahsan, Noor
May I know it’s expected completion date? Noor From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Burton, Ross Sent: Monday, July 27, 2015 3:05 PM To: Usman, Fahad Cc: yocto@yoctoproject.org; Khandavilli, Arun Subject: Re: [yocto] Using wic from a Bitbake

Re: [yocto] Using wic from a Bitbake task

2015-07-27 Thread Burton, Ross
On 27 July 2015 at 13:49, Ahsan, Noor noor_ah...@mentor.com wrote: May I know it’s expected completion date? Currently marked as 1.9, you'll have to talk to Ed to get anything more precise than that. Ross -- ___ yocto mailing list

Re: [yocto] Missing certificates

2015-07-27 Thread Gary Thomas
On 2015-07-24 12:02, Gary Thomas wrote: I was trying to run a simple fetch from python using url = 'https://raw.github.com/Itseez/opencv/master/samples/c/fruits.jpg' filedata = urllib2.urlopen(url).read() This failed: Traceback (most recent call last): File ./edge.py,

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Nicolas Dechesne
On Mon, Jul 27, 2015 at 1:03 PM, Trevor Woerner twoer...@gmail.com wrote: File: '/z/layerindex/layers/openembedded-core/meta/lib/oe/rootfs.py', lineno: 156, function: _exec_shell_cmd 0152:else: 0153:exec_cmd = cmd 0154: 0155:try: *** 0156:

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Trevor Woerner
On 07/27/15 08:04, Nicolas Dechesne wrote: On Mon, Jul 27, 2015 at 1:03 PM, Trevor Woerner twoer...@gmail.com wrote: well, something's definitely wrong here.. are you doing a minimal OE-core build? can you try to reproduce / narrow down? Are you running recent master? I have no idea what the

[yocto] ADT python build

2015-07-27 Thread Edward Vidal
Hello All, On Raspberry Pi target and earlier version of myhdl was getting a ImportError: No module named py_compile (see py_compile error attached) Trying to install a python module using the ADT enviornment.     name=myhdl,     version=version,     description=Python as a Hardware Description

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Trevor Woerner
On 07/27/15 08:17, Trevor Woerner wrote: inherit kernel ... DEPENDS = rk2918-tools-native ...and the DEPENDS = needs to be a DEPENDS += since the inherit kernel above already sets a bunch of DEPENDS and if the + isn't used, the recipe loses the DEPENDS on the cross toolchain (for example)! --

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Trevor Woerner
Hey Nicolas, Thanks for taking a poke at this and for verifying it should otherwise work ;-) It turns out it was a version issue (as I suspected), the -rc1 should have been in a variable named LINUX_VERSION_EXTENSION leaving the rest in LINUX_VERSION as before: SRC_URI =

[yocto] Finger print URU4500 on Linux/Yocto. (Recipes? Drivers? Do it works?)

2015-07-27 Thread Daniel.
Hi everybody! I'm gonna use an usb fingerprint by DigitalPersona named U.are.U 4500. They have a driver for old kernels which I'm using but now I'm going to a new platform (iMX.6) with 3.14.28 kernel. I want to know if anybody is using that and if it works!? Googling around I found this library:

Re: [yocto] [OE-core] qt5 webkit Nothing RPROVIDES 'liborc-0.4'

2015-07-27 Thread Martin Jansa
On Thu, Jul 23, 2015 at 02:01:40PM +0300, Life Life wrote: Hello, I'm trying to build qt5 webkit. I seen this error message Build Configuration: BB_VERSION= 1.24.0 BUILD_SYS = x86_64-linux NATIVELSBSTRING = Ubuntu-14.04 TARGET_SYS= arm-poky-linux-gnueabi

Re: [yocto] fido LICENSE error opencv

2015-07-27 Thread Victor Rodriguez
On Mon, Jul 27, 2015 at 7:34 AM, Edward Vidal devel...@sbcglobal.net wrote: Hello All, I was able to fix the license error in fido by adding commercial_x264 to LICENSE_FLAGS_WHITELIST variable. LICENSE_FLAGS_WHITELIST = commercial_libmad commercial_mpeg2dec commercial_libav commercial_ffmpeg

Re: [yocto] Problem add and removing files to filesystem

2015-07-27 Thread Lorin Vandegrift
On Fri, Jul 24, 2015 at 5:24 PM, Khem Raj raj.k...@gmail.com wrote: On 15-07-24 14:27:09, Lorin Vandegrift wrote: Hi all, We are having problems adding extra files/removing files from the generated file system in Yocto. We've had success with using a do_install command in our own bb

Re: [yocto] fido LICENSE error opencv

2015-07-27 Thread Edward Vidal
Hello All,I got openCV to detect 2 C920 cameras using a python api.I started a repository https://github.com/develone/raspberrypi2_yocto I am currently using fido branch.The things that I have been able to createbitbake rpi-basic-image bitbake core-image-sato with addition additional libs and

Re: [yocto] Using wic from a Bitbake task

2015-07-27 Thread Burton, Ross
On 26 July 2015 at 18:24, Usman, Fahad fahad_us...@mentor.com wrote: Is it possible to invoke 'wic create' command from a bitbake task. As currently it is implemented to be run as a standalone tool and if we invoke it from a task, the 'bitbake -e' command fails, since more than one instances

Re: [yocto] Using wic from a Bitbake task

2015-07-27 Thread Ahsan, Noor
Hello all, Will it be valuable to create another option (which assume that bitbake is running and get values from variables directly) for wic which we can invoke from the image recipe as part of image creation process. Noor -Original Message- From: Usman, Fahad Sent: Sunday, July

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Nicolas Dechesne
On Sun, Jul 26, 2015 at 8:04 PM, Trevor Woerner twoer...@gmail.com wrote: Is there a generic way to say please include all of these packages instead of having to list each and every one of them in a CORE_IMAGE_EXTRA_INSTALL variable? Adding kernel-modules to that variable doesn't work (I get