blob: 8fdd2ea9f82bfa435cb8eec56b9b1191ac88c14e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
SUMMARY = "The software for AGL IVI DEMO profile"
DESCRIPTION = "A set of packages belong to AGL Demo"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-demo \
"
# fonts
TTF_FONTS = " \
ttf-bitstream-vera \
ttf-dejavu-sans \
ttf-dejavu-sans-mono \
ttf-dejavu-serif \
ttf-noto-emoji-color \
source-han-sans-cn-fonts \
source-han-sans-jp-fonts \
source-han-sans-tw-fonts \
source-han-sans-kr-fonts \
"
RDEPENDS:${PN} += " \
udisks2 \
linux-firmware-ath9k \
linux-firmware-ralink \
iproute2 \
${TTF_FONTS} \
"
|