diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-26 16:59:33 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:12:24 +0200 |
commit | c24cdffea9dfa3904fc3ea9da0bc80e5515b078d (patch) | |
tree | 61c5df69bed7810e988b06434e8efc7ab9071acd /templates/machine/h3ulcb-nogfx | |
parent | 1ba8f82dfc1b66a6d55108ef8173e0eed6153b0b (diff) |
Temporary workarounds for h3ulcb and bbe
To allow the dunfell upgrade to be done early, these changes are necessary:
- h3ulcb : disable kingfisher support layer
- bbe : temporarily replace sancloud bbe machine template with plain beaglebone
Both boards need updated BSPs for dunfell.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: Id481b693022a2276c4d5f835e4a23d436681a2cd
Diffstat (limited to 'templates/machine/h3ulcb-nogfx')
-rw-r--r-- | templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc | 5 | ||||
-rw-r--r-- | templates/machine/h3ulcb-nogfx/50_local.conf.inc | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc b/templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc index 5f410f0ff..794f66cc6 100644 --- a/templates/machine/h3ulcb-nogfx/50_bblayers.conf.inc +++ b/templates/machine/h3ulcb-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 \ +# " diff --git a/templates/machine/h3ulcb-nogfx/50_local.conf.inc b/templates/machine/h3ulcb-nogfx/50_local.conf.inc index 4403e6ea9..1f3c72521 100644 --- a/templates/machine/h3ulcb-nogfx/50_local.conf.inc +++ b/templates/machine/h3ulcb-nogfx/50_local.conf.inc @@ -4,4 +4,4 @@ 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 +#require conf/include/rcar-gen3-adas.inc |