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_local.conf.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/machine/h3ulcb-nogfx/50_local.conf.inc (limited to 'templates/machine/h3ulcb-nogfx/50_local.conf.inc') 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 -- cgit 1.2.3-korg