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*" 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))