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/bbe-sancloud | |
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/bbe-sancloud')
-rw-r--r-- | templates/machine/bbe-sancloud/50_bblayers.conf.inc | 6 | ||||
-rw-r--r-- | templates/machine/bbe-sancloud/50_local.conf.inc | 2 | ||||
-rw-r--r-- | templates/machine/bbe-sancloud/README_machine_bbe.md | 9 |
3 files changed, 17 insertions, 0 deletions
diff --git a/templates/machine/bbe-sancloud/50_bblayers.conf.inc b/templates/machine/bbe-sancloud/50_bblayers.conf.inc new file mode 100644 index 000000000..b2fffb9dd --- /dev/null +++ b/templates/machine/bbe-sancloud/50_bblayers.conf.inc @@ -0,0 +1,6 @@ +BBLAYERS =+ " \ + ${METADIR}/bsp/meta-arm/meta-arm \ + ${METADIR}/bsp/meta-ti \ + ${METADIR}/bsp/meta-sancloud \ + ${METADIR}/bsp/meta-rtlwifi \ + " diff --git a/templates/machine/bbe-sancloud/50_local.conf.inc b/templates/machine/bbe-sancloud/50_local.conf.inc new file mode 100644 index 000000000..7f378e5cb --- /dev/null +++ b/templates/machine/bbe-sancloud/50_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "bbe" +require conf/include/agl_bbe.inc diff --git a/templates/machine/bbe-sancloud/README_machine_bbe.md b/templates/machine/bbe-sancloud/README_machine_bbe.md new file mode 100644 index 000000000..c32f23d4f --- /dev/null +++ b/templates/machine/bbe-sancloud/README_machine_bbe.md @@ -0,0 +1,9 @@ +--- +description: Machine bbe +authors: Paul Barker <paul.barker@sancloud.co.uk> +--- + +### Machine bbe + +*Description is missing - please complete file meta-agl/templates/machine/bbe/README_machine_bbe.md* + |