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 --- meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc (limited to 'meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc') diff --git a/meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc b/meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc new file mode 100644 index 000000000..946fdc81b --- /dev/null +++ b/meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc @@ -0,0 +1,5 @@ +require conf/include/agl_ulcb-nogfx.inc +SOC_FAMILY = "r8a7795" +BOARD_NAME = "h3ulcb" + +DTB_SUFFIX = "r8a7795-h3ulcb" -- cgit 1.2.3-korg