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 <ay...@soulik.info> > --- > 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 0000000..ea993c1 > --- /dev/null > +++ b/recipes-multimedia/images/rockchip-media-image.bb > @@ -0,0 +1,21 @@ > +# Copyright (C) 2017 Randy Li <ay...@soulik.info> > +# 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