From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6651523578180141056 X-Received: by 2002:a1c:23ca:: with SMTP id j193mr1593142wmj.1.1548678515870; Mon, 28 Jan 2019 04:28:35 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:b686:: with SMTP id g128ls1870017wmf.8.gmail; Mon, 28 Jan 2019 04:28:35 -0800 (PST) X-Google-Smtp-Source: ALg8bN5+KTlCBqigwo+pKduS8IOzLqbnL3Mo4LN9CeuSBtcCcIv3pclMn1CKVy7QE0VAjLlC9cXa X-Received: by 2002:a1c:96c9:: with SMTP id y192mr1531679wmd.20.1548678515447; Mon, 28 Jan 2019 04:28:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548678515; cv=none; d=google.com; s=arc-20160816; b=rygzMLhqfQERGuIfi5/sHVJ8fn0zTMeUhl+ayUKhxpgczpa/qsXS0J75ECG+0OJjmI nMkrSrNOJ+DenC3TipIYT9Z7Isq/dyIagQGlBuc+e0a0u6su83JHKgw5zYp0BBFvQbec CQZCj4VkPcAc1kuLVrZoBpK56i/fqSW+K0W/FFIxeioS4f1w0G3hj0qTyWhrDa5QIFPj MM/c4P0ijU5fXquUgU4nQsOJKw4LvEJxTct+VJRnqj+UCf7ont6nkF6CvKqCzALMsaqv mOn/oa3bB9zYYfXkoM0CXytN57sfrO7dI+rjUkxJDoQqbFgycZ/feSGXEO0lX39IS9lH 9Qaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=GZHHXU4ASTdUEgAauy64bOhYEYqC9uVpCuQ6reUSWOE=; b=OdZwCylrAYAJypn6YhXDB7uoJGhnyO/oK5/O8HUqySfSvMMF9RA/+Ze5Fz5GP/bEnx vQeZmKV9X9n+1asSUS5730aL3m7LWAlTdPG2DLkLSBrCOijk3OOhFPjxehQHFZoHx1bV 6t9V5movKR5rZUXFsPEST0lYJIIRDPMyOyYB3S3afaaPkms650xC5e4OU4RHTOMKlROF ojsL/BRLCzk4JvziGC4W1Sv/thHD7h+2We5So6PB6ApbSofDBVClGX+ZvGdLFL0V6KFB ojlJoQGIiP/uhZ6B3bRajzR5QkbpDYbu4mBUw9MOBsJmY/H+wmAVIH2rrUd4l/ForWLT UUZw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id k39si3902062wre.2.2019.01.28.04.28.35 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 28 Jan 2019 04:28:35 -0800 (PST) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x0SCSYbt024551 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 28 Jan 2019 13:28:34 +0100 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.181]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x0SCSXpp023394; Mon, 28 Jan 2019 13:28:33 +0100 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH 0/2] Integrate UBIFS support (+doc fixes) Date: Mon, 28 Jan 2019 13:28:19 +0100 Message-Id: <20190128122821.10002-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: ZysSerYDVWlB From: Claudius Heine Hi, The second patch add support for UBIFS images to isar as well a testcase for it for qemuamd64. I am aware that this will result in a image, that is very unlikely to be usable, since qemuamd64 does not support mtd block device emulation. But for just testing those image types, that should be ok, IMO. I will now think about ubi images and maybe how to integrate boot with qemu-arm (sabrelite). regards, Claudius Claudius Heine (2): doc/user: added targz-img to image type list integrate ubifs image type doc/user_manual.md | 4 +- meta-isar/conf/local.conf.sample | 1 + .../multiconfig/qemuamd64-buster-ubifs.conf | 16 +++++++ meta/classes/ubifs-img.bbclass | 42 +++++++++++++++++++ scripts/ci_build.sh | 1 + 5 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 meta-isar/conf/multiconfig/qemuamd64-buster-ubifs.conf create mode 100644 meta/classes/ubifs-img.bbclass -- 2.20.1