From dd21b3a6e340006d2ef4036cabf33c9e9a66e9ac Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 23 Aug 2019 22:57:38 +0200 Subject: Add nogfx build for h3ulcb Before we can add the h3 to CI we need a -nogfx build. v2: moved common bits Signed-off-by: Jan-Simon Moeller Change-Id: I9d64764fbe69dc901dc91941db1deb0073e2ae9c --- templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc | 4 ++++ templates/machine/h3ulcb-nogfx/50_local.conf.inc | 7 +++++++ templates/machine/h3ulcb-nogfx/README_machine_h3ulcb-nogfx.md | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc create mode 100644 templates/machine/h3ulcb-nogfx/50_local.conf.inc create mode 100644 templates/machine/h3ulcb-nogfx/README_machine_h3ulcb-nogfx.md (limited to 'templates/machine') diff --git a/templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc b/templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc new file mode 100644 index 000000000..5f410f0ff --- /dev/null +++ b/templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc @@ -0,0 +1,4 @@ +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-renesas-rcar-gen3/meta-rcar-gen3 \ + ${METADIR}/meta-agl/meta-agl-bsp/meta-rcar-gen3-adas \ + " diff --git a/templates/machine/h3ulcb-nogfx/50_local.conf.inc b/templates/machine/h3ulcb-nogfx/50_local.conf.inc new file mode 100644 index 000000000..4403e6ea9 --- /dev/null +++ b/templates/machine/h3ulcb-nogfx/50_local.conf.inc @@ -0,0 +1,7 @@ +MACHINE = "h3ulcb" +#see meta-agl/meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc +require conf/include/agl_h3ulcb-nogfx.inc + +# custom inclusion of cogent layer +#see meta-agl/meta-agl-bsp/meta-rcar-gen3-adas/conf/include/rcar-gen3-adas.inc +require conf/include/rcar-gen3-adas.inc diff --git a/templates/machine/h3ulcb-nogfx/README_machine_h3ulcb-nogfx.md b/templates/machine/h3ulcb-nogfx/README_machine_h3ulcb-nogfx.md new file mode 100644 index 000000000..da5d9b73e --- /dev/null +++ b/templates/machine/h3ulcb-nogfx/README_machine_h3ulcb-nogfx.md @@ -0,0 +1,9 @@ +--- +description: Machine h3ulcb-nogfx +authors: Jan-Simon Möller , Kevin Hilman , Ronan Le Martret , Yannick Gicquel +--- + +### Machine h3ulcb-nogfx + +*Description is missing - please complete file meta-agl/templates/machine/m3ulcb-nogfx/README_machine_h3ulcb-nogfx.md* + -- cgit 1.2.3-korg