From f5a9410c2b05c67e9f068736cd809ce64fa0ff8e Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Thu, 27 Sep 2018 16:20:46 +0800 Subject: [PATCH] lxbuildenv: add more deps Signed-off-by: Sean Cross --- lxbuildenv.py | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/lxbuildenv.py b/lxbuildenv.py index 9f30db3..6a1e2fc 100644 --- a/lxbuildenv.py +++ b/lxbuildenv.py @@ -12,11 +12,19 @@ import argparse DEPS_DIR = "deps" DEFAULT_DEPS = { - 'migen': 'https://github.com/m-labs/migen.git', - 'litex': 'https://github.com/enjoy-digital/litex.git', - 'litescope': 'https://github.com/enjoy-digital/litescope.git', - 'pyserial': 'https://github.com/pyserial/pyserial.git', + 'migen': 'https://github.com/m-labs/migen.git', + 'litex': 'https://github.com/enjoy-digital/litex.git', + 'litescope': 'https://github.com/enjoy-digital/litescope.git', + 'pyserial': 'https://github.com/pyserial/pyserial.git', + 'liteeth': 'https://github.com/enjoy-digital/liteeth.git', + 'liteusb': 'https://github.com/enjoy-digital/liteusb.git', + 'litedram': 'https://github.com/enjoy-digital/litedram.git', + 'litepcie': 'https://github.com/enjoy-digital/litepcie.git', + 'litesdcard': 'https://github.com/enjoy-digital/litesdcard.git', + 'liteiclink': 'https://github.com/enjoy-digital/liteiclink.git', + 'litevideo': 'https://github.com/enjoy-digital/litevideo.git', } + # Obtain the path to this script, plus a trailing separator. This will # be used later on to construct various environment variables for paths # to a variety of support directories.