Add fuse kernel configuration for renesas porter 85/7185/1
authortte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Mon, 14 Nov 2016 05:31:13 +0000 (14:31 +0900)
committertte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Mon, 14 Nov 2016 05:33:53 +0000 (14:33 +0900)
Add fuse-rcar.cfg for config items,
Modify linux-renesas_%.bbapend for add fuse-rar.cfg to SRC_URI.

Change-Id: Id1f6448452a0ecda2c6e5c906fb80ea67576cbc3
Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
meta-renesas-kernel/recipes-kernel/linux/files/fuse-rcar.cfg [new file with mode: 0644]
meta-renesas-kernel/recipes-kernel/linux/linux-renesas_%.bbappend

diff --git a/meta-renesas-kernel/recipes-kernel/linux/files/fuse-rcar.cfg b/meta-renesas-kernel/recipes-kernel/linux/files/fuse-rcar.cfg
new file mode 100644 (file)
index 0000000..0cd162d
--- /dev/null
@@ -0,0 +1,2 @@
+CONFIG_FUSE_FS=y
+CONFIG_CUSE=m
index 671bc19..24682fa 100644 (file)
@@ -1,2 +1,3 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI_append_porter = " file://iptables-rcar.cfg"
+SRC_URI_append_porter = " file://iptables-rcar.cfg \
+                          file://fuse-rcar.cfg"