diff options
Diffstat (limited to 'meta-rcar-gen2/conf/local.conf.sample')
-rw-r--r-- | meta-rcar-gen2/conf/local.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-rcar-gen2/conf/local.conf.sample b/meta-rcar-gen2/conf/local.conf.sample index 85fefa0..ae9266a 100644 --- a/meta-rcar-gen2/conf/local.conf.sample +++ b/meta-rcar-gen2/conf/local.conf.sample @@ -67,7 +67,8 @@ IMAGE_INSTALL_append = " \ # TODO: When booting weston, someone try to load 'libgbm_kms.so' then # fail to boot. It should be 'libgbm_kms.so.1'. # Tentatively, it is to install 'libgbm-dev' pkg. -IMAGE_INSTALL_append = "libgbm-dev" +#IMAGE_INSTALL_append = "libgbm-dev" +# this is not recommended and should be done in the recipe requiring this module (gles-user-module) LICENSE_FLAGS_WHITELIST = "commercial" |