[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 --- cfg/fs/ext4.cfg | 2 ++ ktypes/preempt-rt/preempt-rt.cfg | 8 ktypes/standard/standard.cfg | 8 3 files changed, 18 insertions(+) diff

[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 --- features/can/can.cfg | 32 features/can/can.scc | 4 2 files changed, 36 insertions(+) create mode 100644 features/can/can.cfg create mode 100644

[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 --- features/nfc/nfc-generic.cfg | 3 +++ features/nfc/nfc-vendor.cfg | 25 + features/nfc/nfc-vendor.scc | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff

[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 --- features/ecryptfs/ecryptfs.cfg | 2 ++ features/ecryptfs/ecryptfs.scc | 4 2 files changed, 6 insertions(+) create mode 100644 features/ecryptfs/ecryptfs.cfg create mode 100644 features/ecryptfs

[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 cha

[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 --- features/usb-net/usb-net.cfg | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/features/usb-net/usb-net.cfg b

[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 --- bsp/common-pc/common-pc-eth.cfg | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/bsp/common-pc/common-pc-eth.cfg b

[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 --- 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/common-pc/common-pc-drivers.cfg index

[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. -- ___ linux-y