[linux-yocto] Where is the kernel source code ?

2017-02-24 Thread Ran Shalit
Hello, I am trying to use RT preempt with linux. I've done the following PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt" PREFERRED_VERSION_linux-yocto-rt ?= "4.4%" Testing the image after build with uname -a, shows it is RT preempt patch. "uname -a" 4.4.26-rt19-yocto-preempt-rt #1 SMP

Re: [linux-yocto] Development host with the yocto target

2017-02-24 Thread Ran Shalit
On Fri, Feb 24, 2017 at 4:17 PM, Bruce Ashfield wrote: > On 2017-02-23 11:32 PM, Ran Shalit wrote: >> >> Hello, >> >> What's the best way to arrange development host with intel target ? >> Do I just need the toolchain ? >> Or better use all libraries too ? i.e. the

Re: [linux-yocto] Development host with the yocto target

2017-02-24 Thread Ran Shalit
On Fri, Feb 24, 2017 at 4:17 PM, Bruce Ashfield wrote: > On 2017-02-23 11:32 PM, Ran Shalit wrote: >> >> Hello, >> >> What's the best way to arrange development host with intel target ? >> Do I just need the toolchain ? >> Or better use all libraries too ? i.e. the

Re: [linux-yocto] Request to create branches for Intel Axxia in linux-yocto-4.9

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 5:37 AM, Dragomir, Daniel wrote: Hello Bruce! I would like to request you to create two new branches in linux-yocto-4.9 repository to be able to maintain Intel Axxia BSPs and to submit kernel patches. Please create: - standard/axxia/base from standard/base -

Re: [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 10:20 AM, Ran Shalit wrote: On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield wrote: On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?=

Re: [linux-yocto] update kernel in local.conf

2017-02-24 Thread Ran Shalit
On Fri, Feb 24, 2017 at 4:12 PM, Bruce Ashfield wrote: > On 2017-02-24 4:02 AM, Ran Shalit wrote: >> >> Hello, >> >> I wanted to try update to rt-kernel to I added the following in >> local.conf: >> >> #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" >>

Re: [linux-yocto] How can we reduce boot time ?

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 1:43 AM, Ran Shalit wrote: Hello, Are there some steps we can do in Yocto in order to reduce boot time ? The steps you'd take with an image produced from yocto would be the same as you'd take with any linux system. Those steps are highly dependent on your target, your

Re: [linux-yocto] kernel & filesystem dependency

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 2:28 AM, Ran Shalit wrote: Hello, Is it possible to upgrade kernel in local.conf with older yocto branches (daisy for example) ? Is there is something in filesystem that depends on kernel version (except kernel modules) ? Generally speaking the kernel -> userspace interactions

Re: [linux-yocto] Development host with the yocto target

2017-02-24 Thread Bruce Ashfield
On 2017-02-23 11:32 PM, Ran Shalit wrote: Hello, What's the best way to arrange development host with intel target ? Do I just need the toolchain ? Or better use all libraries too ? i.e. the excat iso running on laptop ? So you want to build an image, install that image to the intel target

Re: [linux-yocto] update kernel in local.conf

2017-02-24 Thread Bruce Ashfield
On 2017-02-24 4:02 AM, Ran Shalit wrote: Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" #PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt"

[linux-yocto] Request to create branches for Intel Axxia in linux-yocto-4.9

2017-02-24 Thread Dragomir, Daniel
Hello Bruce! I would like to request you to create two new branches in linux-yocto-4.9 repository to be able to maintain Intel Axxia BSPs and to submit kernel patches. Please create: - standard/axxia/base from standard/base - standard/preempt-rt/axxia/base from standard/preempt-rt/base Best

[linux-yocto] update kernel in local.conf

2017-02-24 Thread Ran Shalit
Hello, I wanted to try update to rt-kernel to I added the following in local.conf: #PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" #PREFERRED_VERSION_linux-yocto ?= "4.4%" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt" PREFERRED_VERSION_linux-yocto-rt ?= "4.4%" Everything compiled