Add machine porter-nogfx 05/5505/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 9 Apr 2016 02:01:37 +0000 (04:01 +0200)
committerGerrit Code Review <gerrit@172.30.200.200>
Sat, 9 Apr 2016 14:33:33 +0000 (14:33 +0000)
This alias will not extract the tarballs and allow us to build core-image-minimal for the
renesas board w/o the proprietary blobs.

Change-Id: I22061a87f5802e6ce2bc6a8260eeee4cfa2ab1f7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
scripts/envsetup.sh

index 0b783e9..b30e0a6 100644 (file)
@@ -21,6 +21,13 @@ case "$MACHINE" in
                         fi
                 fi
 
+                if [ ! -d "$TEMPLATECONF" ]; then
+                    # set template conf for R-Car2 M2 Porter board
+                    TEMPLATECONF="$PWD/meta-renesas/meta-rcar-gen2/conf"
+                fi
+                ;;
+        "porter-nogfx")
+                MACHINE="porter"
                 if [ ! -d "$TEMPLATECONF" ]; then
                     # set template conf for R-Car2 M2 Porter board
                     TEMPLATECONF="$PWD/meta-renesas/meta-rcar-gen2/conf"