Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/default.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-18 16:35:01 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-18 16:35:01 +0000
commit3abff29bd6887d69b2b45680fb64f164babd4aee (patch)
tree084fd70fdaa67e26e0edb22f817c73191bdbdd15 /default.conf
parentf56b9ccd7042d690c092c0b2066d4702487e03da (diff)
added a stage5 with java7-openjdkHEADmaster
Diffstat (limited to 'default.conf')
-rw-r--r--default.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/default.conf b/default.conf
index 51d7e71..4bfb161 100644
--- a/default.conf
+++ b/default.conf
@@ -75,6 +75,15 @@ STAGE4_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage4
# where to store the directory which go to the ISO image
STAGE4_ISOLINUX=$CROSS_HOME/isolinux-stage4
+# the chroot of stage 5
+STAGE5_CHROOT=$CROSS_HOME/$TARGET_CPU-root-stage5
+
+# where packages are stored for stage 5 (on the host)
+STAGE5_PACKAGES=$STAGE5_CHROOT/packages/$TARGET_CPU/
+
+# where build results are stored for stage 5
+STAGE5_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage5
+
# git repository for PKGBUILD diffs and patches for the
# i686 architecture
GIT_URL_ARCHLINUX32_PACKAGES=https://github.com/archlinux32/packages.git