[oe-commits] [meta-openembedded] branch master-next updated: libcamera: Added the meta multimedia packagegroup in libcamera image

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 18:58:33 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 721f234  libcamera: Added the meta multimedia packagegroup in libcamera image
721f234 is described below

commit 721f234bd2e99bf2e562c0fa79efeb01b7e9df10
Author: Madhavan Krishnan <madhavan.krishnan at linaro.org>
AuthorDate: Tue Mar 10 17:36:11 2020 +0100

    libcamera: Added the meta multimedia packagegroup in libcamera image
    
    Added the packagegroup of meta multimedia in the libcamera core image
    
    After adding the meta multimedia packagegroup, we faced the faad2 componenet
    was unknown during bitbake parsing.
    
    In meta raspberrypi, faad has been included in gstreamer bbappend file, so we
    have upstream the faad to be included only when commercial license is whitelisted.
    
    Signed-off-by: Madhavan Krishnan <madhavan.krishnan at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb b/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb
index 20f00ed..04501e9 100644
--- a/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb
+++ b/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb
@@ -4,7 +4,7 @@
 DESCRIPTION = "libcamera image"
 LICENSE = "MIT"
 
-require  meta-multimedia-image-base.bb
+require  meta-multimedia-image.bb
 
 IMAGE_INSTALL += " \
         kernel-modules \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list