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_m3ulcb-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_m3ulcb-nogfx.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc b/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc index a5789c324..6c84e72f3 100644 --- a/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc +++ b/meta-agl-bsp/conf/include/agl_m3ulcb-nogfx.inc @@ -3,8 +3,3 @@ SOC_FAMILY = "r8a7796" BOARD_NAME = "m3ulcb" DTB_SUFFIX = "r8a7796-m3ulcb" - -# Mask graphic Pkgs -BBMASK += "gles-user-module|kernel-module-gles|wayland-kms|libgbm" -# Mask MMP recipes -BBMASK += "kernel-module-uvcs-drv|omx-user-module" |