summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2016-04-18 22:57:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 16:52:32 -0300
commitd6b94903721b79f7a860c2799257e858da863de2 (patch)
tree7b08ae62c8f8055186befd290e6810350e912cee
parentb2512d4365937c5067761a545d8d9dda70b2f852 (diff)
downloadmeta-fsl-arm-d6b94903721b79f7a860c2799257e858da863de2.tar.gz
imx-vpuwrap: Upgrade to v1.0.65
--Change the recipe name from "libfslvpuwrap" to "imx-vpuwrap". --Add RREPLACE/RPROVIDES/RCONFLICTS for backwards compatibility. --Update 'nLastFrameEndPosPhy' in seqinit stage to avoid feed the same SPS to vpu repeatedly. Change-Id: I7dd9e7c2ab9806937d554ac16f37185d9e5f074b Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.65.bb (renamed from recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb)13
1 files changed, 9 insertions, 4 deletions
diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.65.bb
index 363184b..ecf7d5a 100644
--- a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.65.bb
@@ -1,16 +1,21 @@
1# Copyright (C) 2013-2015 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3DESCRIPTION = "Freescale Multimedia VPU wrapper" 3DESCRIPTION = "Freescale Multimedia VPU wrapper"
4DEPENDS = "imx-vpu" 4DEPENDS = "imx-vpu"
5LICENSE = "Proprietary" 5LICENSE = "Proprietary"
6SECTION = "multimedia" 6SECTION = "multimedia"
7LIC_FILES_CHKSUM = "file://COPYING;md5=3880bb9c943b135a30fad5e8aabd3ee9" 7LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
8
9# For backwards compatibility
10RREPLACES_${PN} = "libfslvpuwrap"
11RPROVIDES_${PN} = "libfslvpuwrap"
12RCONFLICTS_${PN} = "libfslvpuwrap"
8 13
9SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 14SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
10S = "${WORKDIR}/${PN}-${PV}" 15S = "${WORKDIR}/${PN}-${PV}"
11 16
12SRC_URI[md5sum] = "6497758e27f72992a86ac918ce12db56" 17SRC_URI[md5sum] = "0bbcd6b9c9906fb85f98160eba94827b"
13SRC_URI[sha256sum] = "0717faccb5413dc95ce9ad919400095ecf722320478c924366793a6cc450ae16" 18SRC_URI[sha256sum] = "ddeacb7d9cb26c8864374df6d3f090aad47cd2ae409c2b9c817b773447252d61"
14 19
15inherit fsl-eula-unpack autotools pkgconfig 20inherit fsl-eula-unpack autotools pkgconfig
16 21