Re: [OE-core] [PATCH] image_types.bbclass: add support for multiply ubifs volumes in ubi image

2019-01-31 Thread Maksym Komar
On Mon, Oct 29, 2018 at 10:04:23AM +0100, Maksym Komar wrote: Request for feedback, please :) > Add the ability to create additional ubifs volumes inside ubi volume. > > For example this code create empty 2MiB volume named "config". > === > MKUBIFS_ARGS =

[OE-core] [PATCH] image_types.bbclass: add support for multiply ubifs volumes in ubi image

2018-10-29 Thread Maksym Komar
uot; MKUBIFS_VOLUME_SIZE[config] = "2MiB" MKUBIFS_VOLUME_ARGS[config] = "-m 1 -e 65408 -c 22 -F" === As result system will be have /dev/ubi0_0 as "config" and /dev/ubi0_1 as "rootfs". Can be used with FSTYPE ubi and multiubi Signed-off-by: Maksym Komar --- meta/class

[OE-core] [PATCH] bitbake do not show error if mkfs.ubifs fail

2014-04-25 Thread Maksym Komar
. Rudolf Bannasch, Dr. Kostyantyn Kebkal Amtsgericht Berlin, Charlottenburg (unter der) Nummer HR B 77787 Steuer- Nr.: 37/296/20446 From e75f2ce250198e12f855f3492168b661b2e672b9 Mon Sep 17 00:00:00 2001 From: Maksym Komar ko...@evologics.de Date: Fri, 25 Apr 2014 12:59:52 +0200 Subject: [PATCH] fix