From 9552bde8a037a8b3e90d8251385c7958ad389161 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Mon, 12 Sep 2016 17:23:18 -0700 Subject: linux-yocto-tiny*: Temporarily add ext4 support We currently get a panic when trying to boot a tiny intel-quark image. Adding ext4 support fixes the issue, but it may be possible to fix it correctly via changes to images creation, so I consider this a temporary workaround to be reverted later. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 2 +- common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend index ac6b89c3..31dbb1ce 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend @@ -7,4 +7,4 @@ SRCREV_machine_i586-nlp-32-intel-common = "2cbbf10c66383c0c052708686ab005a9f9dc4 COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel/base" KMACHINE_i586-nlp-32-intel-common = "intel-quark" -KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" +KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} cfg/fs/ext4.scc" diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend index 7e943964..2276ed51 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend @@ -8,4 +8,4 @@ COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" KBRANCH_i586-nlp-32-intel-common = "standard/tiny/base" KMACHINE_i586-nlp-32-intel-common = "intel-quark" -KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" +KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} cfg/fs/ext4.scc" -- cgit v1.2.3-54-g00ecf