mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
These are test images to build all recipes in layer. Renaming them makes them refect what they are. Moreover we can rename the ptest images to match OE-Core naming conventions for meta-oe/meta-perl/meta-python Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
406 B
BlitzBasic
20 lines
406 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-all.bb
|
|
|
|
IMAGE_INSTALL += " \
|
|
kernel-modules \
|
|
xkeyboard-config \
|
|
"
|
|
|
|
IMAGE_INSTALL:append = "\
|
|
libcamera \
|
|
gstreamer1.0-plugins-good \
|
|
gstreamer1.0-plugins-base \
|
|
"
|
|
|