Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | # Copyright (C) 2020 Madhavan Krishnan <madhavan.krishnan@linaro.org> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||||
3 | |||||
4 | DESCRIPTION = "libcamera image" | ||||
5 | LICENSE = "MIT" | ||||
6 | |||||
7 | require meta-multimedia-image.bb | ||||
8 | |||||
9 | IMAGE_INSTALL += " \ | ||||
10 | kernel-modules \ | ||||
11 | xkeyboard-config \ | ||||
12 | " | ||||
13 | |||||
14 | IMAGE_INSTALL_append = "\ | ||||
15 | libcamera \ | ||||
16 | gstreamer1.0-plugins-good \ | ||||
17 | gstreamer1.0-plugins-base \ | ||||
18 | " | ||||
19 |