From f8121306fbbc2944a3eef8aacb597a947166ff42 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 18 Apr 2014 16:55:46 +0200 Subject: image-root-ubifs: add rules for generic UBIFS image Signed-off-by: Michael Olbrich --- config/images/ubifs.config | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/images/ubifs.config (limited to 'config/images') diff --git a/config/images/ubifs.config b/config/images/ubifs.config new file mode 100644 index 000000000..730bc4254 --- /dev/null +++ b/config/images/ubifs.config @@ -0,0 +1,16 @@ +flash flash { + pebsize = @PEB_SIZE@ + minimum-io-unit-size = @MINIMUM_IO_UNIT_SIZE@ + sub-page-size = @SUB_PAGE_SIZE@ + vid-header-offset = @VID_HEADER_OFFSET@ + lebsize = @LEB_SIZE@ +} + +image @IMAGE@ { + ubifs { + extraargs = "-v" + max-size = @MAX_SIZE@ + } + flashtype = "flash" + name = "root" +} -- cgit v1.2.3