diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/manifest.xml | 10 | ||||
| -rwxr-xr-x | scripts/setup-environment.sh | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 9756906..00c7b01 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
| @@ -14,6 +14,7 @@ | |||
| 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 | <remote fetch="git://github.com/boundarydevices" name="boundary"/> |
| 17 | <remote fetch="git://github.com/toradex" name="toradex-github"/> | ||
| 17 | 18 | ||
| 18 | <project name="poky" | 19 | <project name="poky" |
| 19 | remote="yocto" | 20 | remote="yocto" |
| @@ -36,12 +37,12 @@ | |||
| 36 | remote="freescale" | 37 | remote="freescale" |
| 37 | revision="06178400afbd641a6709473fd21d893dcd3cfbfa" | 38 | revision="06178400afbd641a6709473fd21d893dcd3cfbfa" |
| 38 | path="sources/meta-freescale" | 39 | path="sources/meta-freescale" |
| 39 | groups="notdefault,external,fsl,toradex,ti,smx6,renesas-gen3,boundary"/> | 40 | groups="notdefault,external,fsl,toradex,ti,smx6,renesas-gen3,boundary,fsl-imx8"/> |
| 40 | <project name="meta-freescale-3rdparty" | 41 | <project name="meta-freescale-3rdparty" |
| 41 | remote="freescale" | 42 | remote="freescale" |
| 42 | revision="9613dbc02ca970122a01c935bc9e5789ced73a9d" | 43 | revision="9613dbc02ca970122a01c935bc9e5789ced73a9d" |
| 43 | path="sources/meta-freescale-3rdparty" | 44 | path="sources/meta-freescale-3rdparty" |
| 44 | groups="notdefault,external,fsl,toradex,smx6,boundary"/> | 45 | groups="notdefault,external,fsl,toradex,smx6,boundary,fsl-imx8"/> |
| 45 | <project name="meta-ti" | 46 | <project name="meta-ti" |
| 46 | remote="yocto" | 47 | remote="yocto" |
| 47 | revision="aca8f5d6ff8a529e00bdeae5b401c791ed6ecb2b" | 48 | revision="aca8f5d6ff8a529e00bdeae5b401c791ed6ecb2b" |
| @@ -87,6 +88,11 @@ | |||
| 87 | revision="42b00061076b2a6e15c1eeed7da6fc14a0dae9d8" | 88 | revision="42b00061076b2a6e15c1eeed7da6fc14a0dae9d8" |
| 88 | path="sources/meta-boundary" | 89 | path="sources/meta-boundary" |
| 89 | groups="notdefault,external,boundary"/> | 90 | groups="notdefault,external,boundary"/> |
| 91 | <project name="meta-fsl-bsp-release" | ||
| 92 | remote="toradex-github" | ||
| 93 | revision="d2b0d14c82da830584bc7f43ba1b83097c890454" | ||
| 94 | path="sources/meta-fsl-bsp-release" | ||
| 95 | groups="notdefault,external,fsl-imx8"/> | ||
| 90 | 96 | ||
| 91 | <project name="nvidia-layer" | 97 | <project name="nvidia-layer" |
| 92 | remote="playground" | 98 | remote="playground" |
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index f948ba0..3045e3c 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
| @@ -56,6 +56,9 @@ BUILDDIRECTORY=${BUILDDIRECTORY:-build-${MACHINE}} | |||
| 56 | 56 | ||
| 57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | 57 | if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then |
| 58 | case ${MACHINE} in | 58 | case ${MACHINE} in |
| 59 | apalis-imx8|imx8qmlpddr4arm2) | ||
| 60 | LAYERSCONF="bblayers.conf.fsl-imx8.sample" | ||
| 61 | ;; | ||
| 59 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) | 62 | apalis-imx6|colibri-imx6|colibri-vf|colibri-imx7) |
| 60 | LAYERSCONF="bblayers.conf.toradex.sample" | 63 | LAYERSCONF="bblayers.conf.toradex.sample" |
| 61 | ;; | 64 | ;; |
