]> code.ossystems Code Review - openembedded-core.git/commit
sstate.bbclass: Don't create symlinks, download to the correct location
authorRandy Witt <randy.e.witt@linux.intel.com>
Mon, 23 May 2016 21:57:00 +0000 (14:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 May 2016 06:49:53 +0000 (07:49 +0100)
commit55d25ed6b30ed7105d3b6421fbf2a03cea009a59
tree8534961818203a6be338a0c614c7fd3d986c1f40
parent1465f205c235a1688a85844ebf5259e8971038ae
sstate.bbclass: Don't create symlinks, download to the correct location

Previously the sstate was all downloaded to the same directory and then
symlinks were added in the directories that pointed to the siginfo and
sstate in the parent directory.

This change makes it so that now the files are just downloaded to the
correct location without the need for symlinks.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass