|
@ -46,6 +46,7 @@ define Package/lxc/Default |
|
|
CATEGORY:=Utilities |
|
|
CATEGORY:=Utilities |
|
|
TITLE:=LXC userspace tools |
|
|
TITLE:=LXC userspace tools |
|
|
URL:=https://linuxcontainers.org/ |
|
|
URL:=https://linuxcontainers.org/ |
|
|
|
|
|
DEPENDS:=@!arc |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc |
|
|
define Package/lxc |
|
@ -56,7 +57,7 @@ endef |
|
|
define Package/lxc-auto |
|
|
define Package/lxc-auto |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:= (initscript) |
|
|
TITLE:= (initscript) |
|
|
DEPENDS:=+lxc-start +lxc-stop |
|
|
|
|
|
|
|
|
DEPENDS+=lxc-start +lxc-stop |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc-auto/description |
|
|
define Package/lxc-auto/description |
|
@ -73,7 +74,7 @@ endef |
|
|
define Package/lxc-unprivileged |
|
|
define Package/lxc-unprivileged |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:=Helper script for unprivileged containers support |
|
|
TITLE:=Helper script for unprivileged containers support |
|
|
DEPENDS:=+shadow-utils +shadow-newuidmap +shadow-newgidmap |
|
|
|
|
|
|
|
|
DEPENDS+=+shadow-utils +shadow-newuidmap +shadow-newgidmap |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc-unprivileged/description |
|
|
define Package/lxc-unprivileged/description |
|
@ -98,25 +99,25 @@ endef |
|
|
define Package/lxc-common |
|
|
define Package/lxc-common |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:=LXC common files |
|
|
TITLE:=LXC common files |
|
|
DEPENDS:= lxc |
|
|
|
|
|
|
|
|
DEPENDS+= lxc |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc-hooks |
|
|
define Package/lxc-hooks |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:=LXC virtual machine hooks |
|
|
TITLE:=LXC virtual machine hooks |
|
|
DEPENDS:= lxc |
|
|
|
|
|
|
|
|
DEPENDS+= lxc |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc-templates |
|
|
define Package/lxc-templates |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:=LXC virtual machine templates |
|
|
TITLE:=LXC virtual machine templates |
|
|
DEPENDS:= lxc |
|
|
|
|
|
|
|
|
DEPENDS+= lxc |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc-configs |
|
|
define Package/lxc-configs |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:=LXC virtual machine common config files |
|
|
TITLE:=LXC virtual machine common config files |
|
|
DEPENDS:= lxc |
|
|
|
|
|
|
|
|
DEPENDS+= lxc |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/liblxc |
|
|
define Package/liblxc |
|
@ -124,13 +125,13 @@ define Package/liblxc |
|
|
SECTION:=libs |
|
|
SECTION:=libs |
|
|
CATEGORY:=Libraries |
|
|
CATEGORY:=Libraries |
|
|
TITLE:=LXC userspace library |
|
|
TITLE:=LXC userspace library |
|
|
DEPENDS:= lxc +libcap +libpthread +LXC_SECCOMP:libseccomp +libopenssl |
|
|
|
|
|
|
|
|
DEPENDS+= lxc +libcap +libpthread +LXC_SECCOMP:libseccomp +libopenssl |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc-init |
|
|
define Package/lxc-init |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:=LXC Lua bindings |
|
|
TITLE:=LXC Lua bindings |
|
|
DEPENDS:= lxc +liblxc |
|
|
|
|
|
|
|
|
DEPENDS+= lxc +liblxc |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
CONFIGURE_ARGS += \
|
|
@ -245,7 +246,7 @@ define GenPlugin |
|
|
define Package/lxc-$(1) |
|
|
define Package/lxc-$(1) |
|
|
$(call Package/lxc/Default) |
|
|
$(call Package/lxc/Default) |
|
|
TITLE:=Utility lxc-$(1) from the LXC userspace tools |
|
|
TITLE:=Utility lxc-$(1) from the LXC userspace tools |
|
|
DEPENDS:= lxc +lxc-common $(2) $(DEPENDS_$(1)) |
|
|
|
|
|
|
|
|
DEPENDS+= lxc +lxc-common $(2) $(DEPENDS_$(1)) |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/lxc-$(1)/install |
|
|
define Package/lxc-$(1)/install |
|
|