diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-09 04:01:37 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-04-09 14:33:33 +0000 |
commit | 04b8509c8a8f77d4fe3fed8883ceda61eb69069b (patch) | |
tree | 3305c8d7447200591721e398d5bae2ab0336d5ef | |
parent | b4c97bef6094e0965be6b1b61b898d256271190a (diff) |
Add machine porter-nogfx
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>
-rw-r--r-- | scripts/envsetup.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/envsetup.sh b/scripts/envsetup.sh index 0b783e9a2..b30e0a66b 100644 --- a/scripts/envsetup.sh +++ b/scripts/envsetup.sh @@ -26,6 +26,13 @@ case "$MACHINE" in 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" + fi + ;; "intel-corei7-64") ;; "minnowboard") |