From 6f526cc4567cb551feb4cae121f9a067d491f711 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 11 Feb 2019 06:22:01 +0000 Subject: XiLinx installation sorta kinda mostly working. Wow what a kludge. Probably still some license manager antics, but I think that's separate from installation, licensing is per user. --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69fcb57..624b534 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,17 @@ -all: +all: debug + +build: build-stage1 build-stage2 # build-stage3 + +debug: build-stage2 + docker container prune -f + mkdir -p framebuf + docker run -it --mount type=bind,source=$(abspath framebuf),target=/framebuf xilinx:intalled + +build-stage1: cd stage1; docker build -t xilinx:loadonly . + +build-stage2: cd stage2; docker build -t xilinx:intalled . + +build-stage3: cd stage3; docker build -t cryptech-alpha . -- cgit v1.2.3