Import buildroot 2016.02.01
This commit is contained in:
8
firmware/buildroot/package/libfslparser/Config.in
Normal file
8
firmware/buildroot/package/libfslparser/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LIBFSLPARSER
|
||||
bool "libfslparser"
|
||||
depends on BR2_arm # Only relevant for i.MX
|
||||
help
|
||||
Binary parser libraries for the Freescale i.MX SoCs.
|
||||
|
||||
This library is provided by Freescale as-is and doesn't have
|
||||
an upstream.
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 e7c248e64db03c3ddd84f50ae408e560f8f5819e58c487a5dec5141bc384ae83 libfslparser-4.0.7.bin
|
||||
23
firmware/buildroot/package/libfslparser/libfslparser.mk
Normal file
23
firmware/buildroot/package/libfslparser/libfslparser.mk
Normal file
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# libfslparser
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFSLPARSER_VERSION = 4.0.7
|
||||
LIBFSLPARSER_SITE = $(FREESCALE_IMX_SITE)
|
||||
LIBFSLPARSER_SOURCE = libfslparser-$(LIBFSLPARSER_VERSION).bin
|
||||
LIBFSLPARSER_INSTALL_STAGING = YES
|
||||
|
||||
LIBFSLPARSER_LICENSE = Freescale Semiconductor Software License Agreement
|
||||
LIBFSLPARSER_LICENSE_FILES = EULA COPYING
|
||||
LIBFSLPARSER_REDISTRIBUTE = NO
|
||||
|
||||
define LIBFSLPARSER_EXTRACT_CMDS
|
||||
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLPARSER_SOURCE))
|
||||
endef
|
||||
|
||||
# The Makefile installs several versions of the libraries, but we only
|
||||
# need one of them, depending on the platform.
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user