Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lxc: new package
@ 2013-02-12 11:21 Jérôme Pouiller
  2013-08-13 21:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jérôme Pouiller @ 2013-02-12 11:21 UTC (permalink / raw)
  To: buildroot

Linux Containers (LXC), provides the ability to group and isolate
of a set of processes in a jail by virtualizing and accounting the
kernel resources. It is similar to Linux-Vserver or Openvz.

Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
 package/Config.in     |    1 +
 package/lxc/Config.in |    9 +++++++++
 package/lxc/lxc.mk    |   15 +++++++++++++++
 3 files changed, 25 insertions(+)
 create mode 100644 package/lxc/Config.in
 create mode 100644 package/lxc/lxc.mk

diff --git a/package/Config.in b/package/Config.in
index 383a0e0..dfa8bb3 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -776,6 +776,7 @@ source "package/cpuload/Config.in"
 source "package/htop/Config.in"
 source "package/keyutils/Config.in"
 source "package/kmod/Config.in"
+source "package/lxc/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/module-init-tools/Config.in"
 endif
diff --git a/package/lxc/Config.in b/package/lxc/Config.in
new file mode 100644
index 0000000..d563b99
--- /dev/null
+++ b/package/lxc/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LXC
+	bool "lxc"
+	select BR2_PACKAGE_LIBCAP
+	help
+	  Linux Containers (LXC), provides the ability to group and isolate
+	  of a set of processes in a jail by virtualizing and accounting the
+	  kernel resources. It is similar to Linux-Vserver or Openvz.
+
+	  http://lxc.sourceforge.net/
diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk
new file mode 100644
index 0000000..d29a622
--- /dev/null
+++ b/package/lxc/lxc.mk
@@ -0,0 +1,15 @@
+#############################################################
+#
+# lxc
+#
+#############################################################
+
+LXC_VERSION = 0.8.0
+LXC_SOURCE = lxc-$(LXC_VERSION).tar.gz
+LXC_SITE = http://downloads.sourceforge.net/project/lxc/lxc/lxc-$(LXC_VERSION)
+LXC_LICENSE = LGPLv2.1+
+LXC_LICENSE_FILES = COPYING
+LXC_DEPENDENCIES = libcap
+LXC_CONF_OPT = --disable-apparmor
+
+$(eval $(autotools-package))
-- 
1.7.9.5

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

* [Buildroot] [PATCH] lxc: new package
  2013-02-12 11:21 [Buildroot] [PATCH] lxc: new package Jérôme Pouiller
@ 2013-08-13 21:10 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-08-13 21:10 UTC (permalink / raw)
  To: buildroot

Dear J?r?me Pouiller,

On Tue, 12 Feb 2013 12:21:26 +0100, J?r?me Pouiller wrote:
> Linux Containers (LXC), provides the ability to group and isolate
> of a set of processes in a jail by virtualizing and accounting the
> kernel resources. It is similar to Linux-Vserver or Openvz.
> 
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>

Applied, thanks.

I've bumped the version to 0.9.0 (last stable release available at this
time), and I've added thread and IPv6 toolchain dependencies.

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2013-08-13 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 11:21 [Buildroot] [PATCH] lxc: new package Jérôme Pouiller
2013-08-13 21:10 ` Thomas Petazzoni

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