Skip to content

Commit c45d596

Browse files
committed
profiles: We don't use wrappers in the board sysroot anymore
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
1 parent fced6f4 commit c45d596

File tree

1 file changed

+0
-8
lines changed
  • sdk_container/src/third_party/coreos-overlay/profiles/coreos/base

1 file changed

+0
-8
lines changed

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/profile.bashrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Dumping ground for build-time helpers to utilize since SYSROOT/tmp/
22
# can be nuked at any time.
33
CROS_BUILD_BOARD_TREE="${SYSROOT}/build"
4-
CROS_BUILD_BOARD_BIN="${CROS_BUILD_BOARD_TREE}/bin"
5-
64
CROS_ADDONS_TREE="/mnt/host/source/src/third_party/coreos-overlay/coreos"
75

86
# Are we merging for the board sysroot, or for the SDK, or for
@@ -118,12 +116,6 @@ cros_setup_hooks() {
118116
}
119117
cros_setup_hooks
120118

121-
# Since we're storing the wrappers in a board sysroot, make sure that
122-
# is actually in our PATH.
123-
cros_pre_pkg_setup_sysroot_build_bin_dir() {
124-
PATH+=":${CROS_BUILD_BOARD_BIN}"
125-
}
126-
127119
# Avoid modifications of the preexisting users - these are provided by
128120
# our baselayout and usermod can't change anything there anyway (it
129121
# complains that the user is not in /etc/passwd).

0 commit comments

Comments
 (0)