All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vyacheslav Yurkov <uvv.mail@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Pull request (cover letter only)
Date: Fri, 19 Nov 2021 07:15:01 +0100	[thread overview]
Message-ID: <cover.1637301667.git.uvv.mail@gmail.com> (raw)

This is a V1 of overlayfs-etc image feature implementation, that allows
to setup the whole /etc under overlayfs. Please review and merge if you
find it OK

The following changes since commit 0d15632f3db787d3f08eb260732567e62f52ffb3:

  libtasn1: upgrade 4.17.0 -> 4.18.0 (2021-11-16 22:19:47 +0000)

are available in the Git repository at:

  git://github.com/UVV-gh/openembedded-core feature/overlayfs-etc
  https://github.com/UVV-gh/openembedded-core/tree/feature/overlayfs-etc

Vyacheslav Yurkov (6):
  overlayfs-etc: mount etc as overlayfs
  wic: image for overlayfs-etc tests
  image: add overlayfs-etc image feature
  oeqa/selftest: overlayfs helper function
  oeqa/selftest: unit tests for overlayfs-etc
  overlayfs: update notes on /etc

 meta-selftest/wic/overlayfs_etc.wks.in    |   4 +
 meta/classes/image.bbclass                |   3 +-
 meta/classes/overlayfs-etc.bbclass        |  93 ++++++++++++
 meta/classes/overlayfs.bbclass            |   1 +
 meta/lib/oeqa/selftest/cases/overlayfs.py | 173 ++++++++++++++++++++--
 5 files changed, 257 insertions(+), 17 deletions(-)
 create mode 100644 meta-selftest/wic/overlayfs_etc.wks.in
 create mode 100644 meta/classes/overlayfs-etc.bbclass

-- 
2.28.0



             reply	other threads:[~2021-11-19  6:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19  6:15 Vyacheslav Yurkov [this message]
2021-11-19  6:15 ` [PATCH 1/6] overlayfs-etc: mount etc as overlayfs Vyacheslav Yurkov
2021-12-09 10:59   ` [OE-core] " Ross Burton
2021-12-09 15:13     ` Vyacheslav Yurkov
2021-12-09 11:08   ` Richard Purdie
2021-12-09 15:19     ` Vyacheslav Yurkov
2021-12-09 17:01       ` Richard Purdie
2021-11-19  6:15 ` [PATCH 2/6] wic: image for overlayfs-etc tests Vyacheslav Yurkov
2021-11-19  6:15 ` [PATCH 3/6] image: add overlayfs-etc image feature Vyacheslav Yurkov
2021-11-19  6:15 ` [PATCH 4/6] oeqa/selftest: overlayfs helper function Vyacheslav Yurkov
2021-11-19  6:15 ` [PATCH 5/6] oeqa/selftest: unit tests for overlayfs-etc Vyacheslav Yurkov
2021-11-19  6:15 ` [PATCH 6/6] overlayfs: update notes on /etc Vyacheslav Yurkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1637301667.git.uvv.mail@gmail.com \
    --to=uvv.mail@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.