From a578d821a81883266a8587ee2fa8b4c96972a5bd Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Mon, 22 Jan 2018 13:29:16 +0700 Subject: rcar-gen3: conf: Add to support CAS features This commit supports enabling CAS features for R-Car Gen3. To enable it, please uncomment MACHINE_FEATURES_append = " cas" in local.conf. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf | 3 +++ meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf | 3 +++ .../docs/sample/conf/salvator-x/linaro-gcc/gfx-only/local-wayland.conf | 3 +++ .../docs/sample/conf/salvator-x/linaro-gcc/mmp/local-wayland.conf | 3 +++ 4 files changed, 12 insertions(+) (limited to 'meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc') diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf index ef82961..609391f 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf @@ -273,3 +273,6 @@ LICENSE_FLAGS_WHITELIST = "commercial" # Linux ICCOM driver (RCG3ZLIDL4101ZNO) # Linux ICCOM library (RCG3ZLILL4101ZNO) #DISTRO_FEATURES_append = " iccom" + +# Add Capacity Aware migration Strategy (CAS) +MACHINE_FEATURES_append = " cas" diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf index 61a7ec6..30f2f1b 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf @@ -263,3 +263,6 @@ BBMASK .= "|kernel-module-uvcs-drv|omx-user-module" # Linux ICCOM driver (RCG3ZLIDL4101ZNO) # Linux ICCOM library (RCG3ZLILL4101ZNO) #DISTRO_FEATURES_append = " iccom" + +# Add Capacity Aware migration Strategy (CAS) +MACHINE_FEATURES_append = " cas" 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 92e9729..6ce4a5a 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 @@ -282,3 +282,6 @@ RDEPENDS_gstreamer1.0-plugins-bad = "libwayland-egl" # Linux ICCOM driver (RCG3ZLIDL4101ZNO) # Linux ICCOM library (RCG3ZLILL4101ZNO) #DISTRO_FEATURES_append = " iccom" + +# Add Capacity Aware migration Strategy (CAS) +MACHINE_FEATURES_append = " cas" diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/mmp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/mmp/local-wayland.conf index 296aedd..4583ff0 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/mmp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/mmp/local-wayland.conf @@ -386,3 +386,6 @@ DISTRO_FEATURES_append = " aaclcdec_mdw" # Configuration for ivi-shell and ivi-extension #DISTRO_FEATURES_append = " ivi-shell" + +# Add Capacity Aware migration Strategy (CAS) +MACHINE_FEATURES_append = " cas" -- cgit 1.2.3-korg