Re: [yocto] [PATCH] Allow specifying subdir for rootfs when using wic -e

2017-11-17 Thread Leonardo Sandoval
wic stuff goes into the openembededde-core mailing list. in fact, most files under the scripts folder goes into the latter. On Fri, 17 Nov 2017 17:19:48 +0100 Volker Vogelhuber wrote: > --- > scripts/lib/wic/ksparser.py | 1 + >

Re: [yocto] [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test

2017-11-16 Thread Leonardo Sandoval
isn't it this class meta/classes/insane.bbclass for this type of checks? On Thu, 16 Nov 2017 15:05:56 + Martyn Welch wrote: > Sometimes we wish to ensure that files or directories are not installed > somewhere that may prove detrimental to the operation of the

Re: [yocto] Detecting all AUTOREV usages in a build, for reproducible stable production builds.

2017-11-16 Thread Leonardo Sandoval
On Thu, 16 Nov 2017 05:06:30 -0500 Paul Knopf wrote: > I want to store/fix AUTOREV values for production builds. I saw > BB_CACHE_POLICY, but the format (sqllite) isn't something that can be > checked in. > > Let's say I have an image: > > bitbake my-image > > How do I

Re: [yocto] Bitbake fails when enabling tools-testapps

2017-11-13 Thread Leonardo Sandoval
On Sun, 12 Nov 2017 01:18:45 -0700 Chris Hughes <89dra...@gmail.com> wrote: > Hoping this is the right place to get help with the following issue. > > I'm using bitbake to build a custom image of the intel-aero / yocto sources. > Make sure all layer dependencies are included into the

Re: [yocto] Can I force gstreamer into specific version with my image ?

2017-11-13 Thread Leonardo Sandoval
On Sun, 12 Nov 2017 11:59:32 +0200 Ran Shalit wrote: > hELLO, > > For some reason my image is installed with gstreamer 1.6, and I don't > understnad why the image (fsl-image-qt5) prefer 1.6. > Is there a way to force gsreamer specific version (1.8.2) ? There is a specific

Re: [yocto] yocto documentation: no content, no PDF?

2017-11-09 Thread Leonardo Sandoval
On Wed, 8 Nov 2017 16:30:39 + "Burton, Ross" wrote: > On 8 November 2017 at 15:41, Jerry Lian wrote: > > > Just wondering: > > * As an active project, why yocto documentation does not provide a content > > (better be clickable)? > > > > The

Re: [yocto] Layer index not updated

2017-11-09 Thread Leonardo Sandoval
On Thu, 9 Nov 2017 09:36:26 +0100 Andreas Müller wrote: > Hi, > > did not find any heads up here so: Layer index stopped updating ~1,5 month. > Low priority - this is just notification & thanks in advance for taking > care :) Do you mind filing a bug so it can be

Re: [yocto] [PATCH v2] devtool: add clean command

2017-10-26 Thread Leonardo Sandoval
Josef, as Paul mentioned, this is a openembedded-core patch and should be sent to the proper mailing list. Great that you included the reason of this patch on the description, otherwise I saw no real benefit from this change. Leo On Thu, Oct 26, 2017 at 2:22 AM, Josef Holzmayr

Re: [yocto] bbappend - FILESEXTRAPATHS

2017-10-20 Thread Leonardo Sandoval
comment > and a section containing FILESEXTRAPATHS > Right, I think there is no tool to create bbappends from the command line. Anyway, feel free to file a bug (bugzilla.yoctoproject.org) with your enhancement. > > > I think this would greatly

Re: [yocto] [PATCH 0/1] Send email notification on publication

2017-10-20 Thread Leonardo Sandoval
(+), 1 deletion(-) > create mode 100644 templates/layerindex/publishemail.txt > create mode 100644 templates/layerindex/publishemailsubject.txt > > -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yocto

Re: [yocto] [AUH] Upgrade status: 2017-10-18

2017-10-18 Thread Leonardo Sandoval
s', manual testing is needed, at least the basic stuff. > > > Alex > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- Leonardo Sandoval <leonardo.sandoval.gonza...@linux.

Re: [yocto] Adding support for yum in a yocto image

2017-10-05 Thread Leonardo Sandoval
ble in my image. there is no yum recipe but you can install dnf, would that help? > > Thanks, > > Mark -- Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] RFC: autotooler: generation of "configure.ac" and "Makefile.am" using Kconfig

2017-10-02 Thread Leonardo Sandoval
On Sat, 30 Sep 2017 16:49:09 +0200 Ulf Samuelsson wrote: > Have a need to convert a large number of libraries to use autotools. > > I came up with the following idea: I got poor experience in enabling autotools into a project but have you ping the autotools community to

Re: [yocto] [bitbake] Failed to launch bitbake image -u -g depexp on a Debian 9 host system ?

2017-09-13 Thread Leonardo Sandoval
"Burton, Ross" writes: > On 12 September 2017 at 08:56, Karim ATIKI > wrote: > > > FATAL: Unable to import extension module "depexp" from bb.ui. > Valid extension modules: knotty, ncurses or taskexp > > > depexp was renamed to

Re: [yocto] yocto layer dependencies

2017-09-11 Thread Leonardo Sandoval
ktreddy 70 writes: > I am trying to set up yocto build environment for openlte, meta-sdr > has most of the openlte depends > I am getting following error when I try to build sdr,  > > > /build$ bitbake sdr > Loading cache: 100%

[yocto] [PATCH] nightly-oe-selftest.conf: instruct to sign rpm packages serially

2017-09-04 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> Under high workloads, there are situations where the rpm file-chunk signing fails due to lack of memory resouces, so indicate the system to sign serially. The following log is what it has been observed recently: ERR

Re: [yocto] ERROR: Unable to connect to bitbake server, or start one

2017-08-24 Thread Leonardo Sandoval
On Thu, 2017-08-24 at 18:24 +0300, Gera Pesikoff wrote: > Hi > I started to study bitbake and decided to repeat the BitBake Hello > World from the manual > (http://www.yoctoproject.org/docs/2.3.1/bitbake-user-manual/bitbake-user-manual.html#bitbake-hello-world). > I do everything according to the

Re: [yocto] some issues with current poky master

2017-08-18 Thread Leonardo Sandoval
On Fri, 2017-08-18 at 01:34 +0200, Markus Volk wrote: > > > After sucessful build of the Image, my .iso has 38MB in size and seems to > > be missing the entire rootfs > > The created hddimg has the right size of 4,3GB, but when i write it onto an > > usb drive (tried dd and gnome-disk-utility)

Re: [yocto] NotImplementedError from sanity check

2017-08-16 Thread Leonardo Sandoval
On Wed, 2017-08-16 at 14:42 +, Vuille, Martin (Martin) wrote: > In the process of transitioning from Fido to Morty. > > In the past, when sanity detected a version mismatch with some of > the configuration files (e.g., local.conf, bblayers.conf,) an error message > was displayed. > > Now,

Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Leonardo Sandoval
dded-core root isn’t a layer, openembedded-core/meta is. > > > > On Mon, Aug 14, 2017 at 8:49 AM, Leonardo Sandoval > > <leonardo.sandoval.gonza...@linux.intel.com> wrote: > > On Mon, 2017-08-14 at 15:11 +08

Re: [yocto] layer.conf on openembedded-core ?

2017-08-14 Thread Leonardo Sandoval
On Mon, 2017-08-14 at 15:11 +0800, Riko wrote: > Dear Yocto Members, > > How can I find this file ? this is a pretty general question. are you running bitbake from the build directory? double check your conf/bblayers.conf and make sure paths there are pointing correctly. > > == > > ERROR:

Re: [yocto] Error while integrating PyPy module in Yocto (Jethro branch) build.

2017-07-19 Thread Leonardo Sandoval
On Wed, 2017-07-19 at 12:39 +, JAYMIN DABHI wrote: > Hi All, > > I am trying to integrate PyPy in my current Yocto (Jethro branch) > build for my i.MX6UL processor based development board. The board has > "armv7a" (cortexa7) architecture. > > I am using "meta-pypy" layer from here and

Re: [yocto] Proper way to rename a downloaded file in SRC_URI

2017-07-18 Thread Leonardo Sandoval
On Tue, 2017-07-18 at 09:40 -0700, Jimi Damon wrote: > I have a recipe that I built for building jzmq, however one of the > issues I have is with the naming of the release files from the github > site. > > Unlike czmq which has downloads ( zip and tar.gz ) that are named > czmq-${PV}.tar.gz, the

Re: [yocto] [PATCH] fetch2/__init_.py removed bb.error which caused exit code 1

2017-07-18 Thread Leonardo Sandoval
you need to send it to openembedde-core mailing list and use git-send-email to submit your patch. More info on the link below http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded Leo On Tue, 2017-07-18 at 15:43 +0200, Paulo Neves wrote: >

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Leonardo Sandoval
On Mon, 2017-07-17 at 15:30 +0100, Burton, Ross wrote: > > On 17 July 2017 at 15:04, Leonardo Sandoval > <leonardo.sandoval.gonza...@linux.intel.com> wrote: > master has the second line (LDFLAGS) but not the first one > (CPPFLAGS and > CFLAGS)

Re: [yocto] [PATCH] Added missing CPPFLAGS/CFLAGS/LDFLAGS in sample recipe for morty branch

2017-07-17 Thread Leonardo Sandoval
On Mon, 2017-07-17 at 10:00 +0200, Pierre FICHEUX wrote: > This problem causes the following error : > > ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary > > > Signed-off-by: Pierre FICHEUX > --- >

Re: [yocto] Yocto Optimization query

2017-06-27 Thread Leonardo Sandoval
On Tue, 2017-06-27 at 17:19 +0200, Ayoub Zaki wrote: > Hi Prasoon, > > I wrote a Howto on reducing start-up time in yocto : > > https://embexus.com/2017/05/16/embedded-linux-fast-boot-techniques/ > > Maybe you can some useful informations on the topic. > > > > On 27.06.2017 08:09, Prasoon

Re: [yocto] useradd and one sysroot per recipe in pyro

2017-06-14 Thread Leonardo Sandoval
On Wed, 2017-06-14 at 18:12 +0200, Laurent Gauthier wrote: > Hi Christian, > > In pyro the creation of users and group (using the useradd class) is > done during the package pre-installation. > > So my best guess is that you could move the owner/group change in the > package post-installation as

Re: [yocto] Preventing a package from building

2017-06-13 Thread Leonardo Sandoval
On Tue, 2017-06-13 at 11:32 -0700, Jimi Damon wrote: > Hi, > > > I tried using the PACKAGE_EXCLUDE = "chromium" in my local.conf file > but I'm finding that my build it is still trying to build this > package. > is it on your image? at the end, this variable is to exclude the package on the

Re: [yocto] mkfifo: not found

2017-06-12 Thread Leonardo Sandoval
On Mon, 2017-06-12 at 15:01 +, Baumann, Michael wrote: > Hello, > > I upgraded from poky 2.1 to 2.3 and now I have an issue with mkfifo in a > do_install step. > The error is "mkfifo: not found" > I already added the package coreutils as dependency. > a bit more info of what you are doing

Re: [yocto] The best way to change target architecture

2017-06-06 Thread Leonardo Sandoval
On Tue, 2017-06-06 at 08:42 -0400, Zhuoqun Cheng wrote: > Hi Yocto Experts, > > > I'm fairly new to Yocto and I've already tried my best to search for > answers, but not happy with what I found. > > > So here's the situation I've got: > > > I'm using yocto to build the intel aero board

Re: [yocto] [PATCH] yocto-bsp: Fix QEMUARM based bsps to not offer SMP support

2017-05-30 Thread Leonardo Sandoval
Alex, is this change only applies to qemu arm? I wonder if the native arm arch needs a similar series. Leo On Tue, 2017-05-30 at 11:44 -0700, Alejandro Hernandez wrote: > The SMP kernel config presents issues on qemuarm because: > > CONFIG_SMP=y > Dependencies Missing: > - CPU_V6K or CPU_V7:

Re: [yocto] How to install dbg package and not its dependencies?

2017-05-29 Thread Leonardo Sandoval
On Sun, 2017-05-28 at 17:23 +0700, Ngọc Thi Huỳnh wrote: > Hi everyone, > > > Let's say I have app-example package which depends on libexample. > > When I add app-example-dbg to IMAGE_INSTALL, libexample-dbg package is > automatically included in the final image which makes the image size >

Re: [yocto] qtcreator failed to open

2017-05-29 Thread Leonardo Sandoval
On Sun, 2017-05-28 at 19:46 +0530, Satya Sampangi wrote: > Dear All, > > > I am trying to install qt5, everything went fine, but I stuck in the > stage when I run > > > qtcreator > > > from the terminal, I am getting error as shown in the attachment. > better to use text log than images.

Re: [yocto] Kernel config fragments ignored

2017-05-29 Thread Leonardo Sandoval
On Mon, 2017-05-29 at 00:21 -0700, Paul D. DeRocco wrote: > I ported a working build from Fido to Morty, made a few tweaks in response > to error messages (mostly updating version numbers), but it's not finding > my kernel configuration fragments. This is supposed to be an i386 arch > system, but

Re: [yocto] webkitgtk2 progress bar

2017-05-24 Thread Leonardo Sandoval
On Wed, 2017-05-24 at 16:23 +0200, Gary Thomas wrote: > I see that the latest master update has brought a progress bar > for this (and presumably other 'cmake' based packages) - very nice :-) > > Now [tongue-in-cheek], can someone do something about the horrendous > build times for such packages

Re: [yocto] [meta-xilinx] xen-image-minimal testing

2017-05-02 Thread Leonardo Sandoval
On Tue, 2017-05-02 at 18:28 +, Manjukumar Harthikote Matha wrote: > > > -Original Message- > > From: Nathan Rossi [mailto:nat...@nathanrossi.com] > > Sent: Tuesday, May 02, 2017 10:23 AM > > To: Manjukumar Harthikote Matha > > Cc: Jason Wu

Re: [yocto] [meta-rockchip][PATCH] linux: version bump to 4.11-rc8

2017-04-28 Thread Leonardo Sandoval
for reviewing purposes, it would be nice if you set diff.renames = "true" into your .gitconfig file, so git detect renames and just diff changes. Leo On Fri, 2017-04-28 at 15:58 +0200, Romain Perier wrote: > Linux kernel 4.11 being released soon, bump recipe to 4.11-rc8. > > Signed-off-by:

Re: [yocto] Local repo no network help request

2017-04-06 Thread Leonardo Sandoval
On Wed, 2017-04-05 at 19:57 -0700, Matthew Phillips wrote: > Hi all, > > I am trying to do the following: > > I have a local git repo, pulled manually from a remote repo (via a script). > I have a .bb file set up referencing this repo. This .bb file includes > (among other things): > > >>

Re: [yocto] [PATCH] i386 machine.cfg: Explicitly disable 64BIT

2017-03-30 Thread Leonardo Sandoval
On Thu, 2017-03-30 at 09:56 -0700, Saul Wold wrote: > Since we do not set the 64 bit flags, newer kernels seem to build 64bit > config files by default. This is due to a hard-coded uname -m check that > selects the KBUILD_DEFCONFIG based on the host, not the cross target. > Saul, this is poky

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Leonardo Sandoval
On Thu, 2017-03-30 at 17:25 +0200, Yuvarajesh Valleru wrote: > Thank you for great help and suggestions. I will go through other > recipes and try it again. > Also, you can try the script 'yocto-layer' ('create' subcommand) to create a layer with a single recipe (the hello world one) Leo >

Re: [yocto] Compiling custom kernel

2017-03-29 Thread Leonardo Sandoval
On Wed, 2017-03-29 at 19:11 +0200, Alvaro Garcia wrote: > Hi, I'm trying to compile a custom kernel (just custom config). > I created a recipe called linux-yocto in my layer: > meta-test > -recipes-test > --linux-yocto > ---linux-yocto.bbapend you may need to include the kernel version to your

Re: [yocto] Error on installation, Help required

2017-03-27 Thread Leonardo Sandoval
On Sun, 2017-03-26 at 23:06 +0530, Soumya Gupta wrote: > > Upon running bitbake core-image-sato, my system executed about > 2309/6489 tasks and then runs into this error. I can't figure out why > this is happening. Which distro (your host) are you using? try using one supported by YP. Do you

Re: [yocto] Bumping all packages versions

2017-03-21 Thread Leonardo Sandoval
have you tried the 'bitbake-layes show-recipes' script? that scripts list the recipes, layer it belongs and the recipe's PV, unfortunately not in a single line, but data is there. Leo On Mon, 2017-03-20 at 11:35 -0600, Matthew Stanger wrote: > No Thanks I'm a rookie :) > > On Mon, Mar 20,

Re: [yocto] Autoload kernel module works only once

2017-03-13 Thread Leonardo Sandoval
On Mon, 2017-03-13 at 14:36 +, Andrea Laini wrote: > Hi everybody, > > > > I’m getting some errors after building my Linux distro with the use of > KERNEL_MODULE_AUTOLOAD to allow autoloading 2 of my custom out-of-tree > device at boot time. We’ve a Poky 1.7 version. > > > > So, before

Re: [yocto] directory doesn't contain library

2017-03-13 Thread Leonardo Sandoval
On Mon, 2017-03-13 at 10:32 +0100, Sven Schönfeld wrote: > Dear Yocto-Community > > > > I’m trying to create an image containing gnash_0.8.7.bb with yocto > morty (2.2.1) and bitbake 1.32.0. I added the folders to my > bblayers.conf and included the recipe for gnash in my local.conf file. > >

Re: [yocto] Not able to create a new BSP layer using yocto-bsp script

2017-03-07 Thread Leonardo Sandoval
On Tue, 2017-03-07 at 09:15 +, Eswaran Vinothkumar (BEG/PJ-IOT-EL) wrote: > > I tried using both the master andmorty-16.0.1 branches of poky. > Can you try the same yocto-bsp command from master? If you have the same issue, please report it on bugzilla.yoctoproject.org > > > > >

Re: [yocto] Intoducting myself: Applying for Outreachy

2017-03-07 Thread Leonardo Sandoval
On Tue, 2017-03-07 at 22:18 +0530, Soumya Gupta wrote: > Hi all, > > > My name is Soumya, an I am a final year Engineering undergraduate > student from New Delhi. I would love to work to contribute to Yocto > for the summer. > > > I have been coding in Python for the past year and I am quite

Re: [yocto] Devtool: Script Not found

2017-03-02 Thread Leonardo Sandoval
On Thu, 2017-03-02 at 19:56 +0530, SatyaNarayana Sampangi wrote: > Hi Paul, > > > I am not finding the devtool script under the > /${HOME}/yocto/poky/scripts, so I copied that script from the website > and changed the permissions. > > > I did sourcing also, > > when you said 'sourcing' you

[yocto] [patchtest-oe][PATCH] test/test_mbox_mailinglist.py: check if series was intended for other project

2017-02-09 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> People working on the Poky project often send patches to the wrong mailing list, the most common scenarios area: bitbake patches sent to the oe-core list, OE patches sent to OE-Core. This new code checks these po

[yocto] [patchwork][PATCH] git-pw: include bundle sub-command

2017-02-07 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> This new command allows to fetch bundles (set of selected patches by the user) and print them into the stdout. For the moment, bundles must be public (otherwise these wont be found) Command line example: openembedde

[yocto] [PATCH] git-pw: include bundle sub-command

2017-02-07 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> This new command allows to fetch bundles (set of selected patches by the user) and print them into the stdout. For the moment, bundles must be public (otherwise these wont be found) Command line example: openembedde

Re: [yocto] [Openembedded-architecture] Patchwork and incoming patch testing

2017-01-18 Thread Leonardo Sandoval
+ Jose Lamego Jose is doing recent work on the patchwork UI, perhaps there are already bugs for the items you are asking. On 01/18/2017 02:40 AM, Jussi Kukkonen wrote: This looks great, thanks. On 17 January 2017 at 20:05, Paul Eggleton

Re: [yocto] profiling tools on a T4240RDB board

2016-08-24 Thread Leonardo Sandoval
El 08/24/2016 a las 04:01 AM, Tanasa Bogdan escribió: Hi, We are using the (freescale) linux yocto 1.6 on a T4240RDB board where we want to have "tools-profile" set in our local.conf file. When building the fsl-image-minimal we see that there are some packages that are graphics-related

Re: [yocto] changing ownership of a file in a package

2016-07-25 Thread Leonardo Sandoval
As a workaround, have you tried using the other class to include users (useradd)? Look at the 'note' of this section http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#ref-classes-extrausers Leo El 07/25/2016 a las 07:22 AM, piotr.lewicki escribió: Hi, I have a package where I

Re: [yocto] Regarding backslash in bblayers.conf file

2016-06-23 Thread Leonardo Sandoval
This looks to be a bug. System should either accept path names with or without trailing '/'. Please file a bug on bugzilla.yoctoproject.org On 06/23/2016 08:45 AM, Gujulan Elango, Hari Prasath (H.) wrote: Hello, We were facing a issue when building 'weston'. The issue is we had included

Re: [yocto] Yocto 2.1 perl problem

2016-06-21 Thread Leonardo Sandoval
Right. In fact, there is a bug related to this problem https://bugzilla.yoctoproject.org/show_bug.cgi?id=9763 Apparently, the fix is simple: move the --exclude argument just before the FILES. Simple change but affects several recipes. Leo On 06/21/2016 09:42 AM, Anicic Damir (PSI)

Re: [yocto] [[PATCH][AUH] 3/3] upgradehelper.py: Disable _order_pkgs_to_upgrade functionality

2016-06-21 Thread Leonardo Sandoval
On 06/20/2016 04:27 PM, Aníbal Limón wrote: The _order_pkgs_to_upgrade function order a set of packages to be upgraded based on bitbake dependency graph, currently _order_pkgs_to_upgrade is broken so disable it while fix. Signed-off-by: Aníbal Limón ---

Re: [yocto] Yocto 2.1 perl problem

2016-06-21 Thread Leonardo Sandoval
Some basic approach: Try cleaning the target (perl, in this case) and build again. $ bitbake -c cleansstate perl & bitbake perl On 06/21/2016 08:00 AM, Anicic Damir (PSI) wrote: Hi! Suddenly perl does not build any more (I did not have the problem in last two weeks). I did not change

Re: [yocto] FEED_DEPLOYDIR_BASE_URI does not work

2015-12-01 Thread Leonardo Sandoval
On 12/01/2015 12:16 PM, Paul Eggleton wrote: On Tue, 01 Dec 2015 08:34:15 Leonardo Sandoval wrote: On 12/01/2015 03:49 AM, Ayoub Zaki wrote: |Hello, Setting FEED_DEPLOYDIR_BASE_URI <http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#var-FEE D_DEPLOYDIR_BASE_URI> in loca

Re: [yocto] FEED_DEPLOYDIR_BASE_URI does not work

2015-12-01 Thread Leonardo Sandoval
On 12/01/2015 03:49 AM, Ayoub Zaki wrote: |Hello, Setting FEED_DEPLOYDIR_BASE_URI in local.conf as specified in the yocto manual does NOT generate any /etc/opkg/base-feeds.conf in the root of

Re: [yocto] Failing devshell

2015-11-26 Thread Leonardo Sandoval
Is it acceptable solution? Could you apply attached patch? A less intrusive change would be to check if the output of the --version command contains the word 'GNOME' (either using the 'in' build-in operation or string.find). This is done in the same function you modified in your previous

Re: [yocto] Failing devshell

2015-11-26 Thread Leonardo Sandoval
You are right. have you done some testing in non-gnome terminals using your patch? On 11/26/2015 01:10 PM, Dariusz Pelowski wrote: A less intrusive change would be to check if the output of the --version command contains the word 'GNOME' (either using the 'in' build-in operation or

Re: [yocto] Unable to issue bitbake linux-yocto -c menuconfig

2015-11-03 Thread Leonardo Sandoval
Which terminal did you use? Can you try the same under xterm? I remember working on a -c menuconfig issue under a new gnome-terminal version and the problem was that terminal was not spawned, however I do not recall any trace log being thrown. On 11/03/2015 08:48 AM, Benoit Rapidel wrote:

Re: [yocto] Autologin after bootup on the genericx86 machine

2015-09-03 Thread Leonardo Sandoval
On 09/03/2015 04:36 AM, Gorny Krystian wrote: Hi, I'm using the fido branch and building a genericx86 machine for the core-image-rt image. After my image boot up I always need to login as root first, is there a way to login and start my application automatically? I can't find an easy way to

Re: [yocto] ADA Support?

2015-09-02 Thread Leonardo Sandoval
On 09/02/2015 10:38 AM, Smith, Daniel W wrote: Hello, I'm trying to figure out what is the best an easiest way to add ADA/GNAT support for PPC. I'm currently running poky-fido-13.0.0. I'm new to Yocto. I do not know, but one place to start looking is

Re: [yocto] [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-21 Thread Leonardo Sandoval
On 07/21/2015 10:45 AM, Victor Rodriguez wrote: On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas g...@mlbassoc.com wrote: On 2015-07-21 09:26, Victor Rodriguez wrote: Hi team I have a question , according to documentation there is a difference between IMAGE_INSTALL_append and

Re: [yocto] Bug in Open CV receipt

2015-07-21 Thread Leonardo Sandoval
On 07/21/2015 09:57 AM, Victor Rodriguez wrote: Hi team Few weeks ago I was having some problems with open CV receipt. In the begining I toght I was adding opencv tro my core-image-minimal-xfce just with this: IMAGE_INSTALL_append = gcc gcc-dev openssh php mariadb opencv Now after booting

Re: [yocto] How to add bluetooth bluez4 to core image sato (valleyisland)

2015-07-20 Thread Leonardo Sandoval
You can add recipes (packages) through CORE_IMAGE_EXTRA_INSTALL = pkg 1 pkg2 Regarding the specific package you want (bluez4), it is not on master, so you may try older stable branches. On 07/20/2015 07:28 AM, Lenin Muthu kumar wrote: Hi, i have created the image for atom E3800

Re: [yocto] Which is the best strategy to customize Qt configuration?

2015-07-13 Thread Leonardo Sandoval
On 07/13/2015 09:23 AM, Pampolini Matteo wrote: Hello everybody, my name is Matteo and I'm writing from Italy. I'm involved in a project that requires a very customized Linux installation and I think Yocto is the best choice for this purpose. I was able to build and run some images from

Re: [yocto] Selecting different kernel inside an image recipe

2015-07-08 Thread Leonardo Sandoval
On 07/08/2015 09:50 AM, Klaus Knopper wrote: Hello list, I'm trying to build variantions/brands of an image that only differ in kernel configuration and kernel modules included, but everything else stays the same, for the exact same board, as in the main image. Setting

Re: [yocto] Retrieve list of all software/applications/packages installed on Yocto

2015-07-01 Thread Leonardo Sandoval
On 07/01/2015 06:41 AM, Brian Hutchinson wrote: On Jul 1, 2015 7:34 AM, Stanciu, Alin alin.stan...@spirent.com wrote: Hello, I would simply like to know how to obtain a list of all software packages/products (basically all applications) running in my Yocto build. Can this be done via

Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Leonardo Sandoval
On 06/26/2015 02:45 PM, Daniel. wrote: Does any one knows how to avoid the creation of .sdcard images? This ones The variable controlling the type of output images is IMAGE_FSTYPES, so you can redefine it under your local.conf. To see the current content, you can do $bitbake -e your image |

Re: [yocto] OpenCV yocto

2015-06-22 Thread Leonardo Sandoval
On 06/20/2015 09:22 PM, Victor Rodriguez wrote: HI team I am having this same problem: http://stackoverflow.com/questions/25332969/opencv-pkg-config-cannot-find-lopencv-ts-when-compiling-using-g I try to build opencv simple source code : g++ hello.cpp -o video `pkg-config --cflags --libs

[yocto] [PATCH] dev-manual: Include biosfilename runqemu option

2015-06-16 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com Poky's commit edde3e58da00adf9ef3a8cc687268f6e24294c7c included the biosfilename option on the runqemu script. Signed-off-by: Leonardo Sandoval leonardo.sandoval.gonza...@linux.intel.com --- documentation/dev-manual/dev-manual