mirror of https://github.com/OpenIPC/firmware.git
[no ci] majestic-plugins: sync recent changes
parent
e2b411222f
commit
df772d5bb7
|
@ -4,9 +4,12 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
MAJESTIC_PLUGINS_SITE = $(call github,openipc,majestic-plugins,$(MAJESTIC_PLUGINS_VERSION))
|
||||
MAJESTIC_PLUGINS_SITE_METHOD = git
|
||||
MAJESTIC_PLUGINS_SITE = https://github.com/openipc/majestic-plugins
|
||||
MAJESTIC_PLUGINS_VERSION = HEAD
|
||||
|
||||
MAJESTIC_PLUGINS_GIT_SUBMODULES = YES
|
||||
|
||||
define MAJESTIC_PLUGINS_BUILD_CMDS
|
||||
$(MAKE) CC=$(TARGET_CC) TARGET=$(OPENIPC_SOC_VENDOR) -C $(@D) -B
|
||||
endef
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
config BR2_PACKAGE_MAJESTIC
|
||||
bool "Majestic streamer"
|
||||
default n
|
||||
help
|
||||
Tiny but powerful IPC streaming software
|
||||
(non-commercial version for personal use only)
|
||||
|
|
|
@ -5,9 +5,6 @@ PIDFILE="/var/run/$DAEMON.pid"
|
|||
DAEMON_ARGS="-s"
|
||||
|
||||
start() {
|
||||
ulimit -c unlimited
|
||||
echo "/tmp/core.majestic" > /proc/sys/kernel/core_pattern
|
||||
|
||||
echo -n "Starting $DAEMON: "
|
||||
start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "$DAEMON" -- $DAEMON_ARGS
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
|
@ -19,11 +19,6 @@ MAJESTIC_DEPENDENCIES += \
|
|||
opus-openipc \
|
||||
json-c
|
||||
|
||||
MAJESTIC_FILTER = hi3516ev200 gk7205v200 infinity6b0 infinity6e t31
|
||||
ifneq ($(filter $(MAJESTIC_FILTER),$(MAJESTIC_FAMILY)),)
|
||||
MAJESTIC_DEPENDENCIES += majestic-plugins
|
||||
endif
|
||||
|
||||
define MAJESTIC_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/etc
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/etc $(@D)/majestic.yaml
|
||||
|
|
Loading…
Reference in New Issue