mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
71e00725fc
commit
c6ab2196ae
|
|
@ -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 \
|
||||
"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user