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 --- meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc (limited to 'meta-agl-bsp/conf/include') 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..cee2acc38 --- /dev/null +++ b/meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc @@ -0,0 +1,10 @@ +require conf/include/agl_ulcb-nogfx.inc +SOC_FAMILY = "r8a7795" +BOARD_NAME = "h3ulcb" + +DTB_SUFFIX = "r8a7795-h3ulcb" + +# Mask graphic Pkgs +BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm" +# Mask MMP recipes +BBMASK += "kernel-module-uvcs-drv|omx-user-module" -- cgit 1.2.3-korg