Hi John, On Wed, Feb 26, 2014 at 11:10 AM, John Weber <[email protected]> wrote: > Hi Rogerio - > > > On 2/25/14, 11:03 PM, [email protected] wrote: >> >> From: Rogerio Nunes <[email protected]> >> >> A console-only image that includes gstreamer packages and >> Freescale's multimedia packages (VPU and GPU) when available. > > What does "when available" mean in this context? >
Good question. It means GPU and VPU libraries are machine dependent, so accelerated packages/libraries are only included when available for the specific machine. I'll improve the comment. Thanks. >> >> Signed-off-by: Rogerio Nunes <[email protected]> >> --- >> recipes-fsl/images/fsl-image-multimedia.bb | 15 +++++++++++++++ >> 1 file changed, 15 insertions(+) >> create mode 100644 recipes-fsl/images/fsl-image-multimedia.bb >> >> diff --git a/recipes-fsl/images/fsl-image-multimedia.bb >> b/recipes-fsl/images/fsl-image-multimedia.bb >> new file mode 100644 >> index 0000000..6ff272d >> --- /dev/null >> +++ b/recipes-fsl/images/fsl-image-multimedia.bb >> @@ -0,0 +1,15 @@ >> +DESCRIPTION = "A console-only image that includes gstreamer packages and >> \ >> +Freescale's multimedia packages (VPU and GPU) when available." > > Same question here. Same answer :). > >> + >> +IMAGE_FEATURES += "\ >> + ${@base_contains('DISTRO_FEATURES', 'x11', 'x11-base', '', d)} \ >> +" >> + >> +LICENSE = "MIT" >> + >> +inherit core-image >> + >> +CORE_IMAGE_EXTRA_INSTALL += " \ >> + packagegroup-fsl-gstreamer \ >> + packagegroup-fsl-tools-gpu \ >> +" > > > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
