diff options
author | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-09-17 10:13:43 +0700 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-09-06 17:47:29 +0700 |
commit | 74780d65c1f225f2f6913dcde1f2ab471201e6bd (patch) | |
tree | 296bc92e34a8c3f25ef3226f125ccbaf4eeed2ef /meta-rcar-gen3/conf/machine/salvator-x.conf | |
parent | fd078b6ece537d986852cb827bd21e022a797b2f (diff) |
rcar-gen3: machine: Add sync command to HOSTTOOLS
The kernel-module-gles is now using sync command to ensure installed
files get written to disk.
This commit adds sync to HOSTTOOLS to make sure that command is
available when installing this module.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/conf/machine/salvator-x.conf')
-rw-r--r-- | meta-rcar-gen3/conf/machine/salvator-x.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/conf/machine/salvator-x.conf b/meta-rcar-gen3/conf/machine/salvator-x.conf index 74bd180..0c22e5a 100644 --- a/meta-rcar-gen3/conf/machine/salvator-x.conf +++ b/meta-rcar-gen3/conf/machine/salvator-x.conf @@ -66,3 +66,6 @@ PREFERRED_VERSION_libdrm = "2.4.85" # Add variable to Build Configuration in build log BUILDCFG_VARS_append = " SOC_FAMILY" + +# Command using to build kernel-module-gles +HOSTTOOLS += "sync" |