2b1ac5a7e8bda14f659ba79c4d07f932177afff6
[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}/../../../meta-rcar/meta-rcar-gen3-adas/recipes-*/*/*.bb \
7     ${LAYERDIR}/../../../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}/../../../meta-rcar/meta-rcar-gen3-adas/"
14 BBFILE_PRIORITY_rcar-gen3-cogent = "7"
15
16 # Custom packages
17 IMAGE_INSTALL_append_rcar-gen3 = " \
18     can-utils \
19     libsocketcan \
20     spidev-dbg spidev-test \
21     e2fsprogs \
22     e2fsprogs-tune2fs \
23     ethtool \
24     pciutils \
25     usbutils \
26     mtd-utils \
27     capture \
28     v4l2-fw \
29     iperf3 \
30     bonnie++ \
31     lmbench \
32     eglibc-utils \
33     mm-init \
34     iio-utils \
35     most-tools \
36 "
37
38 # Radio packages
39 IMAGE_INSTALL_append_rcar-gen3 += " \
40     si-tools \
41     linux-firmware-wl18xx \
42     wireless-tools \
43     ti-bt \
44     ti-bt-firmware \
45     bluez5 \
46     bluez5-testtools \
47     ofono \
48     ofono-tests \
49 "
50
51 # IMP
52 IMAGE_INSTALL_append_r8a7797 += " \
53     kernel-module-uio-imp \
54     kernel-module-cmemdrv \
55     udev-rules-cvlib \
56 "
57
58 IMAGE_INSTALL_append_r8a7798 += " \
59     kernel-module-uio-imp \
60     kernel-module-cmemdrv \
61     udev-rules-cvlib \
62 "
63
64 DISTRO_FEATURES_append = " surroundview "
65 DISTRO_FEATURES_append = " bluetooth"
66
67
68 BBMASK += "/meta-rcar-gen3-adas/recipes-core/systemd/"
69 BBMASK += "/meta-rcar-gen3-adas/recipes-graphics/opencv/"
70 BBMASK += "/meta-rcar-gen3-adas/recipes-devtools/valgrind/"
71