summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-08-23 22:57:38 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-05 21:32:07 +0000
commitf90cfed5e3bae0e65145328ac60e2595ab2d9a0f (patch)
treea1f4415b58a8ba7c12568515b268dbcc3ecae612 /meta-agl-bsp/conf/include
parent30b65312f093d8b0f326ef4ec0eafb40ac260f7f (diff)
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include')
-rw-r--r--meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc10
1 files changed, 10 insertions, 0 deletions
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"