Upgrade to thud
[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 LAYERSERIES_COMPAT_rcar-gen3-cogent = "thud"
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     linux-firmware-wl18xx \
44     ti-bt \
45     ti-bt-firmware \
46     bluez5 \
47     bluez5-testtools \
48     ofono \
49     ofono-tests \
50 "
51
52 # IMP
53 IMAGE_INSTALL_append_r8a7797 += " \
54     kernel-module-uio-imp \
55     kernel-module-cmemdrv \
56     udev-rules-cvlib \
57 "
58
59 IMAGE_INSTALL_append_r8a7798 += " \
60     kernel-module-uio-imp \
61     kernel-module-cmemdrv \
62     udev-rules-cvlib \
63 "
64
65 DISTRO_FEATURES_append = " surroundview "
66 DISTRO_FEATURES_append = " bluetooth"
67
68
69 BBMASK += "/meta-rcar-gen3-adas/recipes-core/systemd/"
70 BBMASK += "/meta-rcar-gen3-adas/recipes-graphics/opencv/"
71 BBMASK += "/meta-rcar-gen3-adas/recipes-devtools/valgrind/"
72