From b642686b23e449b42536e31784f670f55d17e9d2 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Sat, 22 Jun 2019 22:32:37 -0700 Subject: [PATCH] litex: re-enable git support If this is being checked out from the repo, users will want git support so that it will recursively clone. Signed-off-by: Sean Cross --- litex/workshop.py | 2 +- litex/workshop_rgb.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litex/workshop.py b/litex/workshop.py index 41463c4..6b5d05b 100644 --- a/litex/workshop.py +++ b/litex/workshop.py @@ -4,7 +4,7 @@ # the build will finish without exiting due to missing third-party # programs. LX_DEPENDENCIES = ["icestorm"] -LX_CONFIG = "skip-git" +#LX_CONFIG = "skip-git" # Import lxbuildenv to integrate the deps/ directory import os,sys diff --git a/litex/workshop_rgb.py b/litex/workshop_rgb.py index adfed70..5608b25 100644 --- a/litex/workshop_rgb.py +++ b/litex/workshop_rgb.py @@ -4,7 +4,7 @@ # the build will finish without exiting due to missing third-party # programs. LX_DEPENDENCIES = ["icestorm"] -LX_CONFIG = "skip-git" +#LX_CONFIG = "skip-git" # Import lxbuildenv to integrate the deps/ directory import os,sys