From f238c70e77621a98b34c271eacdec04a7a4a241a Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Mon, 9 Mar 2020 09:35:23 +0000 Subject: machine: arria10: add options for mkfs.jffs2 Added "-n" to avoid adding cleanmarker to every eraseblock. Added "-q" to squash permissions and owners making all files to be owned by root user. Signed-off-by: Chang Rebecca Swee Fun --- conf/machine/arria10.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf index 9935b5a..942a202 100644 --- a/conf/machine/arria10.conf +++ b/conf/machine/arria10.conf @@ -22,7 +22,7 @@ KERNEL_DEVICETREE ?= "\ socfpga_arria10_socdk_nand.dtb \ " -EXTRA_IMAGECMD_jffs2 ?= "\ +EXTRA_IMAGECMD_jffs2 ?= "-n -q \ ${@bb.utils.contains("A10_IMAGE_TYPE", "NAND", "-e 0x20000 -s 0x200", "", d)} \ ${@bb.utils.contains("A10_IMAGE_TYPE", "QSPI", "-e 0x10000", "", d)} \ " -- cgit v1.2.3-54-g00ecf