forked from Seeed-Studio/reCamera-OS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6ed391
commit b8dbbc4
Showing
12 changed files
with
431 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
source "$BR2_EXTERNAL_BR2EXT_PATH/reCamera/Config.in" | ||
source "$BR2_EXTERNAL_BR2EXT_PATH/sscma-supervisor/Config.in" | ||
source "$BR2_EXTERNAL_BR2EXT_PATH/sscma-app/Config.in" | ||
source "$BR2_EXTERNAL_BR2EXT_PATH/libhv/Config.in" | ||
source "$BR2_EXTERNAL_BR2EXT_PATH/openhd/Config.in" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
config BR2_PACKAGE_OPENHD | ||
bool "openhd" | ||
select BR2_PACKAGE_LIBPCAP | ||
select BR2_PACKAGE_LIBSODIUM | ||
select BR2_PACKAGE_GSTREAMER1 | ||
select BR2_PACKAGE_GST1_PLUGINS_BASE | ||
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP | ||
|
||
help | ||
OpenHD package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
################################################################################ | ||
# | ||
# OpenHD | ||
# | ||
################################################################################ | ||
$(info Building the OpenHD template package...) | ||
|
||
OPENHD_SITE = https://github.com/OpenHD/OpenHD | ||
OPENHD_SITE_METHOD = git | ||
OPENHD_GIT_SUBMODULES = YES | ||
OPENHD_VERSION = {{VERSION}} | ||
OPENHD_SUBDIR = OpenHD | ||
|
||
OPENHD_INSTALL_STAGING = NO | ||
OPENHD_INSTALL_TARGET = YES | ||
|
||
OPENHD_CONF_OPTS = -DENABLE_USB_CAMERAS=OFF | ||
OPENHD_DEPENDENCIES = libsodium gstreamer1 gst1-plugins-base libpcap host-pkgconf | ||
$(eval $(cmake-package)) | ||
|
Oops, something went wrong.