containerd: enable build for aarch64 and arm
authorJohann Neuhauser <johann@it-neuhauser.de>
Tue, 5 Nov 2019 10:56:42 +0000 (11:56 +0100)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 6 Nov 2019 14:11:12 +0000 (22:11 +0800)
Compile-tested on: bcm2710, imx6
Runtime-tested on: bcm2710, imx6

Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
utils/containerd/Makefile

index 956ae304f67b8efd08a40fa2917a15894e3ca774..b8cc09b8e47bf2b2ab905041aee592eff885c164 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=containerd
 PKG_VERSION:=1.2.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
 
@@ -39,7 +39,7 @@ define Package/containerd
   CATEGORY:=Utilities
   TITLE:=containerd container runtime
   URL:=https://containerd.io/
-  DEPENDS:=$(GO_ARCH_DEPENDS) @TARGET_x86_64 +btrfs-progs +runc +CONTAINERD_SECCOMP:libseccomp
+  DEPENDS:=$(GO_ARCH_DEPENDS) @(aarch64||arm||x86_64) +btrfs-progs +runc +CONTAINERD_SECCOMP:libseccomp
   MENU:=1
 endef