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/h3ulcb.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/h3ulcb.conf')
-rw-r--r-- | meta-rcar-gen3/conf/machine/h3ulcb.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/conf/machine/h3ulcb.conf b/meta-rcar-gen3/conf/machine/h3ulcb.conf index 8e1c3fd..1e0c57c 100644 --- a/meta-rcar-gen3/conf/machine/h3ulcb.conf +++ b/meta-rcar-gen3/conf/machine/h3ulcb.conf @@ -47,3 +47,6 @@ MACHINEOVERRIDES .= ":ulcb" # U-boot/IPL option for H3 (SoC: r8a7795) # For H3 SiP DDR 4GiB (1GiB x 4ch) H3_OPTION = "0" + +# Command using to build kernel-module-gles +HOSTTOOLS += "sync" |