diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb b/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb new file mode 100644 index 0000000000..20f00ede03 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb | |||
@@ -0,0 +1,19 @@ | |||
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-base.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 | |||