Re: [yocto] chromium is compiling but is not able to add in the image

2018-08-23 Thread Pandey, Kamal
Thankyou very much for the response. core-image-minimal-pdm3 is a custom image made from proprietary meta-pdm3 layer. This layer is used to create images and packages for custom embedded device. I ve enabled x11 in conf/local.conf file. IMAGE_INSTALL_append = " x11 \

[yocto] [layerindex-web][PATCH 3/3] update: add option to stop immediately on parse errors

2018-08-23 Thread Paul Eggleton
During debugging a parsing issue, we don't really want to continue if a parsing error occurs, and in that situation I usually end up using Ctrl+C to exit early. Add an option to exit immediately upon error to avoid having to do that. Signed-off-by: Paul Eggleton --- layerindex/update.py |

[yocto] [layerindex-web][PATCH 0/3] Minor layer index fixes

2018-08-23 Thread Paul Eggleton
A couple of minor fixes for the recent RRS and other distro integration, plus one additional debugging feature for the update script. The following changes since commit b3e9cb05d22e0961341d87dce3128eeb273544f6: Include errors/warnings in main log in error/warning counts for updates (2018-08-1

[yocto] [layerindex-web][PATCH 2/3] Hide navbar on comparison select page

2018-08-23 Thread Paul Eggleton
We don't want to see the navbar on this page because otherwise it lets you select branches and click on Stats etc. which doesn't make any sense in this context. Signed-off-by: Paul Eggleton --- templates/base_toplevel.html | 2 ++ templates/layerindex/comparisonrecipeselect.h

[yocto] [layerindex-web][PATCH 1/3] rrs: fix recipe/maintainer count showing at top

2018-08-23 Thread Paul Eggleton
We were using the main badge class as a selector here to show the recipe or maintainer count, and that meant that it also showed up at the top next to the login button if there were some layers to review. Use a proper id to stop that from happening. Signed-off-by: Paul Eggleton --- templates/rrs

Re: [yocto] Fwd: Unable to add a dev package to the Extended SDK

2018-08-23 Thread ChenQi
I think using IMAGE_INSTALL_append = " curl", and then `bitbake core-image-minimal -c populate_sdk_ext" is sufficient. After this, you can develop against curl libs/headers inside the sdk. Best Regards, Chen Qi On 08/23/2018 04:38 PM, Gabriele Favalessa wrote: Hi! I'm attempting to add `curl-

[yocto] [meta-raspberrypi] issue booting image containing alternate kernel

2018-08-23 Thread Steve Pavao
Hello, Sometimes, I need to build an image containing the raspberrypi / linux kernel as specified by the meta-raspberrypi layer recipes. Other times, I need to build an image containing the ipipe-arm64 kernel instead. This alternate kernel builds fine outside of Yocto and boots, so it should

Re: [yocto] Creating meta-ocaml layer - how to handle system-wide OCaml library manager?

2018-08-23 Thread Wolfgang Tolkien
‐‐‐ Original Message ‐‐‐ On August 22, 2018 1:01 PM, Christopher Clark wrote: >>> On Tue, 14 Aug 2018 17:23:55 +, Wolfgang Tolkien >>> wrote: >>> >>> I need some help and direction: >>> >>> I've started working on a 'meta-ocaml' layer to add support for the >>> OCaml language to Yo

[yocto] Minutes: Yocto Project Weekly Triage Meeting

2018-08-23 Thread Jolley, Stephen K
Attendees: Stephen, Randy, Armin, Amanda, Richard, Joshua, Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage We had a good discussion about 12372 and Lava usage. AR: Paul – Review and update 12102

[yocto] Generation of an image of an edited Ubuntu rootfs

2018-08-23 Thread Albert-Miquel
Hello all, I'm mainly a VHDL developer, although in our last project I've started working with an embedded Linux installed in a ZYNQ from Xilinx that combines logic with several processors. Due to my lack of knowledge, I started using the rootfs of an embedded ubuntu to develop the software (as d

Re: [yocto] nativesdk-gcc tries to link with host

2018-08-23 Thread Paulo Neves
Hello Raj, > target sysroot poisoning is naturally not needed we could do that but it is > not useful, for nativesdk it behaves like a native gcc except that it prefers > the libraries from SDK rootfs, now should be limit it to just the > rootfs and blind > it from system rootfs .. may be I dont

[yocto] Eclipse/Yocto SDK cannot import Makefile based projects

2018-08-23 Thread Ayoub Zaki
I'm using Eclipse Oxygen and set it up succesffuly with Yocto Plugins and SDK toolchains ( 2.5 Sumo). I can create a Yocto SDK Autotools Project but there is no way to import an existing Makefile based project and use the Yocto SDK plugin ! am I missing something ? best regards -- ___

Re: [yocto] [PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error

2018-08-23 Thread Changqing Li
On 08/14/2018 10:27 AM, Anuj Mittal wrote: On 08/14/2018 09:37 AM, Changqing Li wrote: On 08/13/2018 02:35 PM, Anuj Mittal wrote: On 08/13/2018 01:22 PM, changqing...@windriver.com wrote: From: Changqing Li original URI have been deleted(don't know why). I noticed there is an official lib

[yocto] Fwd: Unable to add a dev package to the Extended SDK

2018-08-23 Thread Gabriele Favalessa
Hi! I'm attempting to add `curl-dev` to an Extensible SDK for yocto (sumo release) with target machine qemuarm. On a fresh checkout I've added to `conf/local.conf` TOOLCHAIN_TARGET_TASK_append = " curl-dev" and then run `bitbake -c populate_sdk_ext core-image-minimal`. This is the error I ge