From f37df4230ca0749fc54155cacb8051f4351aba26 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Fri, 25 Mar 2022 13:48:02 +0100 Subject: [PATCH] bootstrap_sdk: improve stage1 description This change updates the documentation at the top of the script, calling out the limitations of stage1 (no stage isolation) early to avoid confusion. --- bootstrap_sdk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap_sdk b/bootstrap_sdk index 1307d4e8e8..6f2e89229c 100755 --- a/bootstrap_sdk +++ b/bootstrap_sdk @@ -18,6 +18,9 @@ # minimal root file system into a clean directory using ROOT=... # and USE=-* The restricted USE flags are key be small and avoid # circular dependencies. +# NOTE that stage1 LACKS PROPER STAGE ISOLATION. Binaries produced in stage1 +# will be linked against the SEED SDK libraries, NOT against libraries +# built in stage 1. See "stage_repo()" documentation further below for more. # This stage uses: # - portage-stable from the SDK's /var/lib/gentoo/repos/gentoo # or a git ref via --stage1_portage_ref command line option