logging: Add logging command

Add new command and update startup scripts to use it

Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
2026-02-07 21:42:53 -06:00
parent 1bd2214dad
commit f58cc7aded
7 changed files with 54 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
config BR2_PACKAGE_ARCADE_LOGGER_CMD
bool "arcade-logger-cmd"
help
CLI app for logging to the command logging library

View File

@@ -0,0 +1,11 @@
################################################################################
#
# arcade-logger-cmd
#
################################################################################
ARCADE_LOGGER_CMD_VERSION = 26698165ce1717f51eaa5175653e29d48e4ba2ba
ARCADE_LOGGER_CMD_SITE = gitea@ssh.git.home.arpa:arcade/log.git
ARCADE_LOGGER_CMD_SITE_METHOD = git
$(eval $(cargo-package))