BOARD: separate miyoo packages + concentrate RetroArch/libretro (#129)

MENU->Target packages ---> Miyoo Packages ---> ...
This commit is contained in:
Apaczer
2024-10-15 20:07:21 +02:00
committed by GitHub
parent 81270d9968
commit 59d7586ca6
217 changed files with 328 additions and 298 deletions

View File

@@ -0,0 +1,19 @@
################################################################################
#
# GMenu2X's "gm2xpkg" script
#
################################################################################
# Not a BR2_PACKAGE_FOO_VERSION
GM2XPKG_VERSION = master
GMENU2X_GM2XPKG_EXTRA_DOWNLOADS = https://raw.githubusercontent.com/MiyooCFW/gmenu2x/$(GM2XPKG_VERSION)/tools/gm2xpkg.sh
GMENU2X_GM2XPKG_INSTALL_STAGING = YES
GMENU2X_GM2XPKG_INSTALL_TARGET = NO
# Install GMenu2X PacKaGer to staging for development
define GMENU2X_GM2XPKG_INSTALL_STAGING_CMDS
$(INSTALL) -D -m 0755 $(GMENU2X_GM2XPKG_DL_DIR)/gm2xpkg.sh $(STAGING_DIR)/usr/bin/gm2xpkg
endef
$(eval $(generic-package))