Re: [yocto] Yocto System Requirement for developing OS

2019-04-26 Thread Chuck Wolber
It depends on a lot of factors. But for actually building yocto images... I find that 1.5 gigs of RAM per CPU seems to be about right on the virtual machines we use to build images. ..Ch:W.. On Fri, Apr 26, 2019 at 17:29 raja.g kumar wrote: > Hi > Can I know the RAM ,Disk space and processor

[yocto] Yocto System Requirement for developing OS

2019-04-26 Thread raja . g kumar
Hi Can I know the RAM ,Disk space and processor requirement for developing the os with yocto for IoT ? Please suggest and it would be greatly helpful. Regards Rajakumar G Get Outlook for Android -- ___ yocto mailing list

Re: [linux-yocto] [PATCH] tracing/x86: Save CR2 before tracing irqsoff on error_entry

2019-04-26 Thread Bruce Ashfield
On Wed, Apr 24, 2019 at 9:38 PM He Zhe wrote: > > > On 4/24/19 8:34 PM, Bruce Ashfield wrote: > > > > > > On Wed, Apr 24, 2019 at 3:47 AM He Zhe zhe...@windriver.com>> wrote: > > > > This is for standard/base and all sub-level branches. For > explanation, see the > > bottom of the

Re: [linux-yocto] [kernel-cache][PATCH] usb-net: Add RNDIS host support

2019-04-26 Thread Bruce Ashfield
Thanks Tom, This is now merged. I just sent out a SRCREV bump, but forgot to merge this first, so this will be in my next one. Bruce On Tue, Apr 23, 2019 at 3:27 PM Tom Rini wrote: > Enable support for the USB RNDIS host driver. This is commonly seen > with Android devices being used in USB

Re: [yocto] [OE-core] QA cycle report for 2.7 RC2

2019-04-26 Thread akuster808
Sangeeta, On 4/25/19 11:27 PM, Jain, Sangeeta wrote: > >   > > QA cycle reportfor 2.7 RC2: > >   > > 1. No high milestone defects.  > 2. Test results are available at following location: > > ·    For results of all automated tests, please refer to results > at public AB [1]. > > ·   

Re: [yocto] QA cycle report for 2.7 RC2

2019-04-26 Thread richard . purdie
On Fri, 2019-04-26 at 06:27 +, Jain, Sangeeta wrote: > > QA cycle report for 2.7 RC2: > > No high milestone defects. > Test results are available at following location: > ·For results of all automated tests, please refer to results > at public AB [1]. > ·For other test

[yocto] Disabling sshd is harder than it should be

2019-04-26 Thread Richard Weinberger
My thud based system installs openssh-sshd but I want to have sshd disabled by default. So I checked the docs how to disabled a systemd service by default and found SYSTEMD_AUTO_ENABLE, perfect. After I put that into my bbappend file I figured that sshd is still enabled by default. With one