From 80afdd710922f82171bb9250c33dca18475f42ca Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 15 Mar 2018 11:15:58 +0100 Subject: cleanup and plan for stage4 --- default.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'default.conf') diff --git a/default.conf b/default.conf index ae4a9a1..54ed5e2 100644 --- a/default.conf +++ b/default.conf @@ -63,6 +63,15 @@ STAGE3_PACKAGES=$STAGE3_CHROOT/packages/$TARGET_CPU/ # where build results are stored for stage 3 STAGE3_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage3 +# the chroot of stage 4 +STAGE4_CHROOT=$CROSS_HOME/$TARGET_CPU-root-stage4 + +# where packages are stored for stage 4 (on the host) +STAGE4_PACKAGES=$STAGE4_CHROOT/packages/$TARGET_CPU/ + +# where build results are stored for stage 4 +STAGE4_BUILD=$CROSS_HOME/$TARGET_CPU-build-stage4 + # 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