poky/scripts/lib/devtool
Ed Bartosh 8597a616f3 devtool: use cp instead of shutil.copytree
Copied layers with 'cp -a' instead of calling shutil.copytree as
copytree fails to copy broken symlinks.

More pythonic fix would be to use copytree with 'ignore' parameter,
but this could slow down copying complex directory structures.

[YOCTO #8825]

(From OE-Core master rev: e5b841420b9fdd33829f7665a62cd06a3017f7e6)

(From OE-Core rev: fa0424ee742a6b331f1c6462eb69fecba6dc7f86)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-01-15 15:51:40 +00:00
..
__init__.py devtool: update-recipe: enable var history tracking 2015-10-01 15:07:48 +01:00
build-image.py devtool: second fix for running from a different directory 2015-09-24 17:54:24 +01:00
build.py devtool: check that source tree still exists 2015-09-23 09:53:14 +01:00
deploy.py devtool: second fix for running from a different directory 2015-09-24 17:54:24 +01:00
package.py devtool: second fix for running from a different directory 2015-09-24 17:54:24 +01:00
runqemu.py devtool: runqemu: avoid recipe parse 2015-09-24 17:54:25 +01:00
sdk.py devtool: use cp instead of shutil.copytree 2016-01-15 15:51:40 +00:00
search.py devtool: second fix for running from a different directory 2015-09-24 17:54:24 +01:00
standard.py devtool: upgrade: fix removing other recipes from workspace on reset 2016-01-12 08:42:29 +00:00
upgrade.py devtool: upgrade: fetch remote repository before checking out new revision 2016-01-12 08:42:30 +00:00