Re: [yocto] CPU Load

2018-03-29 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

[linux-yocto] [PATCH 3/4] Filesystem encryption support

2017-01-26 Thread Jussi Laako
This patch enables ext4 filesystem encryption and also layered filesystem encryption. Signed-off-by: Jussi Laako <jussi.la...@linux.intel.com> --- cfg/fs/ext4.cfg | 2 ++ ktypes/preempt-rt/preempt-rt.cfg | 8 ktypes/standard/standard.cfg | 8 3

[linux-yocto] [PATCH 4/4] Add support and drivers for CAN bus as feature

2017-01-26 Thread Jussi Laako
This feature adds support for CAN bus and drivers for CAN bus adapters. Signed-off-by: Jussi Laako <jussi.la...@linux.intel.com> --- features/can/can.cfg | 32 features/can/can.scc | 4 2 files changed, 36 insertions(+) create mode 100644 featur

[linux-yocto] [PATCH 2/4] Update NFC support

2017-01-26 Thread Jussi Laako
Update set of NFC drivers. Also correct scc and module dependencies. Signed-off-by: Jussi Laako <jussi.la...@linux.intel.com> --- features/nfc/nfc-generic.cfg | 3 +++ features/nfc/nfc-vendor.cfg | 25 + features/nfc/nfc-vendor.scc | 2 +- 3 files chang

[linux-yocto] [PATCH 1/4] Add eCryptFS filesystem feature

2017-01-26 Thread Jussi Laako
Add layered encrypted filesystem eCryptFS support feature. Signed-off-by: Jussi Laako <jussi.la...@linux.intel.com> --- features/ecryptfs/ecryptfs.cfg | 2 ++ features/ecryptfs/ecryptfs.scc | 4 2 files changed, 6 insertions(+) create mode 100644 features/ecryptfs/ecryptfs.cfg creat

[linux-yocto] [yocto-kernel-cache] [PATCH] Updates from Ostro project

2017-01-26 Thread Jussi Laako
This set of patches targets yocto-kernel-cache master/4.9 branches. This is part of ongoing effort to update some parts of yocto-kernel-cache based on refreshed items from the Ostro project. 1: Adds eCryptFS layered filesystem encryption support as a feature 2: Updates NFC support feature and

[linux-yocto] [PATCH 1/3] Modularize USB network drivers

2017-01-16 Thread Jussi Laako
Build USB network drivers as modules, drop support for some old devices and add couple of new ones. Signed-off-by: Jussi Laako <jussi.la...@linux.intel.com> --- features/usb-net/usb-net.cfg | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff

[linux-yocto] [PATCH 2/3] Modularize PCI/PCIe ethernet drivers

2017-01-16 Thread Jussi Laako
Build PCI/PCIe ethernet drivers as modules. Also add some new common interfaces, mostly gigabit ones. Signed-off-by: Jussi Laako <jussi.la...@linux.intel.com> --- bsp/common-pc/common-pc-eth.cfg | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git

[linux-yocto] [PATCH 3/3] Add support for NVMe storage devices

2017-01-16 Thread Jussi Laako
Lot of new hardware supports and uses NVMe storage devices, enable support by default. Signed-off-by: Jussi Laako <jussi.la...@linux.intel.com> --- bsp/common-pc/common-pc-drivers.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/common-pc/common-pc-drivers.cfg b/bsp/com

[linux-yocto] [PATCH 0/3] yocto-kernel-cache: Update ethernet and add NVMe hardware support

2017-01-16 Thread Jussi Laako
Two first patches modularize and update ethernet driver support by dropping few old ones and adding couple of new ones. Third patch adds support for NVMe storage devices. This set of patches targets master-branch of yocto-kernel-cache. -- ___

[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 <jussi.la...@linux.intel.com> --- cfg/sound.cfg | 145 +- 1 file changed, 134 insertions(+), 11 deletions(-) diff

[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 into some

[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 <jussi.la...@linux.intel.com> --- features/firewire/firewire.cfg | 15 +++ features/firewire/firewire.scc | 4 2 files changed, 19 insertions(+) create mode 100644 fe

[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 <jussi.la...@linux.intel.com> --- cfg/sound.cfg | 142 +- 1 file changed, 131 insertions(+), 11 deletions(-) diff

[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