--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. Signed-off-by: Yuqing Zhu <[email protected]> --- .../imx-vpuwrap/imx-vpuwrap_1.0.65.bb | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.65.bb diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.65.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.65.bb new file mode 100644 index 0000000..ecf7d5a --- /dev/null +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.65.bb @@ -0,0 +1,28 @@ +# Copyright (C) 2013-2016 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) +DESCRIPTION = "Freescale Multimedia VPU wrapper" +DEPENDS = "imx-vpu" +LICENSE = "Proprietary" +SECTION = "multimedia" +LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" + +# For backwards compatibility +RREPLACES_${PN} = "libfslvpuwrap" +RPROVIDES_${PN} = "libfslvpuwrap" +RCONFLICTS_${PN} = "libfslvpuwrap" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" +S = "${WORKDIR}/${PN}-${PV}" + +SRC_URI[md5sum] = "0bbcd6b9c9906fb85f98160eba94827b" +SRC_URI[sha256sum] = "ddeacb7d9cb26c8864374df6d3f090aad47cd2ae409c2b9c817b773447252d61" + +inherit fsl-eula-unpack autotools pkgconfig + +do_install_append() { + # FIXME: Drop examples for now + rm -r ${D}${datadir} +} + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mx6q|mx6dl)" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
