File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
sdk_container/src/third_party/coreos-overlay/profiles/coreos/base Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 11# Dumping ground for build-time helpers to utilize since SYSROOT/tmp/
22# can be nuked at any time.
33CROS_BUILD_BOARD_TREE="${SYSROOT}/build"
4- CROS_BUILD_BOARD_BIN="${CROS_BUILD_BOARD_TREE}/bin"
5-
64CROS_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}
119117cros_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).
You can’t perform that action at this time.
0 commit comments