All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Permit to install files from an overlay in images recipes
@ 2017-02-15 17:33 Geoffrey Levillain
  2017-02-15 17:33 ` [PATCH v2 1/3] image.bbclass: No need to force image licence on MIT Geoffrey Levillain
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Geoffrey Levillain @ 2017-02-15 17:33 UTC (permalink / raw)
  To: openembedded-core

Hi,

These patches introduce a capability to install overlay into image after
fetching them.

There is actually a need to add image-specific configurations files into
image recipes, and these patches are a way to standardize this process as
well as simplify it by re-enabling fetching when image_overlay is
inherited, and by providing a task that copy every files in directories
listed in OVERLAY_ROOT_DIRS into IMAGE_ROOTFS directory.

Geoffrey Levillain (3):
  image.bbclass: No need to force image licence on MIT
  image_overlay.bbclass: Add possibility to install overlays to image
  rm_work.bbclass: Do not remove fetching and install_overlay stamps

 meta/classes/image.bbclass         |  2 +-
 meta/classes/image_overlay.bbclass | 24 ++++++++++++++++++++++++
 meta/classes/rm_work.bbclass       |  4 ++++
 3 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 meta/classes/image_overlay.bbclass

Regards,
Geoffrey Levillain
--



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

end of thread, other threads:[~2017-02-17 10:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15 17:33 [PATCH v2 0/3] Permit to install files from an overlay in images recipes Geoffrey Levillain
2017-02-15 17:33 ` [PATCH v2 1/3] image.bbclass: No need to force image licence on MIT Geoffrey Levillain
2017-02-15 17:33 ` [PATCH v2 2/3] image_overlay.bbclass: Add possibility to install overlays to image Geoffrey Levillain
2017-02-16  4:44   ` Richard Purdie
2017-02-17 10:42     ` Jérémy Rosen
2017-02-15 17:33 ` [PATCH v2 3/3] rm_work.bbclass: Do not remove fetching and install_overlay stamps Geoffrey Levillain
2017-02-16  4:46   ` Richard Purdie
2017-02-16  2:18 ` [PATCH v2 0/3] Permit to install files from an overlay in images recipes Gary Thomas
2017-02-17 10:45   ` Jérémy Rosen

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.