mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
c61dc077bb
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@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 \
|
|
"
|
|
|