From 85b786501fc4a52af91cf37b9cfbd06b6efc53ea Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Wed, 17 May 2017 16:01:58 +0700 Subject: 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 Signed-off-by: Takamitsu Honda --- .../docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf | 2 -- meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.conf | 2 -- .../docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf | 2 -- .../docs/sample/conf/h3ulcb/linaro-gcc/mmp/local-wayland.conf | 2 -- meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local-wayland.conf | 2 -- meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local.conf | 2 -- 6 files changed, 12 deletions(-) (limited to 'meta-rcar-gen3/docs/sample/conf/h3ulcb') diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf index 1f76008..9f9655d 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-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/linaro-gcc/bsp/local.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.conf index e5e2026..f25fc56 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-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 # diff --git a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf index aa63d8e..5e7f6f6 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/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/linaro-gcc/mmp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/local-wayland.conf index 3f09147..bfe3fa4 100644 --- a/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/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-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 # -- cgit 1.2.3-korg