All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie Cai <eddie.cai.linux@gmail.com>
To: ayaka <ayaka@soulik.info>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 1/3] recipes-multimedia: add Rockchip MPP library
Date: Thu, 23 Mar 2017 11:11:04 +0800	[thread overview]
Message-ID: <CAJrj+DPj_Kx5jAtkPqTiNOQexpvEXWjq73V11NEu=_8WLpNzxw@mail.gmail.com> (raw)
In-Reply-To: <1489946065-28272-2-git-send-email-ayaka@soulik.info>

[-- Attachment #1: Type: text/plain, Size: 3629 bytes --]

You have to add meta-rockchip prefix in every patch you send to
meta-rockchip.  Or else people may confuse with which meta you want to
apply to.
You need to send to
Romain Perier(romain.perier@gmail.com, Project leader of meta-rockchip),
Trevor Woerner (twoerner@gmail.com, Maintainer of meta-rockchip)

2017-03-20 1:54 GMT+08:00 ayaka <ayaka@soulik.info>:

> MPP means Media Process Platform. The MPP is a middleware
> for the other video encoder/decoder interface, translating
> the video information into the hardware registers.
>
> Signed-off-by: ayaka <ayaka@soulik.info>
> ---
>  recipes-multimedia/rockchip-mpp/rockchip-mpp.inc     | 20
> ++++++++++++++++++++
>  .../rockchip-mpp/rockchip-mpp_20170319.bb            | 13 +++++++++++++
>  recipes-multimedia/rockchip-mpp/rockchip-mpp_git.bb  | 14 ++++++++++++++
>  3 files changed, 47 insertions(+)
>  create mode 100644 recipes-multimedia/rockchip-mpp/rockchip-mpp.inc
>  create mode 100644 recipes-multimedia/rockchip-mpp/
> rockchip-mpp_20170319.bb
>  create mode 100644 recipes-multimedia/rockchip-mpp/rockchip-mpp_git.bb
>
> diff --git a/recipes-multimedia/rockchip-mpp/rockchip-mpp.inc
> b/recipes-multimedia/rockchip-mpp/rockchip-mpp.inc
> new file mode 100644
> index 0000000..795efb8
> --- /dev/null
> +++ b/recipes-multimedia/rockchip-mpp/rockchip-mpp.inc
> @@ -0,0 +1,20 @@
> +# Copyright (C) 2016 - 2017 Randy Li <ayaka@soulik.info>
> +# Released under the GNU GENERAL PUBLIC LICENSE Version 2
> +# (see COPYING.GPLv2 for the terms)
> +
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://readme.txt;md5=5783b0faa80f27469c4ee56334229e
> 1a"
> +
> +inherit pkgconfig cmake
> +
> +EXTRA_OECMAKE = "     \
> +    -DRKPLATFORM=ON   \
> +    -DHAVE_DRM=ON     \
> +"
> +
> +PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}"
> +FILES_${PN} = "${libdir}/lib*${SOLIBS}"
> +FILES_${PN}-dev = "${libdir}/lib*${SOLIBSDEV} ${includedir}
> ${libdir}/pkgconfig"
> +SECTION_${PN}-dev = "devel"
> +FILES_${PN}-staticdev = "${libdir}/*.a"
> +SECTION_${PN}-staticdev = "devel"
> diff --git a/recipes-multimedia/rockchip-mpp/rockchip-mpp_20170319.bb
> b/recipes-multimedia/rockchip-mpp/rockchip-mpp_20170319.bb
> new file mode 100644
> index 0000000..00afa0f
> --- /dev/null
> +++ b/recipes-multimedia/rockchip-mpp/rockchip-mpp_20170319.bb
> @@ -0,0 +1,13 @@
> +# Copyright (C) 2016 - 2017 Randy Li <ayaka@soulik.info>
> +# Released under the GNU GENERAL PUBLIC LICENSE Version 2
> +# (see COPYING.GPLv2 for the terms)
> +include rockchip-mpp.inc
> +
> +TAG = "release_20170319"
> +SRC_URI = "git://github.com/rockchip-linux/mpp.git;tag=${TAG};nobranch=1"
> +
> +MPP_VERSION = "1.3.1"
> +
> +PV = "${MPP_VERSION}+${TAG}"
> +
> +S = "${WORKDIR}/git"
> diff --git a/recipes-multimedia/rockchip-mpp/rockchip-mpp_git.bb
> b/recipes-multimedia/rockchip-mpp/rockchip-mpp_git.bb
> new file mode 100644
> index 0000000..1befafc
> --- /dev/null
> +++ b/recipes-multimedia/rockchip-mpp/rockchip-mpp_git.bb
> @@ -0,0 +1,14 @@
> +# Copyright (C) 2016 - 2017 Randy Li <ayaka@soulik.info>
> +# Released under the GNU GENERAL PUBLIC LICENSE Version 2
> +# (see COPYING.GPLv2 for the terms)
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +include rockchip-mpp.inc
> +
> +SRCREV = "${AUTOREV}"
> +SRC_URI = "git://github.com/rockchip-linux/mpp.git;branch=develop"
> +
> +PV = "develop+git${SRCPV}"
> +
> +S = "${WORKDIR}/git"
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 6073 bytes --]

  reply	other threads:[~2017-03-23  3:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-19 17:54 [meta-rockchip] [PATCH 0/3] Add video codec recipes ayaka
2017-03-19 17:54 ` [PATCH 1/3] recipes-multimedia: add Rockchip MPP library ayaka
2017-03-23  3:11   ` Eddie Cai [this message]
2017-03-19 17:54 ` [PATCH 2/3] recipes-multimedia: gstreamer: update to 1.10.4 ayaka
2017-03-20  3:10   ` chen
2017-03-20  3:11   ` Jacob Chen
2017-03-20  7:13     ` Ayaka
2017-03-19 17:54 ` [PATCH 3/3] recipes-multimedia: add gstreamer rockchip support ayaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJrj+DPj_Kx5jAtkPqTiNOQexpvEXWjq73V11NEu=_8WLpNzxw@mail.gmail.com' \
    --to=eddie.cai.linux@gmail.com \
    --cc=ayaka@soulik.info \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.