[yocto] Removing hostapd init file

2018-10-22 Thread Kristupas Savickas
Greetings, I'm trying to remove the hostapd init file as I'll handle startup of it on my own. I've created a .bbappend file in my layer to do this: do_install_append() {     rm -rf ${D}${sysconfdir}/init.d } However, this results in a compilation warning when building my image and

Re: [yocto] eSDK installation failing with sig computed mismatch with sig locked

2018-10-22 Thread Sunil Mukundan
Thanks Chen Qi for the response. Please find my response below >What does the SRC_URI for the recipe look like? SRC_URI = "git://github.com/luigirizzo/netmap.git" Thanks Sunil Mukundan On Tue, Oct 23, 2018 at 6:58 AM ChenQi wrote: > > I think the main problem is do_fetch sig mismatch. > What do

[linux-yocto] [PATCH 1/1] sound.cfg: enable SND_SOC_INTEL_SKYLAKE

2018-10-22 Thread Anuj Mittal
Starting 4.15, Intel SKL audio configs instead of selecting, depend on SND_SOC_INTEL_SKYLAKE which isn't enabled by default. Enable it to ensure audio configs actually are enabled. https://github.com/torvalds/linux/commit/f6a118a800e35af2c63f90cbcc23093f4b53b3a2 Signed-off-by: Anuj Mittal --- c

Re: [yocto] Working on Dependent Recipes in eSDK

2018-10-22 Thread ChenQi
Hi Aaron, The main pain for now is that `devtool sdk-install ' does not work as expected, right? I just checked the codes of sdk-install, and found that it does not fit the current RSS design. I'd like to check with you if this is the major concern from your team? Do you have some other concer

Re: [yocto] eSDK installation failing with sig computed mismatch with sig locked

2018-10-22 Thread ChenQi
I think the main problem is do_fetch sig mismatch. What does the SRC_URI for the recipe look like? Best Regards, Chen Qi On 10/22/2018 08:47 PM, Sunil Mukundan wrote: Hi I built an extensible SDK and when installing the SDK, i see the following WARNINGS first WARNING: The netmap-modules:do_

[yocto] [yocto-docs][PATCH v2] kernel-dev: note about the change detection of kernel feature files

2018-10-22 Thread Urs Fässler
It is not the expected behavior that changes on the .cfg files only referenced from .scc files are not detected. Signed-off-by: Urs Fässler Signed-off-by: Pascal Bach --- documentation/kernel-dev/kernel-dev-common.xml | 4 1 file changed, 4 insertions(+) diff --git a/documentation/kernel-

[yocto] YP 2.7 Planning

2018-10-22 Thread Jolley, Stephen K
All, We have begun planning for YP 2.7. In prior versions, items that we didn't have the bandwidth to do were assigned the target milestone of 2.99. Since YP 2.7 planning has just begun, I would like each of you to review the bugs and enhancements in YP 2.99 and determine if you will have th

[yocto] Yocto Project Unassigned Bugs - Help Needed

2018-10-22 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the tr

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-make-index: use ctime instead of mtime

2018-10-22 Thread Alejandro Del Castillo
makes sense, sounds like this is going to fix a bunch of nasty intermittent failures, thanks! merged On 10/19/18 10:38 AM, Stefan Agner wrote: > From: Stefan Agner > > When using sstate, two parallel builds can produce two packages > with the same mtime but different checksums. When later one

Re: [yocto] SUSE SLES target OS

2018-10-22 Thread Gunnar Andersson
On Fri, 2018-10-19 at 17:43 -0400, Joe Flowers wrote: > Yes, unfortunately, I mean SLES. > > Your answer implies that to create a minimal SLES build I will have to > abandon Yocto and look for another build (or reduction) solution as I know > this has been done by non-SUSE entities. Hmm... Very

[yocto] eSDK installation failing with sig computed mismatch with sig locked

2018-10-22 Thread Sunil Mukundan
Hi I built an extensible SDK and when installing the SDK, i see the following WARNINGS first WARNING: The netmap-modules:do_fetch sig is computed to be b53fa14a73271b9f0ce564e413f32468, but the sig is locked to 614da4fb9135f1f97b291ff05494f53c in SIGGEN_LOCKEDSIGS_t-genericx86-64 The netmap:do_fe

[yocto] how to get the depedents ipk packge list of the target packge?

2018-10-22 Thread tugouxp
hi folks: i am trying to install a huge packages (chromium) on the target plagform, what puzzle me is that there are tons of depends relations between target packages and third-party. when i execute the "opkg install ./x.ipk --force-depends" alough the target ipk can be installed su

Re: [yocto] master-next : QA issue with glibc locale

2018-10-22 Thread Belisko Marek
Hi Khem, On Mon, Oct 22, 2018 at 12:31 AM Khem Raj wrote: > > On Sun, Oct 21, 2018 at 7:42 PM Belisko Marek wrote: > > > > Hi Khem, > > > > On Sun, Oct 21, 2018 at 8:40 PM Khem Raj wrote: > > > > > > > > > > > > On Sun, Oct 21, 2018 at 7:27 PM Belisko Marek > > > wrote: > > >> > > >> Hi, > > >