This commit is contained in:
Krzesimir Nowak 2026-01-28 17:57:46 +01:00
parent 0a61979e9b
commit b5c8722323

View File

@ -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 \