diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-05-17 16:01:58 +0700 |
---|---|---|
committer | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-06-21 10:53:07 +0700 |
commit | 85b786501fc4a52af91cf37b9cfbd06b6efc53ea (patch) | |
tree | 07a8e5c35e058752ee4e17b2b9fcb83d7dae6760 /meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp | |
parent | 2cd35b4cb9256aca173978573311b542395f6cce (diff) |
rcar-gen3: ULCB: Add default SOC_FAMILY for ULCB
The SOC_FAMILY is already different between H3ULCB and M3ULCB:
H3ULCB uses SoC r8a7795.
M3ULCB uses SoC r8a7796.
Hence, setting this value in h3ulcb.conf and m3ulcb.conf to allow
images to be built without setting SOC_FAMILY in local.conf.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
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 | 2 | ||||
-rw-r--r-- | meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local.conf | 2 |
2 files changed, 0 insertions, 4 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 b01fb82..15623f5 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 @@ -37,8 +37,6 @@ # This sets the default machine to be qemux86 if no other machine is selected: MACHINE ??= "h3ulcb" -SOC_FAMILY = "r8a7795" - # # Where to place downloads # 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 c7128c4..cf312b3 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 @@ -37,8 +37,6 @@ # This sets the default machine to be qemux86 if no other machine is selected: MACHINE ??= "h3ulcb" -SOC_FAMILY = "r8a7795" - # # Where to place downloads # |