From 523c5a9eafdbbdb801dd08b1df1abb889b63cd32 Mon Sep 17 00:00:00 2001 From: Igor Zalatov <flyrouter@gmail.com> Date: Sat, 17 Apr 2021 20:56:11 +0300 Subject: [PATCH 1/2] Add ipctool package --- br-ext-chip-sigmastar/package/ipctool/Config.in | 6 ++++++ br-ext-chip-sigmastar/package/ipctool/ipctool.mk | 16 ++++++++++++++++ br-ext-chip-xiongmai/package/ipctool/Config.in | 6 ++++++ br-ext-chip-xiongmai/package/ipctool/ipctool.mk | 16 ++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 br-ext-chip-sigmastar/package/ipctool/Config.in create mode 100644 br-ext-chip-sigmastar/package/ipctool/ipctool.mk create mode 100644 br-ext-chip-xiongmai/package/ipctool/Config.in create mode 100644 br-ext-chip-xiongmai/package/ipctool/ipctool.mk diff --git a/br-ext-chip-sigmastar/package/ipctool/Config.in b/br-ext-chip-sigmastar/package/ipctool/Config.in new file mode 100644 index 00000000..7a762e32 --- /dev/null +++ b/br-ext-chip-sigmastar/package/ipctool/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_IPCTOOL + bool "ipctool" + help + ipctool - IP cameras chip information tool + + https://github.com/openipc/ipctool/ diff --git a/br-ext-chip-sigmastar/package/ipctool/ipctool.mk b/br-ext-chip-sigmastar/package/ipctool/ipctool.mk new file mode 100644 index 00000000..3d6c6eb0 --- /dev/null +++ b/br-ext-chip-sigmastar/package/ipctool/ipctool.mk @@ -0,0 +1,16 @@ +################################################################################ +# +# ipctool +# +################################################################################ + +IPCTOOL_VERSION = 04b2eec1f6d2cbb053548257836e6a7bbebf9d93 +IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION)) +IPCTOOL_LICENSE = MIT +IPCTOOL_LICENSE_FILES = LICENSE + +IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON + +IPCTOOL_MAKE_OPTS += VERBOSE=1 + +$(eval $(cmake-package)) diff --git a/br-ext-chip-xiongmai/package/ipctool/Config.in b/br-ext-chip-xiongmai/package/ipctool/Config.in new file mode 100644 index 00000000..7a762e32 --- /dev/null +++ b/br-ext-chip-xiongmai/package/ipctool/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_IPCTOOL + bool "ipctool" + help + ipctool - IP cameras chip information tool + + https://github.com/openipc/ipctool/ diff --git a/br-ext-chip-xiongmai/package/ipctool/ipctool.mk b/br-ext-chip-xiongmai/package/ipctool/ipctool.mk new file mode 100644 index 00000000..3d6c6eb0 --- /dev/null +++ b/br-ext-chip-xiongmai/package/ipctool/ipctool.mk @@ -0,0 +1,16 @@ +################################################################################ +# +# ipctool +# +################################################################################ + +IPCTOOL_VERSION = 04b2eec1f6d2cbb053548257836e6a7bbebf9d93 +IPCTOOL_SITE = $(call github,openipc,ipctool,$(IPCTOOL_VERSION)) +IPCTOOL_LICENSE = MIT +IPCTOOL_LICENSE_FILES = LICENSE + +IPCTOOL_CONF_OPTS += -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DSKIP_VERSION=ON + +IPCTOOL_MAKE_OPTS += VERBOSE=1 + +$(eval $(cmake-package)) From c9bd09845a9730d012b2d1ef29930cf584ca2fc0 Mon Sep 17 00:00:00 2001 From: Igor Zalatov <flyrouter@gmail.com> Date: Sat, 17 Apr 2021 20:57:27 +0300 Subject: [PATCH 2/2] Up --- .github/workflows/hi3516ev200_images.yml | 2 +- .github/workflows/hi3516ev300_images.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hi3516ev200_images.yml b/.github/workflows/hi3516ev200_images.yml index e1e5436e..64f36aaa 100644 --- a/.github/workflows/hi3516ev200_images.yml +++ b/.github/workflows/hi3516ev200_images.yml @@ -3,7 +3,7 @@ name: OpenIPC for Hi3516Ev200 on: push: branches: - - main + - master tags: - "v*" diff --git a/.github/workflows/hi3516ev300_images.yml b/.github/workflows/hi3516ev300_images.yml index debbc84c..94a42c88 100644 --- a/.github/workflows/hi3516ev300_images.yml +++ b/.github/workflows/hi3516ev300_images.yml @@ -3,7 +3,7 @@ name: OpenIPC for Hi3516Ev300 on: push: branches: - - main + - master tags: - "v*"