diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/manifest.xml | 2 | ||||
-rwxr-xr-x | scripts/setup-environment.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml index 5ba0e81..9d1cf6b 100644 --- a/scripts/manifest.xml +++ b/scripts/manifest.xml | |||
@@ -45,7 +45,7 @@ | |||
45 | groups="notdefault,ti,bbb"/> | 45 | groups="notdefault,ti,bbb"/> |
46 | <project name="meta-raspberrypi" | 46 | <project name="meta-raspberrypi" |
47 | remote="yocto" | 47 | remote="yocto" |
48 | revision="a42a1706de91ed03ae8798c7f9e70c30cebcf7de" | 48 | revision="e82417d33b8147f65141ef937d56735d80ee7207" |
49 | path="sources/meta-raspberrypi" | 49 | path="sources/meta-raspberrypi" |
50 | groups="notdefault,rpi"/> | 50 | groups="notdefault,rpi"/> |
51 | <project name="meta-fsl-arm-extra" | 51 | <project name="meta-fsl-arm-extra" |
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index b25a4cc..c3b229c 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -66,7 +66,7 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
66 | beaglebone) | 66 | beaglebone) |
67 | LAYERSCONF="bblayers.conf.bbb.sample" | 67 | LAYERSCONF="bblayers.conf.bbb.sample" |
68 | ;; | 68 | ;; |
69 | raspberrypi|raspberrypi2) | 69 | raspberrypi|raspberrypi2|raspberrypi3) |
70 | LAYERSCONF="bblayers.conf.rpi.sample" | 70 | LAYERSCONF="bblayers.conf.rpi.sample" |
71 | ;; | 71 | ;; |
72 | nuc) | 72 | nuc) |