Merge branch 'kernel-bootstrap-jobs' into bare-metal-full

This commit is contained in:
Gábor Stefanik 2024-01-07 12:03:41 +01:00
commit 4e42df15e9
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
#!/bin/sh
#
# SPDX-FileCopyrightText: 2024 Gábor Stefanik <netrolller.3d@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# Finalize job count once SMP support is available
cat >> /steps/bootstrap.cfg <<- EOF
JOBS=${FINAL_JOBS}
EOF
. /steps/bootstrap.cfg
. /steps/env