mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
fix(catalyst_toolchains.sh): Fix error in doc comment
This commit is contained in:
parent
169cc17394
commit
9187adb7ca
@ -9,7 +9,7 @@ source /tmp/toolchain_util.sh
|
||||
# To make sure things are uploaded to the correct places we split things up:
|
||||
# crossdev build packages use ${PKGDIR}/crossdev (uploaded to SDK location)
|
||||
# build deps in crossdev's sysroot use ${PKGDIR}/cross/${CHOST} (no upload)
|
||||
# native toolchains use ${PKGDIR}/native/${BOARD} (uploaded to board location)
|
||||
# native toolchains use ${PKGDIR}/target/${BOARD} (uploaded to board location)
|
||||
|
||||
get_dependency_list() {
|
||||
local ROOT="$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user