aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/docs/sample/conf/h3ulcb
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@renesas.com>2017-05-17 16:01:58 +0700
committerThao Nguyen <thao.nguyen.yb@renesas.com>2017-06-21 10:53:07 +0700
commit85b786501fc4a52af91cf37b9cfbd06b6efc53ea (patch)
tree07a8e5c35e058752ee4e17b2b9fcb83d7dae6760 /meta-rcar-gen3/docs/sample/conf/h3ulcb
parent2cd35b4cb9256aca173978573311b542395f6cce (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')
-rw-r--r--meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local-wayland.conf2
-rw-r--r--meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/bsp/local.conf2
-rw-r--r--meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/gfx-only/local-wayland.conf2
-rw-r--r--meta-rcar-gen3/docs/sample/conf/h3ulcb/linaro-gcc/mmp/local-wayland.conf2
-rw-r--r--meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local-wayland.conf2
-rw-r--r--meta-rcar-gen3/docs/sample/conf/h3ulcb/poky-gcc/bsp/local.conf2
6 files changed, 0 insertions, 12 deletions
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
#