From 74780d65c1f225f2f6913dcde1f2ab471201e6bd Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Mon, 17 Sep 2018 10:13:43 +0700 Subject: 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 Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/conf/machine/ebisu.conf | 3 +++ meta-rcar-gen3/conf/machine/h3ulcb.conf | 3 +++ meta-rcar-gen3/conf/machine/m3ulcb.conf | 3 +++ meta-rcar-gen3/conf/machine/salvator-x.conf | 3 +++ 4 files changed, 12 insertions(+) (limited to 'meta-rcar-gen3') diff --git a/meta-rcar-gen3/conf/machine/ebisu.conf b/meta-rcar-gen3/conf/machine/ebisu.conf index 6d1646d..23ba24b 100644 --- a/meta-rcar-gen3/conf/machine/ebisu.conf +++ b/meta-rcar-gen3/conf/machine/ebisu.conf @@ -40,3 +40,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" 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" diff --git a/meta-rcar-gen3/conf/machine/m3ulcb.conf b/meta-rcar-gen3/conf/machine/m3ulcb.conf index a864c29..d6ca753 100644 --- a/meta-rcar-gen3/conf/machine/m3ulcb.conf +++ b/meta-rcar-gen3/conf/machine/m3ulcb.conf @@ -40,3 +40,6 @@ PREFERRED_VERSION_libdrm = "2.4.85" BUILDCFG_VARS_append = " SOC_FAMILY" MACHINEOVERRIDES .= ":ulcb" + +# Command using to build kernel-module-gles +HOSTTOOLS += "sync" 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" -- cgit 1.2.3-korg