diff options
author | Madhavan Krishnan <madhavan.krishnan@linaro.org> | 2020-03-03 07:51:40 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-04 08:14:20 -0800 |
commit | c6ab2196ae568b8f50f19ed2cba7a879817ba707 (patch) | |
tree | c685bb0526d707008b3a1567c1dae8a5963f1f6d | |
parent | 71e00725fc7d7b470ed8e996fe361951dd1086d2 (diff) | |
download | meta-openembedded-c6ab2196ae568b8f50f19ed2cba7a879817ba707.tar.gz |
libcamera: Created new minimal core image file for ibcamera
Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 | |||