diff options
Diffstat (limited to 'meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp')
-rw-r--r-- | meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local-wayland.conf | 3 | ||||
-rw-r--r-- | meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local-wayland.conf index 5041556..ea0a2e0 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local-wayland.conf @@ -264,3 +264,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/h3ulcb/poky-gcc/bsp/local.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local.conf index 10e4817..ec4ddb6 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local.conf @@ -254,3 +254,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" |