mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-08 21:56:42 +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
b9b05e9617
commit
4c22eca925
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user