diff --git a/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg b/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg new file mode 100644 index 0000000000000000000000000000000000000000..f877572f7958cbe0a69ce4bea4d56c63555068d7 --- /dev/null +++ b/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg @@ -0,0 +1,3 @@ +CONFIG_MTD=y +CONFIG_MTD_BLOCK2MTD=m +CONFIG_JFFS2_FS=y diff --git a/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend b/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend new file mode 100644 index 0000000000000000000000000000000000000000..0248355d7dffe6aed489f21e5748aef090f2c20f --- /dev/null +++ b/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend @@ -0,0 +1,2 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI += "file://0001-fragment-jffs2-tests.cfg"