From 830bc3ca3237188a13c7366334ee9d0e7e4797cf Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 14 Apr 2016 18:14:46 +0200 Subject: Add raspberrypi 2 and 3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- scripts/envsetup.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') 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") -- cgit 1.2.3-korg