diff --git a/build_library/catalyst_toolchains.sh b/build_library/catalyst_toolchains.sh index db6c10e752..835e6c2112 100644 --- a/build_library/catalyst_toolchains.sh +++ b/build_library/catalyst_toolchains.sh @@ -34,8 +34,8 @@ build_target_toolchain() { PORTAGE_CONFIGROOT="$ROOT" run_merge --root="$ROOT" --sysroot="$ROOT" "${@}" } - # install baselayout first - with the selinux profile, this is - # pulled into the dependency chain + # install baselayout first - for some reason this is pulled into + # the dependency chain when building toolchain btt_emerge --oneshot --nodeps sys-apps/baselayout # copy libraries from sysroot to root - sysroot seems to be @@ -90,10 +90,10 @@ build_target_toolchain() { # util-linux[systemd] -> systemd -> util-linux # util-linux[udev] -> libudev[systemd] -> systemd -> util-linux args_for_bdl+=( - sys-apps/systemd cryptsetup,curl,importd,tpm - sys-apps/util-linux audit,cryptsetup,pam,selinux,su,systemd,udev - sys-libs/glibc nscd,selinux - sys-libs/pam systemd + # sys-apps/systemd cryptsetup,curl,importd,tpm + # sys-apps/util-linux audit,cryptsetup,pam,selinux,su,systemd,udev + # sys-libs/glibc nscd,selinux + # sys-libs/pam systemd ) BDL_ROOT=${ROOT} \ BDL_PORTAGEQ=btt_bdl_portageq \