mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
committed by
Khem Raj
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 \
|
||||||
|
"
|
||||||
|
|
||||||
Reference in New Issue
Block a user