imx-vpuwrap.mk 670 B

123456789101112131415161718192021
  1. ################################################################################
  2. #
  3. # imx-vpuwrap
  4. #
  5. ################################################################################
  6. IMX_VPUWRAP_VERSION = 1.0.68
  7. IMX_VPUWRAP_SITE = $(FREESCALE_IMX_SITE)
  8. IMX_VPUWRAP_SOURCE = imx-vpuwrap-$(IMX_VPUWRAP_VERSION).bin
  9. IMX_VPUWRAP_DEPENDENCIES = imx-vpu
  10. IMX_VPUWRAP_INSTALL_STAGING = YES
  11. IMX_VPUWRAP_LICENSE = NXP Semiconductor Software License Agreement
  12. IMX_VPUWRAP_LICENSE_FILES = EULA COPYING
  13. IMX_VPUWRAP_REDISTRIBUTE = NO
  14. define IMX_VPUWRAP_EXTRACT_CMDS
  15. $(call FREESCALE_IMX_EXTRACT_HELPER,$(IMX_VPUWRAP_DL_DIR)/$(IMX_VPUWRAP_SOURCE))
  16. endef
  17. $(eval $(autotools-package))