mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
package/altera-stapl/Config.in
Normal file
8
package/altera-stapl/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_ALTERA_STAPL
|
||||
bool "altera-stapl"
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8 # libgpiod
|
||||
select BR2_PACKAGE_LIBGPIOD
|
||||
help
|
||||
Altera Jam STAPL Bytecode Player.
|
||||
|
||||
https://github.com/kontron/altera-stapl
|
||||
2
package/altera-stapl/altera-stapl.hash
Normal file
2
package/altera-stapl/altera-stapl.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
sha256 a4d85a79790eab851399132fce4524979fe764d5297413b2445673e6a190bb42 altera-stapl-0.3.3.tar.gz
|
||||
sha256 d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388 COPYING
|
||||
21
package/altera-stapl/altera-stapl.mk
Normal file
21
package/altera-stapl/altera-stapl.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# altera-stapl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ALTERA_STAPL_VERSION = 0.3.3
|
||||
ALTERA_STAPL_SITE = $(call github,kontron,altera-stapl,$(ALTERA_STAPL_VERSION))
|
||||
ALTERA_STAPL_LICENSE = GPLv2+
|
||||
ALTERA_STAPL_LICENSE_FILES = COPYING
|
||||
ALTERA_STAPL_DEPENDENCIES = libgpiod
|
||||
|
||||
define ALTERA_STAPL_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
||||
endef
|
||||
|
||||
define ALTERA_STAPL_INSTALL_TARGET_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user