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

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

[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/ecry

[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