mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
721f234bd2
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@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
402 B
BlitzBasic
20 lines
402 B
BlitzBasic
# Copyright (C) 2020 Madhavan Krishnan <madhavan.krishnan@linaro.org>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
DESCRIPTION = "libcamera image"
|
|
LICENSE = "MIT"
|
|
|
|
require meta-multimedia-image.bb
|
|
|
|
IMAGE_INSTALL += " \
|
|
kernel-modules \
|
|
xkeyboard-config \
|
|
"
|
|
|
|
IMAGE_INSTALL_append = "\
|
|
libcamera \
|
|
gstreamer1.0-plugins-good \
|
|
gstreamer1.0-plugins-base \
|
|
"
|
|
|