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 /templates/machine/h3ulcb-nogfx/50_local.conf.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 'templates/machine/h3ulcb-nogfx/50_local.conf.inc')
-rw-r--r-- | templates/machine/h3ulcb-nogfx/50_local.conf.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/machine/h3ulcb-nogfx/50_local.conf.inc b/templates/machine/h3ulcb-nogfx/50_local.conf.inc new file mode 100644 index 000000000..4403e6ea9 --- /dev/null +++ b/templates/machine/h3ulcb-nogfx/50_local.conf.inc @@ -0,0 +1,7 @@ +MACHINE = "h3ulcb" +#see meta-agl/meta-agl-bsp/conf/include/agl_h3ulcb-nogfx.inc +require conf/include/agl_h3ulcb-nogfx.inc + +# custom inclusion of cogent layer +#see meta-agl/meta-agl-bsp/meta-rcar-gen3-adas/conf/include/rcar-gen3-adas.inc +require conf/include/rcar-gen3-adas.inc |