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.8.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-kernel/linux/linux-yocto-tiny_4.8.bbappend') 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