From 3abff29bd6887d69b2b45680fb64f164babd4aee Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 18 Oct 2018 16:35:01 +0000 Subject: added a stage5 with java7-openjdk --- default.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'default.conf') 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 -- cgit v1.2.3-54-g00ecf