summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-09-02 11:05:33 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-09-02 16:51:06 -0500
commit2e4a6055859623828c85aac572d5f18aac3014cc (patch)
tree12beb9fbd4db27428dcf9ca6184fedabf01c4b74 /recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
parente333a68f1d261ee282086f502042d1959cae0d4d (diff)
downloadmeta-freescale-2e4a6055859623828c85aac572d5f18aac3014cc.tar.gz
imx-vpuwrap: Upgrade to 5.15.32-2.0.0
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb')
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
deleted file mode 100644
index 24af9e2b..00000000
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.6.2.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright (C) 2017-2020 NXP
3# Released under the MIT license (see COPYING.MIT for the terms)
4
5DESCRIPTION = "Freescale Multimedia VPU wrapper"
6LICENSE = "Proprietary"
7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=e565271ec9a80ce47abbddc4bffe56fa"
9
10DEPENDS = "virtual/imxvpu"
11DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc"
12
13SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}"
14
15SRCBRANCH = "MM_04.06.02_2108_L5.10.y"
16SRCREV = "f09ceba7bcf733b1b27e57462496d3b81ca28e50"
17
18S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig
21
22do_install:append() {
23 # FIXME: Drop examples for now
24 rm -r ${D}${datadir}
25}
26
27PACKAGE_ARCH = "${MACHINE_ARCH}"
28
29COMPATIBLE_MACHINE = "(imxvpu)"