poky/meta/files
Mike Crowe 2a70e84643 kernel, license, sstate, rootfs.py: Remove deploy directory README
It isn't clear that the README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
file in the deploy directory warrants the complexity it brings elsewhere.
Let's just remove it entirely.

In particular, if two do_image_complete tasks run in parallel they risk
both trying to put their image into ${DEPLOY_DIR_IMAGE} at the same time.
Both will contain a README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
file. In theory this should be safe because "cp -alf" will just cause one
to overwrite the other. Unfortunately, coreutils cp also has a race[1]
which means that if one copy creates the file at just the wrong point the
other will fail with:

 cp: cannot create hard link ‘..../tmp-glibc/deploy/images/pantera/README_-_DO_NOT_DELETE_FILES_IN_THIS_D.txt’ to
+‘..../tmp-glibc/work/rage_against-oe-linux-gnueabi/my-own-image/1.0-r0/deploy-my-own-image-complete/README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt’: File exists

[1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25680

(From OE-Core rev: 71e9e88847d7000781642ea6187ebd8f40dfdcfe)

(From OE-Core rev: 20c39fdbb25c1b1867709c5bfb3ae2baef249be9)

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-08-29 23:43:50 +01:00
..
common-licenses ParaTypeFFL-1.3: Add license file 2016-03-20 23:12:29 +00:00
device_table-minimal.txt files/device_table-minimal.txt: cleanup 2014-04-25 17:19:20 +01:00
ext-sdk-prepare.py classes/populate_sdk_ext: drop duplicated error message 2016-08-17 10:35:41 +01:00
fs-perms.txt fs-perms.txt: fix ROOT_HOME's permission 2016-04-15 06:59:44 +01:00
toolchain-shar-extract.sh sdk-installer: Fix unclear SDK installer message 2016-10-11 22:59:35 +01:00
toolchain-shar-relocate.sh toolchain-shar-relocate.sh: Fix typo 2016-09-23 18:06:08 +01:00