From f3e9a954421512678125ef5679244f7fc29de1cf Mon Sep 17 00:00:00 2001 From: vdutta Date: Thu, 1 Sep 2022 19:50:22 +0530 Subject: [PATCH] swmodd: 2.1.10 --- swmodd/Config.in | 22 ++++++++++++++++++++++ swmodd/Makefile | 4 ++-- swmodd/files/etc/swmodd/run.sh | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 swmodd/Config.in diff --git a/swmodd/Config.in b/swmodd/Config.in new file mode 100644 index 000000000..7e360aaa5 --- /dev/null +++ b/swmodd/Config.in @@ -0,0 +1,22 @@ +menu "Configuration" + depends on PACKAGE_swmodd + + config SWMODD_LXC_SUPPORT + bool "Handles LXC based containers" + default n + depends on PACKAGE_swmodd + select PACKAGE_liblxc + + config SWMODD_OCI_SUPPORT + bool "Handles OCI containers" + default y + depends on PACKAGE_swmodd + select PACKAGE_crun + + config SWMODD_REGISTRY_PULL_SUPPORT + bool "Add support to pull images from container image registries (i.e: docker.io, quay.io)" + default n + depends on PACKAGE_swmodd + select PACKAGE_skopeo + select PACKAGE_umoci +endmenu diff --git a/swmodd/Makefile b/swmodd/Makefile index c74ddee6a..10d3fc886 100755 --- a/swmodd/Makefile +++ b/swmodd/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swmodd -PKG_VERSION:=2.1.9 +PKG_VERSION:=2.1.10 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=2941682d0e8c3a509b8e5b03e6b03609619ca542 +PKG_SOURCE_VERSION:=d3657ecee7a3f6725ff91b0803e1247c0538bd44 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/swmodd.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip diff --git a/swmodd/files/etc/swmodd/run.sh b/swmodd/files/etc/swmodd/run.sh index 93b62b4ec..f9f5f72d7 100644 --- a/swmodd/files/etc/swmodd/run.sh +++ b/swmodd/files/etc/swmodd/run.sh @@ -104,7 +104,7 @@ update_network_ns() { update_config_json() { if [ ! -f "${BUNDLE:?}/${NAME:?}/config.json" ]; then - log "config.json not found" + log "config.json not found or bundle missing" exit 0; fi