diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-08-23 22:57:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-03 19:26:01 +0000 |
commit | dd21b3a6e340006d2ef4036cabf33c9e9a66e9ac (patch) | |
tree | 8ca66f3649de62b23ff8a131d01bd2f411033b0a /meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | |
parent | 3e7d9ee9ff80800418c8f270b65b0932aa3a5794 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I9d64764fbe69dc901dc91941db1deb0073e2ae9c
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc index 8d97996f9..d8e506915 100644 --- a/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_ulcb-nogfx.inc @@ -8,3 +8,8 @@ WKS_FILE = "singlepart-noloader.wks" AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" RENESAS_DATADIR = "/usr" + +# Mask graphic Pkgs +BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm" +# Mask MMP recipes +BBMASK += "kernel-module-uvcs-drv|omx-user-module" |