summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/manifest.xml5
-rw-r--r--scripts/manifest_jethro.xml5
-rwxr-xr-xscripts/setup-environment.sh3
3 files changed, 13 insertions, 0 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index 4c1e70f..ff00513 100644
--- a/scripts/manifest.xml
+++ b/scripts/manifest.xml
@@ -72,6 +72,11 @@
72 revision="4e87c59bdedaa8c3e44fc02fd23be726c4d1dfb9" 72 revision="4e87c59bdedaa8c3e44fc02fd23be726c4d1dfb9"
73 path="sources/meta-intel" 73 path="sources/meta-intel"
74 groups="notdefault,external,intel"/> 74 groups="notdefault,external,intel"/>
75 <project name="meta-renesas"
76 remote="yocto"
77 revision="b7843bd6a2835e5199cab9ba196c5e67b15acaed"
78 path="sources/meta-renesas"
79 groups="notdefault,external,renesas"/>
75 80
76 <project name="nvidia-layer" 81 <project name="nvidia-layer"
77 remote="playground" 82 remote="playground"
diff --git a/scripts/manifest_jethro.xml b/scripts/manifest_jethro.xml
index 6044ae5..c94de13 100644
--- a/scripts/manifest_jethro.xml
+++ b/scripts/manifest_jethro.xml
@@ -72,6 +72,11 @@
72 revision="jethro" 72 revision="jethro"
73 path="sources/meta-intel" 73 path="sources/meta-intel"
74 groups="notdefault,external,intel"/> 74 groups="notdefault,external,intel"/>
75 <project name="meta-renesas"
76 remote="yocto"
77 revision="master"
78 path="sources/meta-renesas"
79 groups="notdefault,external,renesas"/>
75 80
76 <project name="nvidia-layer" 81 <project name="nvidia-layer"
77 remote="playground" 82 remote="playground"
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh
index 1fb4d89..0f13a59 100755
--- a/scripts/setup-environment.sh
+++ b/scripts/setup-environment.sh
@@ -78,6 +78,9 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then
78 tegra-x1|tegra-t18x) 78 tegra-x1|tegra-t18x)
79 LAYERSCONF="bblayers.conf.nvidia-tegra.sample" 79 LAYERSCONF="bblayers.conf.nvidia-tegra.sample"
80 ;; 80 ;;
81 alt|gose|koelsch|lager|porter|silk|stout)
82 LAYERSCONF="bblayers.conf.rcar-gen2.sample"
83 ;;
81 emulator) 84 emulator)
82 LAYERSCONF="bblayers.conf.emulator.sample" 85 LAYERSCONF="bblayers.conf.emulator.sample"
83 ;; 86 ;;