public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/4] UBI support
@ 2019-01-30  8:02 claudius.heine.ext
  2019-01-30  8:02 ` [PATCH v2 1/4] doc/user: added targz-img to image type list claudius.heine.ext
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: claudius.heine.ext @ 2019-01-30  8:02 UTC (permalink / raw)
  To: isar-users; +Cc: Claudius Heine

From: Claudius Heine <ch@denx.de>

Hi,

here is version two of the ubifs and ubi patchset.

Claudius

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 (4):
  doc/user: added targz-img to image type list
  meta/classes: added ubifs-img class
  meta/classes: added ubi-img class
  meta-isar: added nand-ubi-demo example to demonstrate UBI use

 doc/user_manual.md                            |  6 +-
 meta-isar/classes/ubi-ubifs-img.bbclass       | 11 +++
 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/ubinize.cfg.tmpl             | 35 +++++++++
 .../recipes-core/images/isar-image-ubi.bb     | 51 +++++++++++++
 meta/classes/ubi-img.bbclass                  | 73 +++++++++++++++++++
 meta/classes/ubifs-img.bbclass                | 44 +++++++++++
 scripts/ci_build.sh                           |  1 +
 10 files changed, 247 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/ubinize.cfg.tmpl
 create mode 100644 meta-isar/recipes-core/images/isar-image-ubi.bb
 create mode 100644 meta/classes/ubi-img.bbclass
 create mode 100644 meta/classes/ubifs-img.bbclass

-- 
2.20.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-01-31 10:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30  8:02 [PATCH v2 0/4] UBI support claudius.heine.ext
2019-01-30  8:02 ` [PATCH v2 1/4] doc/user: added targz-img to image type list claudius.heine.ext
2019-01-30 16:19   ` Henning Schild
2019-01-30  8:02 ` [PATCH v2 2/4] meta/classes: added ubifs-img class claudius.heine.ext
2019-01-30  8:02 ` [PATCH v2 3/4] meta/classes: added ubi-img class claudius.heine.ext
2019-01-30  8:02 ` [PATCH v2 4/4] meta-isar: added nand-ubi-demo example to demonstrate UBI use claudius.heine.ext
2019-01-30 16:32   ` Henning Schild
2019-01-31 10:11     ` Claudius Heine
2019-01-30 12:57 ` [PATCH v2 0/4] UBI support Claudius Heine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox