mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
Merge pull request #197 from flatcar-linux/t-lo/build_packages-fix-default-torcx-output-root
build_packages: fix default torcx output root
This commit is contained in:
commit
c0e95313ba
@ -36,7 +36,7 @@ DEFINE_boolean skip_toolchain_update "${FLAGS_FALSE}" \
|
|||||||
"Don't update toolchain automatically."
|
"Don't update toolchain automatically."
|
||||||
DEFINE_boolean skip_chroot_upgrade "${FLAGS_FALSE}" \
|
DEFINE_boolean skip_chroot_upgrade "${FLAGS_FALSE}" \
|
||||||
"Don't run the chroot upgrade automatically; use with care."
|
"Don't run the chroot upgrade automatically; use with care."
|
||||||
DEFINE_string torcx_output_root "${DEFAULT_BUILD_ROOT}" \
|
DEFINE_string torcx_output_root "${DEFAULT_BUILD_ROOT}/torcx" \
|
||||||
"Directory in which to place torcx stores and manifests (named by board/version)"
|
"Directory in which to place torcx stores and manifests (named by board/version)"
|
||||||
DEFINE_boolean skip_torcx_store "${FLAGS_FALSE}" \
|
DEFINE_boolean skip_torcx_store "${FLAGS_FALSE}" \
|
||||||
"Don't build a new torcx store from the updated sysroot."
|
"Don't build a new torcx store from the updated sysroot."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user