aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-04-14 18:14:46 +0200
committerGerrit Code Review <gerrit@172.30.200.200>2016-05-01 23:26:16 +0000
commit830bc3ca3237188a13c7366334ee9d0e7e4797cf (patch)
treef5dfdd10692abd11d141663ae3aa2d672e8d608b /scripts
parent882046bdfb44380e4a1db97c992c63ad8350e3eb (diff)
Add raspberrypi 2 and 3
This adds the rpi 2 and 3 to the mix. Untested! It merely enables the layer and nothing else. Patches/fixes welcome. Depends-On: I08ec2e9e41003b9dc8244f86d50ccf64e112aba2 Change-Id: If512487c6bd57a7640cbf2f07a12f6877137daee Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/envsetup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh
index 85069543a..c445a80d0 100644
--- a/scripts/envsetup.sh
+++ b/scripts/envsetup.sh
@@ -33,6 +33,10 @@ case "$MACHINE" in
TEMPLATECONF="$PWD/meta-renesas/meta-rcar-gen2/conf"
fi
;;
+ "raspberrypi3")
+ ;;
+ "raspberrypi2")
+ ;;
"intel-corei7-64")
;;
"minnowboard")