Skip to content
Commit cc0210af authored by Patrick Bellasi's avatar Patrick Bellasi Committed by Marc Bonnici
Browse files

LocalLinuxTarget: fix executables folder location



Since:
   cafc0a4b target: do not create shutil in package directory
we generate 'shutils' in /tmp, which is also the executables_path
used by default by a LocalLinuxTarget.

This ultimately results into a:

   self.install(shutils_ofile)
      ...
         shutil.copy(source, dest)

raising an exception since source == dest.

Let's fix this by setting /tmp/devlib-target as a default base path for
all devlib deployed stuff into a localhost target.

Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
parent 730118d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment