summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-02-23 22:27:28 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-03-05 07:55:23 +0100
commit6dbb9f7602677b2b6407ff9b8ad1d09d449c76b6 (patch)
tree9579d4ac24d75aaddc86ebcd429991853e85c962 /scripts/lib/ptxd_make_world_common.sh
parentea09772241e68d8d4451c9977b35eb52c42db55b (diff)
downloadptxdist-6dbb9f7602677b2b6407ff9b8ad1d09d449c76b6.tar.gz
ptxdist-6dbb9f7602677b2b6407ff9b8ad1d09d449c76b6.tar.xz
[lib] define and use pkg_xpkg_map
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 452320586..04036337d 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -222,6 +222,11 @@ ptxd_make_world_init() {
ptxd_make_world_init_compat || return
#
+ # xpkg mapping
+ #
+ pkg_xpkg_map="${ptx_state_dir}/${pkg_label}.xpkg.map"
+
+ #
# path
#
local path_ptr="ptx_path_${pkg_type}"