Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-15 Thread Andre McCurdy
 On Mon, May 15, 2017 at 10:23 AM, Khem Raj  wrote:
> On Mon, May 15, 2017 at 9:33 AM, Trevor Woerner  wrote:
>> On Sat 2017-05-13 @ 06:20:35 PM, Romain Perier wrote:
>>> Clearly a NAK here. I don't want yet another image for this, that's a
>>> bsp meta layer, it is supposed to contain the recipes and rules to
>>> propose support for Rockchip SocS in in yocto/oe and its reference
>>> distros. But it is also supposed to be minimal, I don't want "all the
>>> world"  in meta-rockchip, to be honest :)
>>>
>>> I am not fan to have recipes or rules for development...
>>>
>>> Trevor, as a co-maintainer, what is your point about this ? (always welcome)
>>
>> It's not uncommon for BSP layers to include sample image recipes
>> (meta-raspberrypi, for example, includes rpi-test-image, rpi-basic-image, and
>> rpi-hwup-image). These sample images act as a sort of example, or
>> documentation for others to follow. They're a way to show off what can be
>> done.
>>
>> This recipe could act as an example should anyone want to integrate gstreamer
>> support for a rockchip in their image (assuming this image builds and works).
>
> you could also make a packagegroup and leave it there and let end user to
> include the packagegroup in his/her image

It looks like the COMMERCIAL_AUDIO_PLUGINS and
COMMERCIAL_VIDEO_PLUGINS hooks could be used to add machine specific
plugins to the existing gstreamer1.0-meta-audio and
gstreamer1.0-meta-video package groups?

>>
>> I'm not opposed to it being there, as long as it's benign and works.
>> --
>> ___
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-15 Thread Khem Raj
On Mon, May 15, 2017 at 9:33 AM, Trevor Woerner  wrote:
> On Sat 2017-05-13 @ 06:20:35 PM, Romain Perier wrote:
>> Clearly a NAK here. I don't want yet another image for this, that's a
>> bsp meta layer, it is supposed to contain the recipes and rules to
>> propose support for Rockchip SocS in in yocto/oe and its reference
>> distros. But it is also supposed to be minimal, I don't want "all the
>> world"  in meta-rockchip, to be honest :)
>>
>> I am not fan to have recipes or rules for development...
>>
>> Trevor, as a co-maintainer, what is your point about this ? (always welcome)
>
> It's not uncommon for BSP layers to include sample image recipes
> (meta-raspberrypi, for example, includes rpi-test-image, rpi-basic-image, and
> rpi-hwup-image). These sample images act as a sort of example, or
> documentation for others to follow. They're a way to show off what can be
> done.
>
> This recipe could act as an example should anyone want to integrate gstreamer
> support for a rockchip in their image (assuming this image builds and works).

you could also make a packagegroup and leave it there and let end user to
include the packagegroup in his/her image

>
> I'm not opposed to it being there, as long as it's benign and works.
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-15 Thread Trevor Woerner
On Sat 2017-05-13 @ 06:20:35 PM, Romain Perier wrote:
> Clearly a NAK here. I don't want yet another image for this, that's a
> bsp meta layer, it is supposed to contain the recipes and rules to
> propose support for Rockchip SocS in in yocto/oe and its reference
> distros. But it is also supposed to be minimal, I don't want "all the
> world"  in meta-rockchip, to be honest :)
> 
> I am not fan to have recipes or rules for development...
> 
> Trevor, as a co-maintainer, what is your point about this ? (always welcome)

It's not uncommon for BSP layers to include sample image recipes
(meta-raspberrypi, for example, includes rpi-test-image, rpi-basic-image, and
rpi-hwup-image). These sample images act as a sort of example, or
documentation for others to follow. They're a way to show off what can be
done.

This recipe could act as an example should anyone want to integrate gstreamer
support for a rockchip in their image (assuming this image builds and works).

I'm not opposed to it being there, as long as it's benign and works.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-13 Thread Romain Perier
Hello,


Le 12/04/2017 à 18:05, ayaka a écrit :
> A image for debugging the hardware video encoder/decoder.
> I also use this image for developing the Gstreamer.
>
> Signed-off-by: ayaka 
> ---
>  recipes-multimedia/images/rockchip-media-image.bb | 21 +
>  1 file changed, 21 insertions(+)
>  create mode 100644 recipes-multimedia/images/rockchip-media-image.bb
>
> diff --git a/recipes-multimedia/images/rockchip-media-image.bb 
> b/recipes-multimedia/images/rockchip-media-image.bb
> new file mode 100644
> index 000..ea993c1
> --- /dev/null
> +++ b/recipes-multimedia/images/rockchip-media-image.bb
> @@ -0,0 +1,21 @@
> +# Copyright (C) 2017 Randy Li 
> +# Released under the MIT license (see COPYING.MIT for the terms)
> +
> +include recipes-core/images/core-image-minimal.bb
> +
> +LICENSE = "MIT"
> +DESCRIPTION = "Multimedia image for Rockchip devices."
> +
> +IMAGE_FEATURES_append = " package-management ssh-server-dropbear"
> +IMAGE_INSTALL_append = " gdbserver gstreamer1.0-rockchip  \
> + gstreamer1.0-meta-base gstreamer1.0-meta-video gstreamer1.0-meta-audio \
> + gstreamer1.0-plugins-good-isomp4 gstreamer1.0-plugins-good-multifile \
> + gstreamer1.0-plugins-good-imagefreeze \
> + gstreamer1.0-plugins-bad-autoconvert  gstreamer1.0-plugins-bad-camerabin2 \
> + gstreamer1.0-plugins-bad-kmssink gstreamer1.0-plugins-bad-rawparse \
> + gstreamer1.0-plugins-bad-videoparsersbad \
> + gstreamer1.0-plugins-bad-mpegtsdemux \
> + gstreamer1.0-meta-debug \
> +"
> +
> +TOOLCHAIN_HOST_TASK += "nativesdk-cmake"
Clearly a NAK here. I don't want yet another image for this, that's a
bsp meta layer, it is supposed to contain the recipes and rules to
propose support for Rockchip SocS in in yocto/oe and its reference
distros. But it is also supposed to be minimal, I don't want "all the
world"  in meta-rockchip, to be honest :)

I am not fan to have recipes or rules for development...

Trevor, as a co-maintainer, what is your point about this ? (always welcome)

Regards,
Romain
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-04-12 Thread ayaka
A image for debugging the hardware video encoder/decoder.
I also use this image for developing the Gstreamer.

Signed-off-by: ayaka 
---
 recipes-multimedia/images/rockchip-media-image.bb | 21 +
 1 file changed, 21 insertions(+)
 create mode 100644 recipes-multimedia/images/rockchip-media-image.bb

diff --git a/recipes-multimedia/images/rockchip-media-image.bb 
b/recipes-multimedia/images/rockchip-media-image.bb
new file mode 100644
index 000..ea993c1
--- /dev/null
+++ b/recipes-multimedia/images/rockchip-media-image.bb
@@ -0,0 +1,21 @@
+# Copyright (C) 2017 Randy Li 
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+include recipes-core/images/core-image-minimal.bb
+
+LICENSE = "MIT"
+DESCRIPTION = "Multimedia image for Rockchip devices."
+
+IMAGE_FEATURES_append = " package-management ssh-server-dropbear"
+IMAGE_INSTALL_append = " gdbserver gstreamer1.0-rockchip  \
+ gstreamer1.0-meta-base gstreamer1.0-meta-video gstreamer1.0-meta-audio \
+ gstreamer1.0-plugins-good-isomp4 gstreamer1.0-plugins-good-multifile \
+ gstreamer1.0-plugins-good-imagefreeze \
+ gstreamer1.0-plugins-bad-autoconvert  gstreamer1.0-plugins-bad-camerabin2 \
+ gstreamer1.0-plugins-bad-kmssink gstreamer1.0-plugins-bad-rawparse \
+ gstreamer1.0-plugins-bad-videoparsersbad \
+ gstreamer1.0-plugins-bad-mpegtsdemux \
+ gstreamer1.0-meta-debug \
+"
+
+TOOLCHAIN_HOST_TASK += "nativesdk-cmake"
-- 
2.7.4

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto