Re: [yocto] [PATCH 0/2] yocto-kernel-cache: Update audio support and add Firewire support

2017-01-04 Thread Bruce Ashfield
On 2017-01-04 10:19 AM, Jussi Laako wrote: Here are two patches for yocto-kernel-cache: What are the target branches for this ? Bruce 1) Updates audio support configuration and removes some legacy stuff 2) Adds kernel feature for Firewire support -- ___

Re: [yocto] SDK: Missing 32 bit sysroot

2017-01-04 Thread Khem Raj
On Wed, Jan 4, 2017 at 6:35 AM, Schmitt, Richard wrote: > I have a ARM 32/64 multilib environment set up in my yocto based project. > Everythings working fine. Almost. I am using the poky krogoth branch with > the patch for “bug 1357” > https://bugzilla.yoctoproject.org/show_bug.cgi?id=1357 cher

Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-04 Thread Stephano Cetola
On 01/04, richard_al...@keysight.com wrote: > I am getting errors with morty and -c populate_sdk_ext when I have recipes > which inherit bin_package > These recipes work fine with Krogoth and it's populate_sdk_ext > > Note: package is not empty, Use to install package on running system. > > No i

[yocto] [[PATCH][RRS] 2/2] templates/rrs/recipedetail.html: Fix unneeded quotes in url call

2017-01-04 Thread Aníbal Limón
The url template function resolve an URL associated with a model, so in Django 1.6 quotes around variables don't get the variable value. [YOCTO #10871] Signed-off-by: Aníbal Limón --- templates/rrs/recipedetail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templat

[yocto] [[PATCH][RRS] 1/2] layerindex/tools/import_layer.py: Fix Openembedded VCS URL

2017-01-04 Thread Aníbal Limón
Since Openembedded cgit was upgrade so point to new url to reflect the real URL. Signed-off-by: Aníbal Limón --- layerindex/tools/import_layer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layerindex/tools/import_layer.py b/layerindex/tools/import_layer.py index b4

[yocto] SDK: Missing 32 bit sysroot

2017-01-04 Thread Schmitt, Richard
I have a ARM 32/64 multilib environment set up in my yocto based project. Everythings working fine. Almost. I am using the poky krogoth branch with the patch for "bug 1357" https://bugzilla.yoctoproject.org/show_bug.cgi?id=1357 cherry-picked. When I populate the SDK and install it, I do get

[yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-04 Thread richard_allen
I am getting errors with morty and -c populate_sdk_ext when I have recipes which inherit bin_package These recipes work fine with Krogoth and it's populate_sdk_ext Note: package is not empty, Use to install package on running system. No idea how to proceed on fixing this (or if this is an morty

[yocto] [PATCH 2/2] Add support for IEEE-1394 (Firewire)

2017-01-04 Thread Jussi Laako
Adds support for IEEE-1394 aka Firewire bus and some commonly used devices. Signed-off-by: Jussi Laako --- features/firewire/firewire.cfg | 15 +++ features/firewire/firewire.scc | 4 2 files changed, 19 insertions(+) create mode 100644 features/firewire/firewire.cfg create m

[yocto] [PATCH 1/2] Update audio support

2017-01-04 Thread Jussi Laako
Updates audio support to work with modern audio hardware while dropping some legacy parts. Signed-off-by: Jussi Laako --- cfg/sound.cfg | 142 +- 1 file changed, 131 insertions(+), 11 deletions(-) diff --git a/cfg/sound.cfg b/cfg/sound.cfg

[yocto] [PATCH 0/2] yocto-kernel-cache: Update audio support and add Firewire support

2017-01-04 Thread Jussi Laako
Here are two patches for yocto-kernel-cache: 1) Updates audio support configuration and removes some legacy stuff 2) Adds kernel feature for Firewire support -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-rt: add

2017-01-04 Thread Trevor Woerner
On Tue 2017-01-03 @ 10:43:09 PM, Khem Raj wrote: > perhaps the defconfig can be made smaller. If you regenerate it using > make savedefconfig in a prepared tree and using the resulting config > file which will be smaller in size > when compared to fully expanded .config. > > On Tue, Jan 3, 2017 at

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-rt: add

2017-01-04 Thread Trevor Woerner
On Wed 2017-01-04 @ 04:01:36 AM, Andreas Müller wrote: > On Wed, Jan 4, 2017 at 1:05 AM, Andreas Müller > wrote: > > On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner wrote: > >> Add an -rt kernel option for Raspberry Pi that includes the FIQ patch which > >> adds stability to the -rt kernel (with f

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-rt: add

2017-01-04 Thread Trevor Woerner
On Wed 2017-01-04 @ 01:05:27 AM, Andreas Müller wrote: > On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner wrote: > > Add an -rt kernel option for Raspberry Pi that includes the FIQ patch which > > adds stability to the -rt kernel (with full preemption enabled) and is an > > improvement to simply dis

Re: [yocto] esdk without using Poky?

2017-01-04 Thread Gary Thomas
On 2017-01-04 13:54, Patrick Ohly wrote: On Wed, 2017-01-04 at 12:05 +0100, Gary Thomas wrote: On 2016-11-04 04:41, Paul Eggleton wrote: On Wed, 02 Nov 2016 07:25:13 Gary Thomas wrote: I've tested your patches for this (from the OE-core mailing list) and I can now build and use the eSDK for my

Re: [yocto] esdk without using Poky?

2017-01-04 Thread Patrick Ohly
On Wed, 2017-01-04 at 12:05 +0100, Gary Thomas wrote: > On 2016-11-04 04:41, Paul Eggleton wrote: > > On Wed, 02 Nov 2016 07:25:13 Gary Thomas wrote: > >> I've tested your patches for this (from the OE-core mailing list) > >> and I can now build and use the eSDK for my board :-) > > > > Great! > >

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-rt: add

2017-01-04 Thread Andreas Müller
On Wed, Jan 4, 2017 at 7:43 AM, Khem Raj wrote: > perhaps the defconfig can be made smaller. If you regenerate it using > make savedefconfig in a prepared tree and using the resulting config > file which will be smaller in size > when compared to fully expanded .config. > Just a suggestion: In me

Re: [yocto] esdk without using Poky?

2017-01-04 Thread Gary Thomas
On 2016-11-04 04:41, Paul Eggleton wrote: On Wed, 02 Nov 2016 07:25:13 Gary Thomas wrote: I've tested your patches for this (from the OE-core mailing list) and I can now build and use the eSDK for my board :-) Great! I do have a couple observations/questions: * I added my missing tool with