29 lines
872 B
BlitzBasic
29 lines
872 B
BlitzBasic
# Copyright (C) 2013-2016 Freescale Semiconductor
|
|
# Copyright 2017-2020 NXP
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
DESCRIPTION = "Freescale Multimedia VPU wrapper"
|
|
DEPENDS = "virtual/imxvpu"
|
|
DEPENDS_append_mx8mp = " imx-vpu-hantro-vc"
|
|
LICENSE = "Proprietary"
|
|
SECTION = "multimedia"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a"
|
|
|
|
IMX_VPUWRAP_SRC ?= "git://github.com/NXP/imx-vpuwrap.git;protocol=https"
|
|
SRCBRANCH = "MM_04.06.00_2012_L5.10.y"
|
|
SRC_URI = "${IMX_VPUWRAP_SRC};branch=${SRCBRANCH}"
|
|
SRCREV = "2dc3fcad1bcb45d62c79e202a59af5c5418319aa"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_install_append() {
|
|
# FIXME: Drop examples for now
|
|
rm -r ${D}${datadir}
|
|
}
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
# Compatible only for i.MX with VPU
|
|
COMPATIBLE_MACHINE = "(^$)"
|
|
COMPATIBLE_MACHINE_imxvpu = "${MACHINE}"
|