libcamera: Created new minimal core image file for ibcamera

Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Madhavan Krishnan 2020-03-03 07:51:40 +01:00 committed by Khem Raj
parent 71e00725fc
commit c6ab2196ae

View File

@ -0,0 +1,19 @@
# 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-base.bb
IMAGE_INSTALL += " \
kernel-modules \
xkeyboard-config \
"
IMAGE_INSTALL_append = "\
libcamera \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-base \
"