add build image

This commit is contained in:
tiopex
2023-03-13 13:28:06 +01:00
parent f6dbd54c41
commit fa8b4b1683
3784 changed files with 6309 additions and 122 deletions

View File

@@ -0,0 +1,13 @@
MIYOO_DAEMON_VERSION = origin/master
MIYOO_DAEMON_SITE_METHOD = git
MIYOO_DAEMON_SITE = https://github.com/MiyooCFW/daemon.git
define MIYOO_DAEMON_BUILD_CMDS
"$(TARGET_CC)" $(@D)/main.c -o $(@D)/daemon -ggdb -lSDL -lc
endef
define MIYOO_DAEMON_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/daemon $(TARGET_DIR)/usr/bin
endef
$(eval $(generic-package))