Change require to include to unbreak builds without ag-sota feature
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_h3ulcb.inc
index 05e06d1..7f8ea64 100644 (file)
@@ -22,11 +22,12 @@ BBMASK = "meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer"
 # Add for gstreamer plugins ugly
 LICENSE_FLAGS_WHITELIST = "commercial"
 
-PREFERRED_VERSION_gstreamer1.0-libav = "1.4.5"
-PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.4.5"
-PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.4.5"
-PREFERRED_VERSION_gstreamer1.0-plugins-good = "1.4.5"
-PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.4.5"
+PREFERRED_VERSION_gstreamer1.0 = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-libav = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-base = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-bad = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-good = "1.6.3"
+PREFERRED_VERSION_gstreamer1.0-plugins-ugly = "1.6.3"
 PREFERRED_VERSION_gstreamer1.0-plugins-vspfilter = "1.0%"
 
 MACHINE_FEATURES_append = " multimedia"
@@ -45,3 +46,6 @@ IMAGE_INSTALL_append_rcar-gen3 = " \
        omx-user-module \
        weston-bin \
 "
+
+BBMASK .= "|meta-renesas-rcar-gen3/meta-rcar-gen3/recipes-forward-port/"
+OSTREE_BOOTLOADER ?= "u-boot"