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