From f90cfed5e3bae0e65145328ac60e2595ab2d9a0f 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. v3: leave the BBMASK in the board specific file due to inc file stacking. Change-Id: Ic59784aa143e3346d2f999060214411497fc1b54 Signed-off-by: Jan-Simon Moeller --- templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc (limited to 'templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc') 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 \ + " -- cgit 1.2.3-korg