[meta-ti] [thud][PATCH] ti-img-encode-decode: Add the ti-img-encode-decode recipe

Khem Raj raj.khem at gmail.com
Sat Jun 29 20:58:14 PDT 2019


On Thu, Jun 20, 2019 at 6:37 PM Angela Stegmaier <angelabaker at ti.com> wrote:
>
> Add the recipe for the video decoder driver.
>

this should be marked with TI specific COMPATIBLE_MACHINE as well.
Since it might not work well in a multi-BSP environment

> Signed-off-by: David Huang <d-huang at ti.com>
> Signed-off-by: Angela Stegmaier <angelabaker at ti.com>
> ---
>
> Note: This recipe depends on the linux kernel having the patches from the
> multimedia feature tree merged.
>
>
>  .../ti-img-encode-decode_1.0.0.bb                  | 23 ++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb
>
> diff --git a/recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb
> new file mode 100644
> index 0000000..65c3b67
> --- /dev/null
> +++ b/recipes-bsp/ti-img-encode-decode/ti-img-encode-decode_1.0.0.bb
> @@ -0,0 +1,23 @@
> +SUMMARY = "Kernel drivers for the IMG VXE384 MP2 and D5520 encoder/decoder found in TI SoCs"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://common/dq.c;beginline=1;endline=16;md5=e015e28ff5e88576dab9fdf641e3dbfe"
> +
> +inherit module
> +
> +MACHINE_KERNEL_PR_append = "a"
> +PR = "${MACHINE_KERNEL_PR}"
> +
> +SRCREV = "306e85edce7969a4e017e12759be7ed763fda95c"
> +
> +EXTRA_OEMAKE = "KPATH=${STAGING_KERNEL_DIR} KCONF=${STAGING_KERNEL_BUILDDIR}"
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> +BRANCH = "master"
> +SRC_URI = "git://git.ti.com/jacinto7_multimedia/ti-img-encode-decode.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +do_install() {
> +       install -d ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> +       install -m 644 ${S}/vxd-dec.ko ${D}/${base_libdir}/modules/${KERNEL_VERSION}/extra
> +}
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list