From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6652197203295076352 X-Received: by 2002:a1c:23ca:: with SMTP id j193mr3930wmj.1.1549295699954; Mon, 04 Feb 2019 07:54:59 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:9c48:: with SMTP id f69ls1945920wme.7.gmail; Mon, 04 Feb 2019 07:54:59 -0800 (PST) X-Google-Smtp-Source: AHgI3IaC0Wkfv1qLqwFHBmH152rpPsUveCTemv8OEF6sF+iKpTIRo2bIb/zhAP9omPn94ybyEOt0 X-Received: by 2002:a1c:4442:: with SMTP id r63mr578wma.23.1549295699399; Mon, 04 Feb 2019 07:54:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549295699; cv=none; d=google.com; s=arc-20160816; b=UiaDNyD2NIR53ydM4Og3TRrZ6PBfNZ55PK4iY3XNtfA1LhfQCT+h/DuE3EGPvReYDw FLMJ/Gq3F7D/1kX/1rYTpT7rhF0OORJOthYKOjvnkAYaYxizZtHHwB+bISQrD8JlJeoT nfDQhFKmmkPokav6X7weHKVLyQ0RCgJXVau6SVou26HC/qQJkETNL1V59DhmCcvJnv2T pfXm6KVh2GaKG8J23BTe6pH/ceo15hRtyf6Epn4HL3aues0pTMXaGdqumS+gHxUGUNa2 IufoBRs3XAhMbwU0s6OSPyZSERz8TqZi4C++nDY6jP6oUVy1ayxc3vAkr+503zWtIjXU iNNg== 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=vB73dpS48plkMH+mbo3rr3A5mJjKsIP0tV4mU9DIFiU=; b=QGPNtFdDG1pji/qRI9yqz8QkMb3mIoUoeGOn12aGuzqrpL4ZlXzelPUSLtHITT0tSQ ullSDaq/exONvNopvGNQcn2m1aB9D3DGq5Tk5XId0HVMbbZ5fxXTP4LQOQeVw1a2HEl/ SSkSrKgBaeDq+WITEP5aM5n0YGYJlM/lKrMk627/k/9/Wt1ob/8YfANw4Lr1+LhPd01H q+7FfVZoydVmNC2Q8HCBOGSmgi2UxP7j7Q1Z+k3mTHLTHgiGqTP7w8nU2cS4A2tD5u7y +6nVezVPjNRFR8wmTnAcPM20rg+qw3xD5/HdFIi7Q1WJO2YT4xJBiwI1mYdtl2ZAGnvr X30g== 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 t23si340439wmt.1.2019.02.04.07.54.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Feb 2019 07:54:59 -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 mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x14Fsw4c016344 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 4 Feb 2019 16:54:58 +0100 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.181]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x14FswrR024792; Mon, 4 Feb 2019 16:54:58 +0100 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v3 0/5] UBI support Date: Mon, 4 Feb 2019 16:54:49 +0100 Message-Id: <20190204155454.27465-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: PyoIxp2DaoPx From: Claudius Heine Hi, here is the third version of the UBI support patchset. This patch depends on merging the `Template system` patchset first. Claudius Changes from v2: - added fit image support patch - moved to new templating system - refactored `copy_boot_files` of isar-image-ubi Changes from v1: - fixed license header - removed ubifs test since it is included in the ubi test - merged ubifs and ubi patchset - renamed qemusabrelite to nand-ubi-demo - added nand-ubi-demo to ci build - added some entries for ubi/ubifs support in manual Claudius Heine (5): doc/user: added targz-img to image type list meta/classes: added ubifs-img class meta/classes: added ubi-img class meta/classes: added fit-img class for creation of fit images meta-isar: added nand-ubi-demo example to demonstrate UBI use doc/user_manual.md | 6 +- meta-isar/classes/ubi-ubifs-img.bbclass | 10 ++++ meta-isar/conf/local.conf.sample | 1 + meta-isar/conf/machine/nand-ubi-demo.conf | 13 +++++ .../multiconfig/nand-ubi-demo-buster.conf | 13 +++++ .../images/files/fitimage.its.tmpl | 58 +++++++++++++++++++ .../images/files/ubinize.cfg.tmpl | 17 ++++++ .../recipes-core/images/isar-image-ubi.bb | 40 +++++++++++++ meta/classes/fit-img.bbclass | 49 ++++++++++++++++ meta/classes/ubi-img.bbclass | 52 +++++++++++++++++ meta/classes/ubifs-img.bbclass | 44 ++++++++++++++ scripts/ci_build.sh | 1 + 12 files changed, 303 insertions(+), 1 deletion(-) create mode 100644 meta-isar/classes/ubi-ubifs-img.bbclass create mode 100644 meta-isar/conf/machine/nand-ubi-demo.conf create mode 100644 meta-isar/conf/multiconfig/nand-ubi-demo-buster.conf create mode 100644 meta-isar/recipes-core/images/files/fitimage.its.tmpl create mode 100644 meta-isar/recipes-core/images/files/ubinize.cfg.tmpl create mode 100644 meta-isar/recipes-core/images/isar-image-ubi.bb create mode 100644 meta/classes/fit-img.bbclass create mode 100644 meta/classes/ubi-img.bbclass create mode 100644 meta/classes/ubifs-img.bbclass -- 2.20.1