[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

[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 ++

[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 ---

[linux-yocto] [kernel-meta v4.18 5/6] beaglebone: Clean up the cfg file

2018-08-23 Thread Kevin Hao
In general we only need to enable the kernel options we really care and leave all other kernel options as is. That is to say we don't need to disable any kernel options explicitly. So drop all of them. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 24 1

[linux-yocto] [kernel-meta v4.18 3/6] beaglebone: Drop the obsolete kernel options

2018-08-23 Thread Kevin Hao
Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 37 - 1 file changed, 37 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg index a712321297c2..ab42283c645f 100644 --- a/bsp/beaglebone/beaglebone.cfg +++

[linux-yocto] [kernel-meta v4.18 6/6] common-pc: Drop the x2apic feature

2018-08-23 Thread Kevin Hao
This is a feature for x86-64 platform and can't be enabled on x86-32. Signed-off-by: Kevin Hao --- bsp/common-pc/common-pc.scc | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsp/common-pc/common-pc.scc b/bsp/common-pc/common-pc.scc index 4818fb939e8c..cd947b0faa9d 100644 ---

[linux-yocto] [kernel-meta v4.18 1/6] mpc8315e-rdb: Drop the obsolete kernel options

2018-08-23 Thread Kevin Hao
Signed-off-by: Kevin Hao --- bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg b/bsp/fsl-mpc8315e-rdb/fsl-mpc8315e-rdb.cfg index 324989c1951a..57ebaabb6583 100644 ---

[linux-yocto] [kernel-meta v4.18 2/6] edgerouter: Drop the obsolete kernel options

2018-08-23 Thread Kevin Hao
Signed-off-by: Kevin Hao --- bsp/edgerouter/edgerouter.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/edgerouter/edgerouter.cfg b/bsp/edgerouter/edgerouter.cfg index 54597416dde8..f100ebde3eca 100644 --- a/bsp/edgerouter/edgerouter.cfg +++ b/bsp/edgerouter/edgerouter.cfg @@ -52,7

[linux-yocto] [kernel-meta v4.18 0/6] Fix the config check warnings and some minor cleanup

2018-08-23 Thread Kevin Hao
This patch series fixes the config check warnings when switching to the v4.18 kernel for the boards in meta-yocto-bsp layer and also do some cleanup for the cfg file. Kevin Hao (6): mpc8315e-rdb: Drop the obsolete kernel options edgerouter: Drop the obsolete kernel options beaglebone: Drop

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

[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

Re: [linux-yocto] Custom kernel recipe based on linux-yocto fails due to wrong make call

2018-08-23 Thread David Daniel
Am Mittwoch, den 22.08.2018, 20:35 -0400 schrieb Bruce Ashfield: > On Wed, Aug 22, 2018 at 7:31 AM, David Daniel > wrote: > > Hi all > > > > I am trying to get a custom kernel recipe to work and it fails by > > issuing a weird make command - the command contains the arguments > > one > > would

Re: [linux-yocto] [PATCH] dmm.cfg: Change dm-multipath from built-in kernel module to LKM

2018-08-23 Thread Bruce Ashfield
On 08/22/2018 09:50 PM, Changqing Li wrote: It is for: kernel version:    yocto-kernel-cahe: linux-yocto-dev   master linux-yocto-4.12  yocto-4.12 merged. Bruce On 08/23/2018 09:49 AM, changqing...@windriver.com wrote: From: Changqing Li It is better to use LKM for

[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

[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

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

[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

Re: [yocto] require/include recipe.bb

2018-08-23 Thread Tomasz Michalski
Hi Moving common implementation to inc can be the case. However this what cannot be moved to common part is: SRCREV = "v1.2.4" PR = "r125" When I change something in the code related to recipe1.2.4.bb and add new version of recipe1.2.5.bb this would require me to also update version of