• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/freescale-imx/imx-vpu/imx-vpu.mk
Andrew WebsterAndrew Webster committed 77cb513912e10 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# imx-vpu
4
#
5
################################################################################
6
​
7
IMX_VPU_VERSION = 5.4.33
8
IMX_VPU_SITE = $(FREESCALE_IMX_SITE)
9
IMX_VPU_SOURCE = imx-vpu-$(IMX_VPU_VERSION).bin
10
​
11
IMX_VPU_INSTALL_STAGING = YES
12
​
13
IMX_VPU_MAKE_ENV = \
14
    $(TARGET_MAKE_ENV) \
15
    $(TARGET_CONFIGURE_OPTS) \
16
    CROSS_COMPILE="$(TARGET_CROSS)" \
17
    PLATFORM=$(BR2_PACKAGE_FREESCALE_IMX_PLATFORM)
18
​
19
IMX_VPU_LICENSE = NXP Semiconductor Software License Agreement
20
IMX_VPU_LICENSE_FILES = EULA COPYING
21
IMX_VPU_REDISTRIBUTE = NO
22
​
23
define IMX_VPU_EXTRACT_CMDS
24
    $(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(IMX_VPU_SOURCE))
25
endef
26
​
27
define IMX_VPU_BUILD_CMDS
28
    $(IMX_VPU_MAKE_ENV) $(MAKE1) -C $(@D)
29
endef
30
​
31
define IMX_VPU_INSTALL_STAGING_CMDS
32
    $(IMX_VPU_MAKE_ENV) $(MAKE1) -C $(@D) DEST_DIR=$(STAGING_DIR) install
33
endef
34
​
35
define IMX_VPU_INSTALL_TARGET_CMDS
36
    $(IMX_VPU_MAKE_ENV) $(MAKE1) -C $(@D) DEST_DIR=$(TARGET_DIR) install
37
endef
38
​
39
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.