summaryrefslogtreecommitdiffstats
path: root/bsp/meta-rcar/meta-rcar-gen3-adas/conf/layer.conf
blob: 9c1cabad5bf18548e8405dfecd25ba93be9d5ce4 (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
32
33
34
35
36
37
38
39
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory, add to BBFILES
BBFILES += " \
    ${LAYERDIR}/recipes-*/*/*.bb \
    ${LAYERDIR}/recipes-*/*/*.bbappend \
"

BBFILE_COLLECTIONS += "rcar-gen3-adas"
BBFILE_PATTERN_rcar-gen3-adas := "^${LAYERDIR}/"
BBFILE_PRIORITY_rcar-gen3-adas = "7"

LAYERSERIES_COMPAT_rcar-gen3-adas = "thud"

# Distro features needed for all boards
DISTRO_FEATURES_remove = "x11"
DISTRO_FEATURES_append = " surroundview opencv-sdk"

# Distro features needed for non V3x only (default)
VAR_FEATURES = "bluetooth pulseaudio"
# Distro features needed for V3x only
VAR_FEATURES_rcar-gen3-v3x = ""
DISTRO_FEATURES_append = " ${VAR_FEATURES}"

# Is it still needed with x11 feature removed?
IMAGE_INSTALL_remove = " gtk+3-demo clutter-1.0-examples libx11-locale"

# For e2studio
EXTRA_IMAGE_FEATURES_append = " eclipse-debug"
# Extra image features rquested by Renesas
EXTRA_IMAGE_FEATURES_append = " \
    dev-pkgs \
    tools-sdk \
    tools-profile \
    tools-debug \
    package-management \
    ssh-server-openssh \
"