aboutsummaryrefslogtreecommitdiffstats
path: root/stage3a
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-07-09 06:34:17 +0200
committerSven Gothel <[email protected]>2021-07-09 06:34:17 +0200
commit7dfa8df2507c7ad335c1f91599edf8714c5f3d3a (patch)
tree9c40cdd8462f06129be75b46bdeae44ac219738b /stage3a
parent2797e50dc3f2f99b0c3d4d19f08eeed758701425 (diff)
Enable EXPORT_IMAGE for stage3a '-litex', useful for basic xorg no-desktop initial writable rootfs
Adding/renaming build scripts accordingly
Diffstat (limited to 'stage3a')
-rw-r--r--stage3a/EXPORT_IMAGE4
1 files changed, 4 insertions, 0 deletions
diff --git a/stage3a/EXPORT_IMAGE b/stage3a/EXPORT_IMAGE
new file mode 100644
index 0000000..495decf
--- /dev/null
+++ b/stage3a/EXPORT_IMAGE
@@ -0,0 +1,4 @@
+IMG_SUFFIX="-litex"
+if [ "${USE_QEMU}" = "1" ]; then
+ export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
+fi