Merge "feature/agl-ci-*: include agl-pipewire instead of agl-audio-4a-framework"
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3-adas / conf / layer.conf
index 1d2acf6..45fef2c 100644 (file)
@@ -3,8 +3,8 @@ BBPATH .= ":${LAYERDIR}"
 
 # We have a recipes directory, add to BBFILES
 BBFILES += " \
-    ${LAYERDIR}/../../../meta-rcar/meta-rcar-gen3-adas/recipes-*/*/*.bb \
-    ${LAYERDIR}/../../../meta-rcar/meta-rcar-gen3-adas/recipes-*/*/*.bbappend \
+    ${LAYERDIR}/../../../bsp/meta-rcar/meta-rcar-gen3-adas/recipes-*/*/*.bb \
+    ${LAYERDIR}/../../../bsp/meta-rcar/meta-rcar-gen3-adas/recipes-*/*/*.bbappend \
     ${LAYERDIR}/recipes-*/*/*.bb \
     ${LAYERDIR}/recipes-*/*/*.bbappend \
 "
@@ -13,6 +13,8 @@ BBFILE_COLLECTIONS += "rcar-gen3-cogent"
 BBFILE_PATTERN_rcar-gen3-cogent := "^${LAYERDIR}/../../../meta-rcar/meta-rcar-gen3-adas/"
 BBFILE_PRIORITY_rcar-gen3-cogent = "7"
 
+LAYERSERIES_COMPAT_rcar-gen3-cogent = "thud"
+
 # Custom packages
 IMAGE_INSTALL_append_rcar-gen3 = " \
     can-utils \
@@ -39,7 +41,6 @@ IMAGE_INSTALL_append_rcar-gen3 = " \
 IMAGE_INSTALL_append_rcar-gen3 += " \
     si-tools \
     linux-firmware-wl18xx \
-    wireless-tools \
     ti-bt \
     ti-bt-firmware \
     bluez5 \
@@ -67,4 +68,5 @@ DISTRO_FEATURES_append = " bluetooth"
 
 BBMASK += "/meta-rcar-gen3-adas/recipes-core/systemd/"
 BBMASK += "/meta-rcar-gen3-adas/recipes-graphics/opencv/"
+BBMASK += "/meta-rcar-gen3-adas/recipes-devtools/valgrind/"