diff options
| author | Gary Bisson <gary.bisson@boundarydevices.com> | 2017-08-25 14:54:40 +0200 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-01-22 11:11:41 +0000 |
| commit | dd549006af6bf0b9d8de43b94c8588d98a17c4ab (patch) | |
| tree | f517e35c0fc63a0ea2d007788e390f9926751a80 /scripts | |
| parent | 8513b63910eb9046c79ab3fb3df02a4e665f05b5 (diff) | |
| download | meta-boot2qt-dd549006af6bf0b9d8de43b94c8588d98a17c4ab.tar.gz | |
nitrogen6x: add meta-boundary and create boundary group
Source code of the meta can be found here:
https://github.com/boundarydevices/meta-boundary
This meta layer is especially useful since our boards now ship with the
BD-SDMAC WiFi/BT module:
https://boundarydevices.com/product/bd_sdmac_wifi/
This latter requires a specific external kernel module and a modified
version of BlueZ hciattach tool.
BD-SDMAC support is limited to WiFi since BT firmware is only available
upon agreement to Silex EULA by registering your SSH key to our website:
https://boundarydevices.com/private-git-access/
Even for our older TIWI-BLE module, this layer is necessary to include
the BT firmware files that are currently missing (TIInit_7.6.15.bts).
Change-Id: I00560fb016a095c6d98c8031ac9c1873c37f71a5
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/manifest.xml | 10 | ||||
| -rwxr-xr-x | scripts/setup-environment.sh | 5 |
2 files changed, 12 insertions, 3 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 59a936a..8eec940 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | <remote fetch="git://github.com/renesas-rcar" name="renesas"/> | 13 | <remote fetch="git://github.com/renesas-rcar" name="renesas"/> |
| 14 | <remote fetch="git://git.linaro.org/openembedded" name="linaro"/> | 14 | <remote fetch="git://git.linaro.org/openembedded" name="linaro"/> |
| 15 | <remote fetch="git://git.toradex.com" name="toradex"/> | 15 | <remote fetch="git://git.toradex.com" name="toradex"/> |
| 16 | <remote fetch="git://github.com/boundarydevices" name="boundary"/> | ||
| 16 | 17 | ||
| 17 | <project name="poky" | 18 | <project name="poky" |
| 18 | remote="yocto" | 19 | remote="yocto" |
| @@ -35,12 +36,12 @@ | |||
| 35 | remote="freescale" | 36 | remote="freescale" |
| 36 | revision="10d8ccb5ff2c31d2a5b13e088a8ec9511cbc3e72" | 37 | revision="10d8ccb5ff2c31d2a5b13e088a8ec9511cbc3e72" |
| 37 | path="sources/meta-freescale" | 38 | path="sources/meta-freescale" |
| 38 | groups="notdefault,external,fsl,toradex,ti,smx6,renesas-gen3"/> | 39 | groups="notdefault,external,fsl,toradex,ti,smx6,renesas-gen3,boundary"/> |
| 39 | <project name="meta-freescale-3rdparty" | 40 | <project name="meta-freescale-3rdparty" |
| 40 | remote="freescale" | 41 | remote="freescale" |
| 41 | revision="35badbde05d4f10d4faeefc30bc126b5bd228e2e" | 42 | revision="35badbde05d4f10d4faeefc30bc126b5bd228e2e" |
| 42 | path="sources/meta-freescale-3rdparty" | 43 | path="sources/meta-freescale-3rdparty" |
| 43 | groups="notdefault,external,fsl,toradex,smx6"/> | 44 | groups="notdefault,external,fsl,toradex,smx6,boundary"/> |
| 44 | <project name="meta-ti" | 45 | <project name="meta-ti" |
| 45 | remote="yocto" | 46 | remote="yocto" |
| 46 | revision="aca8f5d6ff8a529e00bdeae5b401c791ed6ecb2b" | 47 | revision="aca8f5d6ff8a529e00bdeae5b401c791ed6ecb2b" |
| @@ -81,6 +82,11 @@ | |||
| 81 | revision="45c33b79a734d016dddb997c1895b53202286f23" | 82 | revision="45c33b79a734d016dddb997c1895b53202286f23" |
| 82 | path="sources/meta-toradex-nxp" | 83 | path="sources/meta-toradex-nxp" |
| 83 | groups="notdefault,external,toradex"/> | 84 | groups="notdefault,external,toradex"/> |
| 85 | <project name="meta-boundary" | ||
| 86 | remote="boundary" | ||
| 87 | revision="42b00061076b2a6e15c1eeed7da6fc14a0dae9d8" | ||
| 88 | path="sources/meta-boundary" | ||
| 89 | groups="notdefault,external,boundary"/> | ||
| 84 | 90 | ||
| 85 | <project name="nvidia-layer" | 91 | <project name="nvidia-layer" |
| 86 | remote="playground" | 92 | remote="playground" |
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 204ded6..e9a7012 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
| @@ -59,7 +59,10 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
| 59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) | 59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) |
| 60 | LAYERSCONF="bblayers.conf.toradex.sample" | 60 | LAYERSCONF="bblayers.conf.toradex.sample" |
| 61 | ;; | 61 | ;; |
| 62 | imx6qsabresd|imx6dlsabresd|nitrogen6x|imx7dsabresd|imx7s-warp) | 62 | nitrogen6x) |
| 63 | LAYERSCONF="bblayers.conf.boundary.sample" | ||
| 64 | ;; | ||
| 65 | imx6qsabresd|imx6dlsabresd|imx7dsabresd|imx7s-warp) | ||
| 63 | LAYERSCONF="bblayers.conf.fsl.sample" | 66 | LAYERSCONF="bblayers.conf.fsl.sample" |
| 64 | ;; | 67 | ;; |
| 65 | smarc-samx6i) | 68 | smarc-samx6i) |
