diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/manifest.xml | 13 | ||||
-rwxr-xr-x | scripts/setup-environment.sh | 3 |
2 files changed, 1 insertions, 15 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index ac39697..bd9dcc6 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -35,7 +35,7 @@ | |||
35 | remote="freescale" | 35 | remote="freescale" |
36 | revision="ec54f623eee97b75b7ad87503477316495c7fc26" | 36 | revision="ec54f623eee97b75b7ad87503477316495c7fc26" |
37 | path="sources/meta-freescale" | 37 | path="sources/meta-freescale" |
38 | groups="notdefault,external,fsl,ti,smx6,renesas"/> | 38 | groups="notdefault,external,fsl,ti,smx6"/> |
39 | <project name="meta-ti" | 39 | <project name="meta-ti" |
40 | remote="yocto" | 40 | remote="yocto" |
41 | revision="0862a33b8d642e5fad031a78f90410d497453415" | 41 | revision="0862a33b8d642e5fad031a78f90410d497453415" |
@@ -56,11 +56,6 @@ | |||
56 | revision="6add41510412ca196efb3e4f949d403a8b6f35d7" | 56 | revision="6add41510412ca196efb3e4f949d403a8b6f35d7" |
57 | path="sources/meta-intel" | 57 | path="sources/meta-intel" |
58 | groups="notdefault,external,intel"/> | 58 | groups="notdefault,external,intel"/> |
59 | <project name="meta-renesas" | ||
60 | remote="yocto" | ||
61 | revision="d20e5bffb582c6bfabdadc22e903df86c8cfd66b" | ||
62 | path="sources/meta-renesas" | ||
63 | groups="notdefault,external,renesas"/> | ||
64 | <project name="meta-tegra" | 59 | <project name="meta-tegra" |
65 | remote="madisongh" | 60 | remote="madisongh" |
66 | revision="fba09b70a8ac36248e5fcea611e3bb661bb089fc" | 61 | revision="fba09b70a8ac36248e5fcea611e3bb661bb089fc" |
@@ -82,11 +77,5 @@ | |||
82 | revision="c2f639ef4b2fd5809ab95fb330d28c2716aa290d" | 77 | revision="c2f639ef4b2fd5809ab95fb330d28c2716aa290d" |
83 | path="sources/meta-smx6" | 78 | path="sources/meta-smx6" |
84 | groups="notdefault,internal"/> | 79 | groups="notdefault,internal"/> |
85 | <project name="renesas-rcar-gen2" | ||
86 | remote="playground" | ||
87 | revision="93b2464ca1c6200a1bdf2afcabac0c2c7e9bdf6d" | ||
88 | path="sources/renesas-rcar-gen2" | ||
89 | groups="notdefault,internal"/> | ||
90 | |||
91 | </manifest> | 80 | </manifest> |
92 | 81 | ||
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index df53284..a556e4f 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -77,9 +77,6 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
77 | tegra-x1|tegra-t18x) | 77 | tegra-x1|tegra-t18x) |
78 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" | 78 | LAYERSCONF="bblayers.conf.nvidia-tegra.sample" |
79 | ;; | 79 | ;; |
80 | alt|gose|koelsch|lager|porter|silk|stout) | ||
81 | LAYERSCONF="bblayers.conf.rcar-gen2.sample" | ||
82 | ;; | ||
83 | emulator) | 80 | emulator) |
84 | LAYERSCONF="bblayers.conf.emulator.sample" | 81 | LAYERSCONF="bblayers.conf.emulator.sample" |
85 | ;; | 82 | ;; |