diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-06-01 11:34:41 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-01 22:28:20 +0000 |
commit | 207b42d00d129aeb7768dadb0965a5ef6cd86ca0 (patch) | |
tree | 2f3b60acedac2a0669af13fb77ba5cc5ec105295 /templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc | |
parent | 76136da76797f9b5087e0b0ee6a40ffb84091f38 (diff) |
Fix m3ulcb/m3ulcb-nogfx builds
Temporarily disable the Kingfisher support layer in the m3ulcb and
m3ulcb-nogfx machine templates as was done for the h3ulcb templates.
This fixes building with these machine types.
Bug-AGL: SPEC-3380
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib54490ef95582909a34c9d3001283c40debf241b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24589
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc')
-rw-r--r-- | templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc b/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc index 5f410f0ff..794f66cc6 100644 --- a/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc +++ b/templates/machine/m3ulcb-nogfx/50_bblayers.conf.inc @@ -1,4 +1,7 @@ BBLAYERS =+ "\ ${METADIR}/bsp/meta-renesas-rcar-gen3/meta-rcar-gen3 \ - ${METADIR}/meta-agl/meta-agl-bsp/meta-rcar-gen3-adas \ " + +# disable kingfisher until fixed +# ${METADIR}/meta-agl/meta-agl-bsp/meta-rcar-gen3-adas \ +# " |