Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3-adas / conf / NOTES
1 #### These are notes for future reference
2
3 # TODO: follow-up patch: Need to do other mechanism for package inclusion
4 # TODO2: include or leave-out the kernel modules packages
5
6 # E.g. MACHINE_FEATURE. Should *not* be in layer.conf !!
7 # Radio packages
8 #IMAGE_INSTALL:append:rcar-gen3 += " \
9 #    si-tools \
10 #    si-init \
11 #    linux-firmware-wl18xx \
12 #    ti-bt \
13 #    ti-bt-firmware \
14 #    bluez5 \
15 #    bluez5-testtools \
16 #    ofono \
17 #    ofono-tests \
18 #"
19 # E.g. MACHINE_FEATURE
20 #IMAGE_INSTALL:append:r8a7797 += " \
21 #    kernel-module-uio-imp \
22 #    kernel-module-cmemdrv \
23 #    udev-rules-cvlib \
24 #"
25 # E.g. MACHINE_FEATURE
26 #IMAGE_INSTALL:append:r8a7798 += " \
27 #    kernel-module-uio-imp \
28 #    kernel-module-cmemdrv \
29 #    udev-rules-cvlib \
30 #"
31 # This is a special use case. Should be enabled by user.
32 #DISTRO_FEATURES:append = " surroundview "
33
34
35 #### BBMASK
36 # not required for AGL
37 BBMASK += "/meta-rcar-gen3-adas/recipes-benchmark/"
38
39 # Do not interfer with the distro configuration
40 BBMASK += "/meta-rcar-gen3-adas/recipes-connectivity/bluez/"
41
42 # We do not need the network config done here
43 BBMASK += "/meta-rcar-gen3-adas/recipes-core/systemd/"
44
45 # These changes are applied unconditionally when the layer is present.
46 # These are not required for AGL
47 BBMASK += "/meta-rcar-gen3-adas/recipes-core/images/"
48 BBMASK += "/meta-rcar-gen3-adas/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend"
49
50 # Upstream does have this change already, so this is not required.
51 # poky/meta/classes/cmake.bbclass:         -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1
52 BBMASK += "/meta-rcar-gen3-adas/recipes-devtools/cmake/"
53
54 # Upstream has a more recent valgrind (3.15.0 vs 3.12.0)
55 BBMASK += "/meta-rcar-gen3-adas/recipes-devtools/valgrind/"
56
57 # This is already part of upstream and no bbappend is required
58 BBMASK += "/meta-rcar-gen3-adas/recipes-devtools/gcc/"
59
60 # libpng in upstream already enabled neon
61 # poky/meta/recipes-multimedia/libpng/libpng_1.6.37.bb:EXTRA_OECONF:append:class-target = " ${@bb.utils.contains("TUNE_FEATURES", "neon", "--enable-arm-neon=on", "--enable-arm-neon=off" ,d)}"
62 BBMASK += "/meta-rcar-gen3-adas/recipes-graphics/libpng/"
63
64 # opencv in upstream is newer
65 BBMASK += "/meta-rcar-gen3-adas/recipes-graphics/opencv/"
66
67 # unclear patch status
68 BBMASK += "/meta-rcar-gen3-adas/recipes-graphics/wayland/"
69
70 # not required in AGL
71 BBMASK += "/meta-rcar-gen3-adas/recipes-multimedia/pulseaudio/"
72
73 # not required in AGL
74 BBMASK += "/meta-rcar-gen3-adas/recipes-support/"