mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-11 15:16:21 +02:00
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:
parent
c9e87c7774
commit
400948600a
@ -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}"
|
||||
}
|
||||
|
||||
# Remove any debug build-id symlinks that are broken because of INSTALL_MASK,
|
||||
# and also remove their associated debug files to avoid wasting space.
|
||||
cros_post_pkg_preinst_rm_masked_debug_files() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user