31 lines
811 B
BlitzBasic
31 lines
811 B
BlitzBasic
# Copyright (C) 2013-2016 Freescale Semiconductor
|
|
# Copyright 2017-2021 NXP
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
DESCRIPTION = "Freescale Multimedia VPU wrapper"
|
|
LICENSE = "Proprietary"
|
|
SECTION = "multimedia"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f"
|
|
|
|
DEPENDS = "virtual/imxvpu"
|
|
DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc"
|
|
|
|
IMX_VPUWRAP_SRC ?= "git://github.com/NXP/imx-vpuwrap.git;protocol=https"
|
|
SRC_URI = "${IMX_VPUWRAP_SRC};branch=${SRCBRANCH}"
|
|
|
|
SRCBRANCH = "MM_04.06.03_2110_L5.10.y"
|
|
SRCREV = "0d600134d132a485a9e5a0fb70959e5a50c9d00b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_install:append() {
|
|
# FIXME: Drop examples for now
|
|
rm -r ${D}${datadir}
|
|
}
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
COMPATIBLE_MACHINE = "(imxvpu)"
|