Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
From cd4f5d9d8a10c368584e8e714ebb0f9695267063 Mon Sep 17 00:00:00 2001
|
||||
From: Simon Marchi <simon.marchi@polymtl.ca>
|
||||
Date: Mon, 10 Aug 2015 15:01:42 -0400
|
||||
Subject: [PATCH] Remove -fvisibiliy-inlines-hidden
|
||||
|
||||
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
|
||||
---
|
||||
Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.am b/Makefile.am
|
||||
index 714e435..17a23e2 100644
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -32,7 +32,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-libs
|
||||
COMMON_CXXFLAGS_ONLY_WARNINGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_builddir)/include \
|
||||
- -Wall -Wformat -W -fvisibility-inlines-hidden \
|
||||
+ -Wall -Wformat -W \
|
||||
$(libprotobuf_CFLAGS)
|
||||
|
||||
COMMON_CXXFLAGS = $(COMMON_CXXFLAGS_ONLY_WARNINGS)
|
||||
--
|
||||
2.5.0
|
||||
|
||||
135
deprecated/firmware/buildroot/package/ola/Config.in
Normal file
135
deprecated/firmware/buildroot/package/ola/Config.in
Normal file
@@ -0,0 +1,135 @@
|
||||
comment "ola needs a toolchain w/ C++, threads, wchar, dynamic library"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
|
||||
|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
||||
|
||||
config BR2_PACKAGE_OLA
|
||||
bool "ola (open lighting architecture)"
|
||||
select BR2_PACKAGE_PROTOBUF
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
depends on BR2_INSTALL_LIBSTDCPP # protobuf
|
||||
depends on !BR2_STATIC_LIBS # protobuf
|
||||
depends on BR2_USE_WCHAR # util-linux
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
||||
help
|
||||
Open Lighting Architecture provides applications
|
||||
with a mechanism to send and receive DMX512 & RDM
|
||||
commands using hardware devices and DMX over IP protocols.
|
||||
|
||||
http://www.opendmx.net/index.php/OLA
|
||||
|
||||
if BR2_PACKAGE_OLA
|
||||
|
||||
menu "bindings and interface"
|
||||
|
||||
config BR2_PACKAGE_OLA_WEB
|
||||
bool "http interface"
|
||||
select BR2_PACKAGE_LIBMICROHTTPD
|
||||
help
|
||||
Build OLA with browser interface.
|
||||
|
||||
config BR2_PACKAGE_OLA_PYTHON_BINDINGS
|
||||
bool "python bindings"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_PROTOBUF
|
||||
help
|
||||
Build OLA with support for the Python language.
|
||||
|
||||
config BR2_PACKAGE_OLA_SLP
|
||||
bool "slp tools"
|
||||
help
|
||||
Build OLA with slp tools.
|
||||
|
||||
endmenu
|
||||
|
||||
menu "tests and examples"
|
||||
|
||||
config BR2_PACKAGE_OLA_EXAMPLES
|
||||
bool "examples"
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
Build OLA examples.
|
||||
|
||||
config BR2_PACKAGE_OLA_RDM_TESTS
|
||||
bool "rdm tests"
|
||||
depends on BR2_PACKAGE_OLA_PYTHON_BINDINGS
|
||||
help
|
||||
Build OLA RDM tests.
|
||||
|
||||
endmenu
|
||||
|
||||
menu "plugin selections"
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_E131
|
||||
bool "acn E131"
|
||||
help
|
||||
Build ACN E131 plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_ARTNET
|
||||
bool "artnet"
|
||||
help
|
||||
Build Artnet plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_OPENDMX
|
||||
bool "DMX4Linux"
|
||||
help
|
||||
Build DMX4Linux plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_DUMMY
|
||||
bool "dummy"
|
||||
help
|
||||
Build Dummy plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_ESPNET
|
||||
bool "espnet"
|
||||
help
|
||||
Build EspNet plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_KINET
|
||||
bool "kinet"
|
||||
help
|
||||
Build KiNet plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_MILINT
|
||||
bool "Milford Instruments"
|
||||
help
|
||||
Build Milford Instruments 1-463 plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_OSC
|
||||
bool "osc"
|
||||
select BR2_PACKAGE_LIBLO
|
||||
help
|
||||
Build Open Sound Control plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_PATHPORT
|
||||
bool "pathport"
|
||||
help
|
||||
Build Pathport plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_SANDNET
|
||||
bool "sandnet"
|
||||
help
|
||||
Build SandNet plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_SHOWNET
|
||||
bool "shownet"
|
||||
help
|
||||
Build ShowNet plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI
|
||||
bool "stageprofi"
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
help
|
||||
Build StageProfi plugin for OLA.
|
||||
|
||||
config BR2_PACKAGE_OLA_PLUGIN_USBPRO
|
||||
bool "usbpro"
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
help
|
||||
Build UsbPro plugin for OLA.
|
||||
|
||||
endmenu
|
||||
|
||||
endif
|
||||
3
deprecated/firmware/buildroot/package/ola/ola.hash
Normal file
3
deprecated/firmware/buildroot/package/ola/ola.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 74baba18c5b62aba15e27e6b7882c6eac22043c8e7b297e4d2f6eb05dd1a33b0 ola-0.10.0.tar.gz
|
||||
sha256 32a8a7a00c7db7647710c84ed02611f2eba99669f2de4da7aceae9d4444f53a3 34999c70dcbe2d38bf13d57c9cfbdc63f0899b9a.patch
|
||||
175
deprecated/firmware/buildroot/package/ola/ola.mk
Normal file
175
deprecated/firmware/buildroot/package/ola/ola.mk
Normal file
@@ -0,0 +1,175 @@
|
||||
################################################################################
|
||||
#
|
||||
# ola
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OLA_VERSION = 0.10.0
|
||||
OLA_SITE = $(call github,OpenLightingProject,ola,$(OLA_VERSION))
|
||||
OLA_PATCH = https://github.com/OpenLightingProject/ola/commit/34999c70dcbe2d38bf13d57c9cfbdc63f0899b9a.patch
|
||||
OLA_LICENSE = LGPLv2.1+ (libola, libolacommon, Python bindings), GPLv2+ (libolaserver, olad, Python examples and tests)
|
||||
OLA_LICENSE_FILES = LICENCE GPL LGPL
|
||||
OLA_INSTALL_STAGING = YES
|
||||
OLA_AUTORECONF = YES
|
||||
|
||||
# util-linux provides uuid lib
|
||||
OLA_DEPENDENCIES = protobuf util-linux host-bison host-flex host-ola
|
||||
|
||||
OLA_CONF_OPTS = \
|
||||
ac_cv_have_pymod_google_protobuf=yes \
|
||||
--disable-gcov \
|
||||
--disable-tcmalloc \
|
||||
--disable-unittests \
|
||||
--disable-root-check \
|
||||
--disable-java-libs \
|
||||
--disable-fatal-warnings \
|
||||
--with-ola-protoc-plugin=$(HOST_DIR)/usr/bin/ola_protoc_plugin
|
||||
|
||||
HOST_OLA_DEPENDENCIES = host-util-linux host-protobuf
|
||||
|
||||
# When building the host part, disable as much as possible to speed up
|
||||
# the configure step and avoid missing host dependencies.
|
||||
HOST_OLA_CONF_OPTS = \
|
||||
--disable-all-plugins \
|
||||
--disable-slp \
|
||||
--disable-osc \
|
||||
--disable-uart \
|
||||
--disable-libusb \
|
||||
--disable-libftdi \
|
||||
--disable-http \
|
||||
--disable-examples \
|
||||
--disable-unittests \
|
||||
--disable-doxygen-html \
|
||||
--disable-doxygen-doc
|
||||
|
||||
# On the host side, we only need ola_protoc_plugin, so build and install this
|
||||
# only.
|
||||
HOST_OLA_MAKE_OPTS = protoc/ola_protoc_plugin
|
||||
define HOST_OLA_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/protoc/ola_protoc_plugin $(HOST_DIR)/usr/bin/ola_protoc_plugin
|
||||
endef
|
||||
|
||||
# sets where to find python libs built for target and required by ola
|
||||
OLA_CONF_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
|
||||
OLA_MAKE_ENV = PYTHONPATH=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
|
||||
|
||||
## OLA Bindings and Interface selections
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_WEB),y)
|
||||
OLA_CONF_OPTS += --enable-http
|
||||
OLA_DEPENDENCIES += libmicrohttpd
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-http
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_SLP),y)
|
||||
OLA_CONF_OPTS += --enable-slp
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-slp
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PYTHON_BINDINGS),y)
|
||||
OLA_CONF_OPTS += --enable-python-libs
|
||||
OLA_DEPENDENCIES += python python-protobuf
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-python-libs
|
||||
endif
|
||||
|
||||
## OLA Examples and Tests
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_EXAMPLES),y)
|
||||
OLA_CONF_OPTS += --enable-examples
|
||||
OLA_DEPENDENCIES += ncurses
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-examples
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_RDM_TESTS),y)
|
||||
OLA_CONF_OPTS += --enable-rdm-tests
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-rdm-tests
|
||||
endif
|
||||
|
||||
## OLA Plugin selections
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_E131),y)
|
||||
OLA_CONF_OPTS += --enable-e131
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-e131
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_ARTNET),y)
|
||||
OLA_CONF_OPTS += --enable-artnet
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-artnet
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_OPENDMX),y)
|
||||
OLA_CONF_OPTS += --enable-opendmx
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-opendmx
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_DUMMY),y)
|
||||
OLA_CONF_OPTS += --enable-dummy
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-dummy
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_ESPNET),y)
|
||||
OLA_CONF_OPTS += --enable-espnet
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-espnet
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_KINET),y)
|
||||
OLA_CONF_OPTS += --enable-kinet
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-kinet
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_OSC),y)
|
||||
OLA_CONF_OPTS += --enable-osc
|
||||
OLA_DEPENDENCIES += liblo
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-osc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_MILINT),y)
|
||||
OLA_CONF_OPTS += --enable-milinst
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-milinst
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_PATHPORT),y)
|
||||
OLA_CONF_OPTS += --enable-pathport
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-pathport
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_SANDNET),y)
|
||||
OLA_CONF_OPTS += --enable-sandnet
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-sandnet
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_SHOWNET),y)
|
||||
OLA_CONF_OPTS += --enable-shownet
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-shownet
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI),y)
|
||||
OLA_CONF_OPTS += --enable-stageprofi --enable-libusb
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-stageprofi
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_USBPRO),y)
|
||||
OLA_CONF_OPTS += --enable-usbpro --enable-libusb
|
||||
else
|
||||
OLA_CONF_OPTS += --disable-usbpro
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user