2016-06-10 20:13:29 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# imx-vpuwrap
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2016-11-01 17:10:05 +01:00
|
|
|
IMX_VPUWRAP_VERSION = 1.0.68
|
2016-06-10 20:13:29 +02:00
|
|
|
IMX_VPUWRAP_SITE = $(FREESCALE_IMX_SITE)
|
|
|
|
IMX_VPUWRAP_SOURCE = imx-vpuwrap-$(IMX_VPUWRAP_VERSION).bin
|
|
|
|
IMX_VPUWRAP_DEPENDENCIES = imx-vpu
|
|
|
|
IMX_VPUWRAP_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
IMX_VPUWRAP_LICENSE = NXP Semiconductor Software License Agreement
|
|
|
|
IMX_VPUWRAP_LICENSE_FILES = EULA COPYING
|
|
|
|
IMX_VPUWRAP_REDISTRIBUTE = NO
|
|
|
|
|
|
|
|
define IMX_VPUWRAP_EXTRACT_CMDS
|
2018-04-02 15:09:24 +02:00
|
|
|
$(call FREESCALE_IMX_EXTRACT_HELPER,$(IMX_VPUWRAP_DL_DIR)/$(IMX_VPUWRAP_SOURCE))
|
2016-06-10 20:13:29 +02:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|