update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/fb-test-app/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/fb-test-app/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_FB_TEST_APP
|
||||
bool "fb-test-app"
|
||||
help
|
||||
Test suite for Linux framebuffer.
|
||||
|
||||
https://github.com/prpplague/fb-test-app
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 6baf6b45968d0bb9a5527c6c4bf18661e9f9eb9be973a6d1952c38168c90d58f fb-test-app-rosetta-1.1.0.tar.gz
|
||||
23
bsp/buildroot-2017.02.11/package/fb-test-app/fb-test-app.mk
Normal file
23
bsp/buildroot-2017.02.11/package/fb-test-app/fb-test-app.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# fb-test-app
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FB_TEST_APP_VERSION = rosetta-1.1.0
|
||||
FB_TEST_APP_SITE = $(call github,prpplague,fb-test-app,$(FB_TEST_APP_VERSION))
|
||||
FB_TEST_APP_LICENSE = GPLv2
|
||||
FB_TEST_APP_LICENSE_FILES = COPYING
|
||||
|
||||
define FB_TEST_APP_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
||||
endef
|
||||
|
||||
define FB_TEST_APP_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/perf $(TARGET_DIR)/usr/bin/fb-test-perf
|
||||
$(INSTALL) -D -m 0755 $(@D)/rect $(TARGET_DIR)/usr/bin/fb-test-rect
|
||||
$(INSTALL) -D -m 0755 $(@D)/fb-test $(TARGET_DIR)/usr/bin/fb-test
|
||||
$(INSTALL) -D -m 0755 $(@D)/offset $(TARGET_DIR)/usr/bin/fb-test-offset
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user