profiles: We don't use wrappers in the board sysroot anymore

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2025-05-22 15:20:28 +01:00
parent b9b05e9617
commit 4c22eca925
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137

View File

@ -1,8 +1,6 @@
# Dumping ground for build-time helpers to utilize since SYSROOT/tmp/
# can be nuked at any time.
CROS_BUILD_BOARD_TREE="${SYSROOT}/build"
CROS_BUILD_BOARD_BIN="${CROS_BUILD_BOARD_TREE}/bin"
CROS_ADDONS_TREE="/mnt/host/source/src/third_party/coreos-overlay/coreos"
# Are we merging for the board sysroot, or for the SDK, or for
@ -118,12 +116,6 @@ cros_setup_hooks() {
}
cros_setup_hooks
# Since we're storing the wrappers in a board sysroot, make sure that
# is actually in our PATH.
cros_pre_pkg_setup_sysroot_build_bin_dir() {
PATH+=":${CROS_BUILD_BOARD_BIN}"
}
# Avoid modifications of the preexisting users - these are provided by
# our baselayout and usermod can't change anything there anyway (it
# complains that the user is not in /etc/passwd).