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