Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Vineeth Karumanchi
> From: Andre McCurdy [mailto:armccu...@gmail.com] > Sent: Tuesday, October 31, 2017 1:19 AM > To: Alexander Kanavin > Cc: Vineeth Karumanchi ; Yocto discussion list > > Subject: Re: [yocto] [Yocto] Checking sstate

Re: [linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Hi Bruce, This patch is for yocto-4.12 branch. Thanks, Liwei. On 10/31/2017 10:30 AM, Liwei Song wrote: > Enable the following kernel option to support Realtek PCI-E card > reader on NUC7i7BNH/NCU7I5BNH: > CONFIG_MFD_RTSX_PCI=m > CONFIG_MMC_REALTEK_PCI=m > > Signed-off-by: Liwei Song

[linux-yocto] [kernel-cache][PATCH] features/mmc/mmc-realtek: enable Realtek PCI-E card reader support

2017-10-30 Thread Liwei Song
Enable the following kernel option to support Realtek PCI-E card reader on NUC7i7BNH/NCU7I5BNH: CONFIG_MFD_RTSX_PCI=m CONFIG_MMC_REALTEK_PCI=m Signed-off-by: Liwei Song --- features/mmc/mmc-realtek.cfg | 2 ++ features/mmc/mmc-realtek.scc | 4 2 files changed, 6

Re: [yocto] Can't run "-c devshell" - "Must be connected to a terminal"

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 1:49 PM, Adam Lee wrote: > Hello everyone, I have this strange issue where I can't run "-c devshell" > any longer. > > This worked until a day ago. > I am on Morty, and running in a Docker container. > what changed ? > Has anyone seen this: > >

Re: [yocto] Using site.conf

2017-10-30 Thread Khem Raj
On Fri, Oct 27, 2017 at 11:59 AM, Michael Habibi wrote: > I'm a bit confused about the usage of site.conf. I see a sample in the poky > distro area, but I'm not sure how this actually gets copied into a site.conf > and actually used by deployed versions of our distribution.

Re: [yocto] about add python3 modules

2017-10-30 Thread Burton, Ross
Hi, 1.7.1 is pretty old, there were some packaging problems. Try adding python3-misc to the image too. If that doesn't work, use 'oe-pkgdata-util list-pkg-files -r python3' to list all the files built by the python3 recipe and to find out what files are missing. Ross On 30 October 2017 at

Re: [yocto] [layerindex-web][patch v3 1/1] Send email notification on publication

2017-10-30 Thread Paul Eggleton
On Wednesday, 25 October 2017 10:49:42 AM NZDT Amanda Brindle wrote: > When publishing a layer, send an email notification to all of that > layer's maintainers. > > Fixes [YOCTO #11208] > > Signed-off-by: Amanda Brindle > --- > layerindex/views.py

[yocto] Can't run "-c devshell" - "Must be connected to a terminal"

2017-10-30 Thread Adam Lee
Hello everyone, I have this strange issue where I can't run "-c devshell" any longer. This worked until a day ago. I am on Morty, and running in a Docker container. Has anyone seen this: Currently 1 running tasks (100 of 100) 99%

[yocto] about add python3 modules

2017-10-30 Thread Lai Y.C.
Hi, I need to include python3 and some modules on my board. We are using yocto 1.7.1 . I have included python3 and python3-modules into the image. Python3 is able to run but there are problems with the modules. 1. when I import "subprocess" module, it gives errors that the module

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Andre McCurdy
On Mon, Oct 30, 2017 at 2:37 AM, Alexander Kanavin wrote: > On 10/30/2017 07:54 AM, Vineeth Karumanchi wrote: > >> In this case i would expect bitbake to "check for sstate mirrors" for some >> time and rebuild from scratch. Is there any approach to over come

[linux-yocto] [PATCH 4.12] edac: split scc into enablement and patching (for treegen)

2017-10-30 Thread Paul Gortmaker
Calling out the existing edac.scc via KERNEL_FEATURES_append will fail since it contains patch commands, and the patches will unconditionally be queued for application. Split it so instead it can use KERNEL_FEATURES_append += "features/edac/edac-enable.scc" in templates/configuration files

Re: [linux-yocto] [kernel-cache][PATCH] features/tpm/tpm.cfg: fix dependency issue

2017-10-30 Thread Bruce Ashfield
On 2017-10-28 10:16 AM, lei.y...@windriver.com wrote: From: Lei Yang I got the warning from do_kernel_configcheck when buiding with features/tpm/tpm.scc CONFIG_TCG_TIS_SPI depends on SPI from its Kconfig config TCG_TIS_SPI depends on SPI

[yocto] Using site.conf

2017-10-30 Thread Michael Habibi
I'm a bit confused about the usage of site.conf. I see a sample in the poky distro area, but I'm not sure how this actually gets copied into a site.conf and actually used by deployed versions of our distribution. Is there some extra step I need to take to ensure site.conf.sample from my own

Re: [yocto] [PATCH] poky: LICENSE in packagegroup makes no sense - removed

2017-10-30 Thread Burton, Ross
On 30 October 2017 at 16:02, Khem Raj wrote: > On Mon, Oct 30, 2017 at 6:51 AM, Robert Berger > wrote: > > > > Signed-off-by: Robert Berger > > --- > >

Re: [yocto] /etc/resolv.conf symlink

2017-10-30 Thread Marc Ferland
FWIW, I'm using pyro and had to cherry-pick: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=00e4662e55f66570cae29240c22b4d74b79d3ca5 To make systemd-resolved and systemd-networkd work as expected. Marc On Mon, Oct 30, 2017 at 11:54 AM, Alexander Kanavin <

Re: [yocto] [PATCH] poky: LICENSE in packagegroup makes no sense - removed

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 6:51 AM, Robert Berger wrote: > > Signed-off-by: Robert Berger > --- > meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 - > 1 file changed, 1 deletion(-) > > diff --git >

Re: [yocto] /etc/resolv.conf symlink

2017-10-30 Thread Alexander Kanavin
On 10/30/2017 05:37 PM, Anders Montonen wrote: I'm hoping someone could clarify how the symlink generation from /etc/resolv.conf to systemd's runtime /run/systemd/resolve/resolv.conf is supposed to work when resolved is not enabled. I think we have a bug for it:

[yocto] /etc/resolv.conf symlink

2017-10-30 Thread Anders Montonen
Hi, I'm hoping someone could clarify how the symlink generation from /etc/resolv.conf to systemd's runtime /run/systemd/resolve/resolv.conf is supposed to work when resolved is not enabled. In the systemd do_install(), a directive for generating this symlink is inserted into

[yocto] Yocto Project Status WW44’17

2017-10-30 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 Planning and M1 development Next Deadline: YP 2.5 M1 cut off of 12/4/17 SWAT team rotation: Saul -> Ross on Oct. 27, 2017. SWAT team rotation: Ross -> Leo on Nov. 3, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [yocto] [PATCH] poky: LICENSE in packagegroup makes no sense - removed

2017-10-30 Thread Alexander Kanavin
On 10/30/2017 03:51 PM, Robert Berger wrote: a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb This patch should go to oe-core mailing list. Alex -- ___ yocto

[yocto] [PATCH] poky: LICENSE in packagegroup makes no sense - removed

2017-10-30 Thread Robert Berger
Signed-off-by: Robert Berger --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb

[yocto] [meta-oracle-java][PATCH V2 2/2] Fix do_populate_sysroot: sstate found an absolute path symlink

2017-10-30 Thread Vincent Prince
Signed-off-by: Vincent Prince --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk.inc b/recipes-devtools/oracle-java/oracle-jse-jdk.inc index

[yocto] [meta-oracle-java][PATCH V2 1/2] On headless arm, do_package() complains about missing libX11.so.6 provider.

2017-10-30 Thread Vincent Prince
Full JRE created by jrecreate contains awt/swing dynamic libraries linked to libX11. We patch binaries to remove libX11 dependencies Signed-off-by: Vincent Prince --- recipes-devtools/oracle-java/oracle-jse-ejre.inc | 14 +- 1 file changed, 13

Re: [yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Alexander Kanavin
On 10/30/2017 07:54 AM, Vineeth Karumanchi wrote: In this case i would expect bitbake to "check for sstate mirrors" for some time and rebuild from scratch. Is there any approach to over come this ? The approach is to fix your infrastructure so that fetching from network doesn't fail. We've

[yocto] [Yocto] Checking sstate mirror is hanging at 100%

2017-10-30 Thread Vineeth Karumanchi
Hi All, I am running sstate mirrors on a web server. My network has proxy, sstate is sharing well with proxies, . But, without proxies, bitbake is hanging at "/Checking sstate mirror object ###100%/".  Is there a way to change timeout of sstate mirror checking. I did some debugging