All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] RFC: Add global Docker container runtime
@ 2021-06-16 20:14 Denys Dmytriyenko
  2021-06-16 20:14 ` [PATCH 1/2] linux-ti-staging: enable necessary configs for running docker containers Denys Dmytriyenko
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2021-06-16 20:14 UTC (permalink / raw)
  To: meta-arago; +Cc: Denys Dmytriyenko

From: Denys Dmytriyenko <denys@konsulko.com>

This patchset adds Docker container runtime to both base and default rootfs 
images for all platforms.

Patch 1 enables necessary kernel configs through docker.cfg config fragment. 
This fragment can later be added to ti-linux-kernel/ti_config_fragments.

Denys Dmytriyenko (2):
  linux-ti-staging: enable necessary configs for running docker
    containers
  packagegroup-arago-base: add docker runtime to the base and default
    rootfs

 .../packagegroups/packagegroup-arago-base.bb         |  1 +
 meta-arago-distro/recipes-kernel/linux/docker.inc    |  2 ++
 .../linux/linux-ti-staging-rt_%.bbappend             |  1 +
 .../linux/linux-ti-staging-systest_%.bbappend        |  1 +
 .../recipes-kernel/linux/linux-ti-staging/docker.cfg | 20 ++++++++++++++++++++
 .../recipes-kernel/linux/linux-ti-staging_%.bbappend |  1 +
 6 files changed, 26 insertions(+)
 create mode 100644 meta-arago-distro/recipes-kernel/linux/docker.inc
 create mode 100644 meta-arago-distro/recipes-kernel/linux/linux-ti-staging/docker.cfg

-- 
2.7.4



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

end of thread, other threads:[~2021-07-19 22:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 20:14 [PATCH 0/2] RFC: Add global Docker container runtime Denys Dmytriyenko
2021-06-16 20:14 ` [PATCH 1/2] linux-ti-staging: enable necessary configs for running docker containers Denys Dmytriyenko
2021-06-16 20:14 ` [PATCH 2/2] packagegroup-arago-base: add docker runtime to the base and default rootfs Denys Dmytriyenko
2021-06-16 21:31 ` [PATCH 0/2] RFC: Add global Docker container runtime Denys Dmytriyenko
2021-07-19 22:01 ` Denys Dmytriyenko

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.