diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-12-16 11:19:24 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2020-12-18 22:44:47 +0000 |
commit | 3e2a8534a6f00d66860a9fab4c59b3117ebda43a (patch) | |
tree | ddcb4a0a93c32c70d51d7285e6f83b03893532bb | |
parent | 3fe1f79ea2592213163f0f62a7c8fb1cb071850b (diff) | |
download | meta-raspberrypi-3e2a8534a6f00d66860a9fab4c59b3117ebda43a.tar.gz |
initramfs-image-bundle: Add MTD_UBI
CONFIG_UBIFS_FS is used as 'm' in defconfig and depends on MTD and MTD_UBI which
is also 'm', inorder for it to include in kernel proper, set MTD_UBI=y
and MTD=y as well.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/files/initramfs-image-bundle.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/initramfs-image-bundle.cfg b/recipes-kernel/linux/files/initramfs-image-bundle.cfg index ea54003..8d3ad16 100644 --- a/recipes-kernel/linux/files/initramfs-image-bundle.cfg +++ b/recipes-kernel/linux/files/initramfs-image-bundle.cfg | |||
@@ -1,3 +1,5 @@ | |||
1 | CONFIG_OVERLAY_FS=y | 1 | CONFIG_OVERLAY_FS=y |
2 | CONFIG_SQUASHFS=y | 2 | CONFIG_SQUASHFS=y |
3 | CONFIG_MTD=y | ||
4 | CONFIG_MTD_UBI=y | ||
3 | CONFIG_UBIFS_FS=y | 5 | CONFIG_UBIFS_FS=y |