Re: [yocto] CPU Load

2018-03-28 Thread Jussi Laako
On 29.03.2018 04:24, Andre McCurdy wrote: On Tue, Mar 27, 2018 at 4:44 AM, Ryan Meulenkamp wrote: Hi y'all, I have some questions about CPU load and performance, but first some background information. We have small embedded system running an openembedded classic (Angström) distro. Now to get

[yocto] yocto-kernel-cache: [PATCH] Update audio support v2

2017-01-05 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 | 145 +- 1 file changed, 134 insertions(+), 11 deletions(-) diff --git a/cfg/sound.cfg b/cfg

[yocto] yocto-kernel-cache: [PATCH 0/1] Update audio support v2

2017-01-05 Thread Jussi Laako
This patch update adds small tweak by setting the sound support as module and adds high resolution timer support. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2017-01-05 Thread Jussi Laako
On 05.01.2017 05:24, Bruce Ashfield wrote: 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 ? At the moment I'm targeting master, but maybe this could be material also for 4.9 branch. I'm going to look

[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

[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

[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

[yocto] [PATCH] Fix booting from eMMC on BeagleBone Black

2016-02-29 Thread Jussi Laako
as before and if the lookup fails (no microSD inserted) it next looks up for the rootfs UUID on the second mmc device which is the on-board eMMC. I placed the bbappend and patch on meta-yocto-bsp layer because the BeagleBone support in general is located there. Best regards, - J