From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2405BE00B72; Tue, 16 May 2017 07:30:48 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,BODY_URI_ONLY autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 BODY_URI_ONLY Message body is only a URI in one line of text or for * an image Received: from kozue.soulik.info (kozue.soulik.info [108.61.200.231]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9E02FE00ADD for ; Tue, 16 May 2017 07:30:45 -0700 (PDT) Received: from [IPv6:2001:470:b30d:2:3fe5:5e2:ef97:4abb] (unknown [IPv6:2001:470:b30d:2:3fe5:5e2:ef97:4abb]) by kozue.soulik.info (Postfix) with ESMTPSA id 12599100813; Tue, 16 May 2017 23:31:31 +0900 (JST) To: Khem Raj References: <20170516141808.26629-1-ayaka@soulik.info> From: ayaka Message-ID: <2727f15f-9cdb-c66a-9fc5-998add37197e@soulik.info> Date: Tue, 16 May 2017 22:30:42 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Cc: "yocto@yoctoproject.org" Subject: Re: [meta-rockchip] [PATCH v3 0/3] Add video codec recipes X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 14:30:48 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US On 05/16/2017 10:24 PM, Khem Raj wrote: > On Tue, May 16, 2017 at 7:18 AM, ayaka wrote: >> Those packages are the userspace libraries for the Rockchip >> Android video codec driver. >> >> Also a minimal image used for verified the media framework is included. >> > some recipes are pinned with GPL-2.0 and some with other licenses. Usually > metadata is better under MIT, is it intentional ? if not then it would Yes. I want to keep it from secret as much as possible. > be good to follow consistent license for metadata > >> ayaka (3): >> recipes-multimedia: add Rockchip MPP library >> recipes-multimedia: add gstreamer rockchip support >> recipes-multimedia: images: rockchip media image >> >> .../gstreamer/gstreamer1.0-rockchip.inc | 32 ++++++++++++++++++++++ >> .../gstreamer/gstreamer1.0-rockchip_20170516.bb | 9 ++++++ >> .../gstreamer/gstreamer1.0-rockchip_git.bb | 13 +++++++++ >> recipes-multimedia/images/rockchip-media-image.bb | 21 ++++++++++++++ >> recipes-multimedia/rockchip-mpp/rockchip-mpp.inc | 21 ++++++++++++++ >> .../rockchip-mpp/rockchip-mpp_20170412.bb | 9 ++++++ >> .../rockchip-mpp/rockchip-mpp_git.bb | 16 +++++++++++ >> 7 files changed, 121 insertions(+) >> create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-rockchip.inc >> create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-rockchip_20170516.bb >> create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-rockchip_git.bb >> create mode 100644 recipes-multimedia/images/rockchip-media-image.bb >> create mode 100644 recipes-multimedia/rockchip-mpp/rockchip-mpp.inc >> create mode 100644 recipes-multimedia/rockchip-mpp/rockchip-mpp_20170412.bb >> create mode 100644 recipes-multimedia/rockchip-mpp/rockchip-mpp_git.bb >> >> -- >> 2.9.4 >>