diff options
author | Tuomas Heimonen <tuomas.heimonen@theqtcompany.com> | 2016-04-04 12:36:15 +0300 |
---|---|---|
committer | Risto Avila <risto.avila@theqtcompany.com> | 2016-04-05 07:58:23 +0000 |
commit | 2d926de7f7ccb9f5cb22fb22360207780f920752 (patch) | |
tree | cafc683293aa287e47d7b6bc83fb26c8ca8bfb20 /scripts | |
parent | 431c82aefd72d6eb7a73b704bc7c6dadcd9295c5 (diff) | |
download | meta-boot2qt-2d926de7f7ccb9f5cb22fb22360207780f920752.tar.gz |
Add Support for Raspberry Pi 3
Change-Id: I1220cce68059328512e52b7f5a9af7110dd9578c
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
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) |