blob: bc2e858b428c17afc594edf3315e3a436e99f0a6 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001# Copyright (C) 2020 Madhavan Krishnan <madhavan.krishnan@linaro.org>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4DESCRIPTION = "libcamera image"
5LICENSE = "MIT"
6
Andrew Geissler20137392023-10-12 04:59:14 -06007require meta-multimedia-image-all.bb
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9IMAGE_INSTALL += " \
10 kernel-modules \
11 xkeyboard-config \
12"
13
Patrick Williams213cb262021-08-07 19:21:33 -050014IMAGE_INSTALL:append = "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050015 libcamera \
16 gstreamer1.0-plugins-good \
17 gstreamer1.0-plugins-base \
18"
19