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 26
On Sun, Jul 26, 2015 at 8:04 PM, Trevor Woerner 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 an error e
On 26 July 2015 at 18:24, Usman, Fahad 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 of bitbake cannot b
Hey Nicolas,
On 07/27/15 04:50, Nicolas Dechesne wrote:
> On Sun, Jul 26, 2015 at 8:04 PM, Trevor Woerner 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:
CORE_IMAGE_EXTRA_INSTALL
On Mon, Jul 27, 2015 at 1:03 PM, Trevor Woerner 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:sub
On 07/27/15 08:04, Nicolas Dechesne wrote:
> On Mon, Jul 27, 2015 at 1:03 PM, Trevor Woerner 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 error means
On 07/27/15 08:04, Nicolas Dechesne wrote:
> On Mon, Jul 27, 2015 at 1:03 PM, Trevor Woerner 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:
http://wiki.t-firefly.com/index.php/Firefly-RK3288/Mainline_Kernel/en
> ca
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
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 t
On 27 July 2015 at 13:49, Ahsan, Noor 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
yocto@yoctoproject.org
https://lis
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",
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:
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
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
On Mon, Jul 27, 2015 at 7:34 AM, Edward Vidal 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 commercial_x264
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 =
"git://github.
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 ex
On Fri, Jul 24, 2015 at 5:24 PM, Khem Raj 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 file
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 ap
19 matches
Mail list logo