summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-03 10:20:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-03 10:26:28 +0200
commit094c9f77f4e39472b0266a905237e7cdbeafa599 (patch)
treed950839a06cf73d18b71365c04b540f5071e522e /scripts
parent40f8e600c0dcb85ab0b8d79598cb202a85698b6a (diff)
downloadOSELAS.Toolchain-094c9f77f4e39472b0266a905237e7cdbeafa599.tar.gz
OSELAS.Toolchain-094c9f77f4e39472b0266a905237e7cdbeafa599.tar.xz
rules, scripts: use PTXDIST_SYSROOT_CROSS instead of PTXCONF_DESTDIR
It's the same thing and PTXDIST_SYSROOT_CROSS is the correct path that needs to be replaces in the future. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_image_tgz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_image_tgz.sh b/scripts/lib/ptxd_make_image_tgz.sh
index cd1cb5e..3f87aa2 100644
--- a/scripts/lib/ptxd_make_image_tgz.sh
+++ b/scripts/lib/ptxd_make_image_tgz.sh
@@ -11,7 +11,7 @@ ptxd_make_image_tgz() {
ptxd_make_image_init || return
local prefix_cross="$(ptxd_get_ptxconf PTXCONF_PREFIX_CROSS)"
- local src="${PTX_AUTOBUILD_DESTDIR}${prefix_cross}"
+ local src="${PTXDIST_SYSROOT_CROSS}${prefix_cross}"
local dst="${pkg_dir}/$(dirname ${prefix_cross})"
local sysroot="${pkg_dir}${prefix_cross}"
local -a host_dirs=( \