Re: [linux-yocto] [4.12][PATCH 0/4] Add audio support for glk

2018-06-06 Thread Bruce Ashfield
On 2018-06-06 4:55 AM, Liwei Song wrote: These 4 upstream patches can make audio device on Geminilake work well. merged Bruce Thanks, Liwei. Gaurav K Singh (1): drm/i915/audio: Fix audio detection issue on GLK Pradeep Tewani (2): ASoC: hdac_hdmi: Add the vendor nid for Geminilake

Re: [yocto] [meta-intel][PATCH] mce-test: add it

2018-06-06 Thread Anuj Mittal
Hi Dengke, On 06/01/2018 05:51 PM, Dengke Du wrote: > +SRC_URI = > "git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git;protocol=git > \ > + file://makefile-remove-ldflags.patch \ > + " > +# Use the commit date of SRCREV in PV. > +# > +SRCREV =

Re: [yocto] Where to make image dependent kernel changes while hardware stays same

2018-06-06 Thread Andre McCurdy
On Wed, Jun 6, 2018 at 9:03 AM, Jakob Hasse wrote: > Hello, > > we would like to have different images with different kernel configs/device > trees. E.g., we would like to have systemA with uart2 and systemB without > uart2 but spi1 instead, with all the different configurations and device >

Re: [yocto] partitions resizing on the fly

2018-06-06 Thread Ferry Toth
ChenQi wrote: > On 06/05/2018 10:33 PM, Mihaela Apetroaie-Cristea wrote: >> Hello, >> >> I have a minimal yocto OS built for RPI, which has three partitions: >> boot, root and data. Is there any way to resize root and data such that >> root expands/flattens when files and others are

Re: [yocto] Gratitude

2018-06-06 Thread Khem Raj
Jefro you have been very helpful all along has been great working with you. Your contributions have been significant for project, thanks for all your contributions. Small world I am sure I will see you around :) -Khem On Tue, Jun 5, 2018 at 11:42 PM, Osier-mixon, Jeffrey wrote: > I have been

Re: [yocto] Gratitude

2018-06-06 Thread Rudolf Streif
Jefro, I am very sorry to see you go. I have very much enjoyed working with you from the beginning while still at the Linux Foundation. I cannot express enough gratitude for all the valuable work you have done for this community and for me personally by diligently reviewing the book and giving me

[yocto] [Resolved] Re: cgroups and iptables problems running docker - maybe my config wrong?

2018-06-06 Thread Jakob Hasse
Hello Bruce, hello Yoctoers, my problem is solved. It was the kernel options. I added all additional kernel options which this check-script here suggests: https://github.com/moby/moby/blob/master/contrib/check-config.sh. This script was a big help Finally, docker runs, with one ERROR

[yocto] Where to make image dependent kernel changes while hardware stays same

2018-06-06 Thread Jakob Hasse
Hello, we would like to have different images with different kernel configs/device trees. E.g., we would like to have systemA with uart2 and systemB without uart2 but spi1 instead, with all the different configurations and device trees. The hardware does not change in this case. How can I

Re: [yocto] Gratitude

2018-06-06 Thread Scott Rifenbark
Jefro, Sad to see you step down. You have been great for the project and especially for carrying the "documentation banner" truly caring about that aspect. I hope you do great in your next role and we will keep in touch. Scott On Wed, Jun 6, 2018 at 6:21 AM, Zoran Stojsavljevic <

Re: [yocto] partitions resizing on the fly

2018-06-06 Thread Philip Balister
On 06/06/2018 04:46 AM, Zoran Stojsavljevic wrote: > Before asking this question to YOCTO community, the simplier question > will be to ask if anybody knows any Linux distro (RHEL, Fedora, > Debian, Ubuntu, SuSE etc.), with the feature which can do this? > > I am dealing with Linux for years, but

Re: [yocto] [Resolved] Re: cgroups and iptables problems running docker - maybe my config wrong?

2018-06-06 Thread Bruce Ashfield
On 2018-06-06 10:33 AM, Jakob Hasse wrote: Hello Bruce, hello Yoctoers, my problem is solved. It was the kernel options. I added all additional kernel options which this check-script here suggests: https://github.com/moby/moby/blob/master/contrib/check-config.sh. This script was a big help

Re: [yocto] Gratitude

2018-06-06 Thread Zoran Stojsavljevic
Good Luck, Jeffrey... I do not know you, but (knowing well about INTEL inside) I know that you liked what you did. I do sincerely hope that on the new INTEL assignment, you'll find Peace of Mind and R Joy! > ...I know there are a lot of behind the scenes things which > happen which all keep the

Re: [yocto] Gratitude

2018-06-06 Thread Richard Purdie
On Wed, 2018-06-06 at 06:42 +, Osier-mixon, Jeffrey wrote: > I have been the Yocto Project community manager for over 7 years now, > and have had the pleasure of knowing or conversing individually with > several hundred of you. It is with mixed feelings that I must > announce that I am

Re: [yocto] Gratitude

2018-06-06 Thread Bas Mevissen
Hi Jeffrey, Many thanks for the hard work over the years. The Yocto Project has helped me a lot with creating great pieces of software for several clients. Good luck and a lot of fun with your new job! Cheers, Bas. On 2018-06-06 08:42, Osier-mixon, Jeffrey wrote: I have been the Yocto

[yocto] YOCTO kernel PF_CAN feature set and socketCAN layer of the shelf?

2018-06-06 Thread Zoran Stojsavljevic
Hello to YOCTO community, I am looking into the new CAN FD (CAN Flexible Data rate) protocol. It is very similar to classical CAN. I am wondering the following (I'll ask very basic questions, just to see if I am on the right tracks): [1] Do YOCTO kernels have CAN drivers left as mandatory

Re: [yocto] partitions resizing on the fly

2018-06-06 Thread Zoran Stojsavljevic
Here is one good topic which I already know about. Virtual Box virtual disks' sizes! https://superuser.com/questions/1096549/file-based-dynamically-allocated-hard-disk-on-linux Two questions (stress on [1]): [1] VirtualBox allows you to create VDI, VMDK, and VHD types of hard-disks that can be

Re: [yocto] partitions resizing on the fly

2018-06-06 Thread ChenQi
On 06/05/2018 10:33 PM, Mihaela Apetroaie-Cristea wrote: Hello, I have a minimal yocto OS built for RPI, which has three partitions: boot, root and data. Is there any way to resize root and data such that root expands/flattens when files and others are added/deleted? Such that I can make

[linux-yocto] [4.12][PATCH 4/4] ASoC: Intel: board: Add Geminilake platform support

2018-06-06 Thread Liwei Song
From: Pradeep Tewani commit 669eb871c440e19351c2d476d1837ed8a62afe16 upstream. Geminilake also features rt298 codec, so use the same machine driver as Broxton. Geminilake uses SSP2 instead of SSP5. Signed-off-by: Pradeep Tewani Acked-By: Vinod Koul Signed-off-by: Mark Brown Signed-off-by:

[linux-yocto] [4.12][PATCH 3/4] ASoC: hdac_hdmi: Add the vendor nid for Geminilake HDMI

2018-06-06 Thread Liwei Song
From: Pradeep Tewani commit 5622bc955898f4d5fa2ce8f507e5991b08367824 upstream. Geminilake HDMI codec has the different vendor nid. This patch adds the vendor nid as the part of driver data and uses it. Signed-off-by: Pradeep Tewani Acked-By: Vinod Koul Signed-off-by: Mark Brown

[linux-yocto] [4.12][PATCH 1/4] drm/i915/audio: Fix audio detection issue on GLK

2018-06-06 Thread Liwei Song
From: Gaurav K Singh commit b4615730530be85fc45ab4631c2ad6d8e2d0b97d upstream. On Geminilake, sometimes audio card is not getting detected after reboot. This is a spurious issue happening on Geminilake. HW codec and HD audio controller link was going out of sync for which there was a fix in

[linux-yocto] [4.12][PATCH 2/4] ALSA: hda - Add hdmi id for a Geminilake variant

2018-06-06 Thread Liwei Song
From: "Subhransu S. Prusty" commit b9091b1c654953cc9615f282704a6df8e31549cf upstream. Few GLK platform variants report a different vendor id. Add it. Also add the missing check for GLK in is_haswell_plus(). Signed-off-by: Subhransu S. Prusty Acked-by: Vinod Koul Signed-off-by: Takashi Iwai

Re: [yocto] partitions resizing on the fly

2018-06-06 Thread Zoran Stojsavljevic
Before asking this question to YOCTO community, the simplier question will be to ask if anybody knows any Linux distro (RHEL, Fedora, Debian, Ubuntu, SuSE etc.), with the feature which can do this? I am dealing with Linux for years, but such a mechanism did not see/experience. As well, never

Re: [yocto] Gratitude

2018-06-06 Thread Manjukumar Harthikote Matha
Thanks for all the work Jefro Thanks, Manju > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Osier-mixon, Jeffrey > Sent: Tuesday, June 05, 2018 11:42 PM > To: yocto@yoctoproject.org > Subject: [yocto] Gratitude > > I

[yocto] Gratitude

2018-06-06 Thread Osier-mixon, Jeffrey
I have been the Yocto Project community manager for over 7 years now, and have had the pleasure of knowing or conversing individually with several hundred of you. It is with mixed feelings that I must announce that I am stepping down from my position as the YP community manager and the Advisory