From ace6e82d2827c616ed033e84b1877b9b262ac4ed Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Mon, 7 Aug 2017 15:45:53 +0700 Subject: rcar-gen3: conf: Modify sample configurations This commit modifies sample configurations for Salvator-X and ULCB to build with YP2.4 rocko. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../salvator-x/linaro-gcc/gfx-only/local-wayland.conf | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only') diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf index 17b2c9f..92e9729 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf @@ -111,7 +111,7 @@ DISTRO ?= "poky" # - 'package_rpm' for rpm style packages # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" # We default to rpm: -PACKAGE_CLASSES ?= "package_ipk" +PACKAGE_CLASSES ?= "package_rpm" # # SDK target architecture @@ -158,8 +158,7 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" # - 'image-swab' to perform host system intrusion detection # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended -# image-prelink disabled for now due to issues with IFUNC symbol relocation -USER_CLASSES ?= "buildstats image-mklibs" +USER_CLASSES ?= "buildstats image-mklibs image-prelink" # # Runtime testing of images @@ -248,7 +247,7 @@ DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" # Linaro GCC -GCCVERSION = "linaro-5.2" +GCCVERSION = "linaro-7.1" # add the static lib to SDK toolchain SDKIMAGE_FEATURES_append = " staticdev-pkgs" @@ -261,6 +260,7 @@ MACHINE_FEATURES_append = " gsx" MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2" # for Wayland/Weston +DISTRO_FEATURES_NATIVESDK_append = " wayland" DISTRO_FEATURES_append = " pam" PREFERRED_PROVIDER_virtual/libgles1 = "" PREFERRED_PROVIDER_virtual/libgles2 = "gles-user-module" @@ -273,15 +273,12 @@ BBMASK .= "|mesa-gl" # Mask MMP recipes BBMASK .= "|kernel-module-uvcs-drv|omx-user-module" -# Mask the gstreamer recipe for MMP -BBMASK .= "|meta-renesas/meta-rcar-gen3/recipes-multimedia/gstreamer" - # Add for gstreamer plugins ugly LICENSE_FLAGS_WHITELIST = "commercial" # Fix the Warning of gstreamer plugins RDEPENDS_gstreamer1.0-plugins-bad = "libwayland-egl" -# Linux ICCOM driver (RCG3ZLIDL4001ZNO) -# Linux ICCOM library (RCG3ZLILL4001ZNO) +# Linux ICCOM driver (RCG3ZLIDL4101ZNO) +# Linux ICCOM library (RCG3ZLILL4101ZNO) #DISTRO_FEATURES_append = " iccom" -- cgit 1.2.3-korg