Skip to content

Commit c6ab219

Browse files
Madhavan Krishnankraj
authored andcommitted
libcamera: Created new minimal core image file for ibcamera
Signed-off-by: Madhavan Krishnan <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 71e0072 commit c6ab219

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright (C) 2020 Madhavan Krishnan <[email protected]>
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+

0 commit comments

Comments
 (0)