Merge pull request #2 from OpenIPC/dev

Dev
pull/16/head
Igor Zalatov 2021-04-17 20:58:14 +03:00 committed by GitHub
commit 5eb1e06274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 46 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: OpenIPC for Hi3516Ev200
on:
push:
branches:
- main
- master
tags:
- "v*"

View File

@ -3,7 +3,7 @@ name: OpenIPC for Hi3516Ev300
on:
push:
branches:
- main
- master
tags:
- "v*"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_IPCTOOL
bool "ipctool"
help
ipctool - IP cameras chip information tool
https://github.com/openipc/ipctool/

View File

@ -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))

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_IPCTOOL
bool "ipctool"
help
ipctool - IP cameras chip information tool
https://github.com/openipc/ipctool/

View File

@ -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))