Re: [yocto] [OE-core] 2.6 planning proposals and meeting

2018-05-04 Thread Peter Kjellerstedt
Not sure why you reordered the descriptions of the features from image,package,sdk,task to image,task,package,sdk (I added “task” at the end since that kept them sorted alphabetically), but apart from that it looks fine to me. //Peter From: Scott Rifenbark [mailto:srifenb...@gmail.com] Sent:

Re: [yocto] [OE-core] 2.6 planning proposals and meeting

2018-05-04 Thread Scott Rifenbark
Sorry man... I just stuck the new one in there. Alphabetical would be best. I will fix that. Thanks, Scott On Fri, May 4, 2018 at 9:26 AM, Peter Kjellerstedt < peter.kjellerst...@axis.com> wrote: > Not sure why you reordered the descriptions of the features from > image,package,sdk,task to

Re: [yocto] [OE-core] 2.6 planning proposals and meeting

2018-05-04 Thread Scott Rifenbark
Peter, See https://www.yoctoproject.org/docs/2.5/ref-manual/ref-manual.html#var-BUILDHISTORY_FEATURES for the re-ordered list. Thanks, Scott On Fri, May 4, 2018 at 9:53 AM, Scott Rifenbark wrote: > Sorry man... I just stuck the new one in there. Alphabetical would be >

[yocto] [RFT] GCC 8.1

2018-05-04 Thread Khem Raj
Hi All As you might have noticed that gcc 8.1 was released this week, I am calling out for some testing help on testing branch so we can weed out issues you might see in your setups. so if you have your builders idling over weekend, then you know what they can do this weekend :) Highlighted

Re: [yocto] Is the a reason for adding the + to SRCPV?

2018-05-04 Thread Martin Jansa
This might help you: https://github.com/webosose/meta-webosose/blob/master/meta-webos/recipes-core/glib-2.0/glib-2.0/0002-gdbus-codegen-also-replace-character-with-underscore.patch On Wed, Apr 11, 2018 at 5:59 PM, Måns Zigher wrote: > Hi, > > Thanks for your help. It is a

Re: [yocto] Enabling SD Card Detection for USB SD Card Reader

2018-05-04 Thread Khem Raj
On Fri, May 4, 2018 at 4:33 AM, Tom Gibson wrote: > Hi, > > > > We would like to enable our Yocto distribution to auto-detect when an SD > card is inserted in a USB SD card reader, in much the same way as a card is > detected on desktop linux such as Ubuntu. We have

Re: [yocto] PXE booting ISO image fails with message "Waiting for removable media..."

2018-05-04 Thread Raymond Yeung
Perhaps you could try NFS kernel boot option. Set up the remote (tftp root) directory to reflect the path the init code expects. I tried this for a little while but ran into what 2 issues - network driver init is later than NFS (due to it being a LKM rather than part of kernel), and Avahi

[yocto] How to locate this yocto git rep?

2018-05-04 Thread Raymond Yeung
I've changed the subject heading in hope I getting better luck. I found a file/driver of interest to me via googling: https://lists.yoctoproject.org/pipermail/linux-yocto/2015-May/003647.html The file is tlk10232.c. The thread above seems to say that I could get it via git clone

Re: [yocto] PXE booting ISO image fails with message "Waiting for removable media..."

2018-05-04 Thread Vincent Daanen
Hi Raymond, > I'd recently gone through similar issue that you're experiencing. The > "Waiting for Removable Media" hang had been there for at least 7-8 years. A > workaround was put in around 2013. See here: > https://patchwork.openembedded.org/patch/42291/ > > Add "debugshell=30" (30 is

[yocto] [layerindex-web][PATCH 1/3] views: fix regression in publish email sending code

2018-05-04 Thread Paul Eggleton
In e902b67bccddf34d8bbd65ad6c81d078e945ebb8 I missed a couple of Context usages in the layer publish view and the result was that it broke publishing a layer (and apparently I didn't run a final test on that, shame on me). Thanks to Yi Zhao for pointing this out.

[yocto] [layerindex-web][PATCH 0/3] Fixes for some recent changes

2018-05-04 Thread Paul Eggleton
Fix a few regressions I recently introduced. The following changes since commit b4cfb049d9fda7fe82f97f8532abdb7272cf0a76: requirements.txt: bump Django and other dependency versions (2018-05-01 10:10:21 +1200) are available in the Git repository at:

[yocto] Enabling SD Card Detection for USB SD Card Reader

2018-05-04 Thread Tom Gibson
Hi, We would like to enable our Yocto distribution to auto-detect when an SD card is inserted in a USB SD card reader, in much the same way as a card is detected on desktop linux such as Ubuntu. We have got our USB card reader working with the generic-storage driver, but at the moment we have

[yocto] [layerindex-web][PATCH 2/3] requirements.txt: fix some conflicting requirements

2018-05-04 Thread Paul Eggleton
pip (strangely only in the python 2 version when I test it here) reports that some of the versions in requirements.txt were incompatible: django-nvd3 0.9.7 has requirement python-nvd3==0.14.2, but you'll have python-nvd3 0.15.0 which is incompatible. django-registration 2.4.1 has requirement

[yocto] [layerindex-web][PATCH 3/3] detail: Fix layer description not wrapping properly

2018-05-04 Thread Paul Eggleton
In 3adddf6a25977cb576f8fcefd307d947e43d637b I changed the style to allow pre-formatted text to work in the layer description, but this broke wrapping so that text could go behind the "Dependencies" box. Use the "pre-wrap" style instead so that both pre-formatting and wrapping work here.

[yocto] Writing a functional Dockerfile to run a container with a package revision (PR) server

2018-05-04 Thread Iván Castell
The purpose is deploying a yocto PR server using a docker container. More info about PR server can be found in the following link: https://wiki.yoctoproject.org/wiki/PR_Service To try doing that I wrote this "Dockerfile" to generate a docker image: FROM ubuntu:16.04 MAINTAINER Yocto

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-04 Thread Alexander Kanavin
On 05/04/2018 03:42 PM, Paulo Neves wrote: I will propose a patch with a default bb.debug, and always have the verbose on dnf. Let's see how it affects the performance. I cannot test this in a docker container because of the problems described below: In the mean time I found what was happening

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-04 Thread Scott Rifenbark
If ROOTFS_RPM_DEBUG should be a documented variable in the Yocto Project Reference Manual, could someone please provide me with some base explanation of the variable and any usage specifics? Thanks, Scott On Fri, May 4, 2018 at 5:41 AM, Alexander Kanavin < alexander.kana...@linux.intel.com>

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-04 Thread Alexander Kanavin
On 05/04/2018 03:50 PM, Scott Rifenbark wrote: If ROOTFS_RPM_DEBUG should be a documented variable in the Yocto Project Reference Manual, could someone please provide me with some base explanation of the variable and any usage specifics? No need, we're going to remove it. Alex --

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-04 Thread Paulo Neves
I will propose a patch with a default bb.debug, and always have the verbose on dnf. Let's see how it affects the performance. I cannot test this in a docker container because of the problems described below: In the mean time I found what was happening with my slow do_rootfs. I was running bitbake

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-04 Thread Alexander Kanavin
On 05/04/2018 03:41 PM, Alexander Kanavin wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1537564 Obviously you and anyone else affected need to make noise in the redhat bugzilla, otherwise they're likely to keep this low priority. Alex -- ___

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-04 Thread Paulo Neves
Ouch you are right. Damn me for using pyro still? After applying this patch I will report on the remaining issues. On Fri, May 4, 2018 at 2:41 PM, Alexander Kanavin wrote: > On 05/04/2018 03:42 PM, Paulo Neves wrote: >> >> I will propose a patch with a default

Re: [yocto] Help with Bitbake: (bitbake-layers show-recipes)

2018-05-04 Thread Trevor Woerner
*$ git clone git://git.linaro.org/openembedded/jenkins-setup.git * Since the repository from which you're working comes from Linaro, maybe you'll have better luck getting support from their mailing list?

Re: [yocto] Writing a functional Dockerfile to run a container with a package revision (PR) server

2018-05-04 Thread Iván Castell
I found the right way to fix my issue. First I wrote this script: $ cat start.sh #! /bin/sh cd /home/yocto/poky source ./oe-init-build-env ../build bitbake-prserv --start --file /home/yocto/prserv/sqlite3.db --log /tmp/prserv.log --port 8585 tail -f /tmp/prserv.log And