561b1bb0f0d31182d231bfcbf18cfc2b122939f2
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3-adas / conf / layer.conf
1 # We have a conf and classes directory, append to BBPATH
2 BBPATH .= ":${LAYERDIR}"
3
4 # We have a recipes directory, add to BBFILES
5 BBFILES += " \
6     ${LAYERDIR}/../../../bsp/meta-rcar/meta-rcar-gen3-adas/recipes-*/*/*.bb \
7     ${LAYERDIR}/../../../bsp/meta-rcar/meta-rcar-gen3-adas/recipes-*/*/*.bbappend \
8     ${LAYERDIR}/recipes-*/*/*.bb \
9     ${LAYERDIR}/recipes-*/*/*.bbappend \
10 "
11
12 BBFILE_COLLECTIONS += "rcar-gen3-cogent"
13 BBFILE_PATTERN_rcar-gen3-cogent := "^${LAYERDIR}/../../../bsp/meta-rcar/meta-rcar-gen3-adas/"
14 BBFILE_PRIORITY_rcar-gen3-cogent = "7"
15
16 LAYERSERIES_COMPAT_rcar-gen3-cogent = "zeus"
17
18 # Custom packages
19 IMAGE_INSTALL_append_rcar-gen3 = " \
20     can-utils \
21     libsocketcan \
22     spidev-dbg spidev-test \
23     e2fsprogs \
24     e2fsprogs-tune2fs \
25     ethtool \
26     pciutils \
27     usbutils \
28     mtd-utils \
29     capture \
30     v4l2-fw \
31     iperf3 \
32     bonnie++ \
33     lmbench \
34     eglibc-utils \
35     mm-init \
36     iio-utils \
37     most-tools \
38 "
39
40 # Radio packages
41 IMAGE_INSTALL_append_rcar-gen3 += " \
42     si-tools \
43     si-init \
44     linux-firmware-wl18xx \
45     ti-bt \
46     ti-bt-firmware \
47     bluez5 \
48     bluez5-testtools \
49     ofono \
50     ofono-tests \
51 "
52
53 # IMP
54 IMAGE_INSTALL_append_r8a7797 += " \
55     kernel-module-uio-imp \
56     kernel-module-cmemdrv \
57     udev-rules-cvlib \
58 "
59
60 IMAGE_INSTALL_append_r8a7798 += " \
61     kernel-module-uio-imp \
62     kernel-module-cmemdrv \
63     udev-rules-cvlib \
64 "
65
66 DISTRO_FEATURES_append = " surroundview "
67 DISTRO_FEATURES_append = " bluetooth"
68
69
70 BBMASK += "/meta-rcar-gen3-adas/recipes-core/systemd/"
71 BBMASK += "/meta-rcar-gen3-adas/recipes-graphics/opencv/"
72 BBMASK += "/meta-rcar-gen3-adas/recipes-devtools/valgrind/"
73