]> code.ossystems Code Review - openembedded-core.git/commit
image.bbclass, kernel.bbclass: create warning file about deleting deploydir files
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 16 Aug 2011 17:13:04 +0000 (18:13 +0100)
committerSaul Wold <sgw@linux.intel.com>
Thu, 18 Aug 2011 20:45:43 +0000 (13:45 -0700)
commit4316c5e9eec67d71f4699102a63a5f968bd8d1d9
treeffd7526418403d68c7a3c8853cacad3dcf6a3f5d
parent2e83e6755441cb14bd907d306974338c15173189
image.bbclass, kernel.bbclass: create warning file about deleting deploydir files

New users sometimes delete files in tmp/deploy/images assuming they will
be re-created just by re-running the build, and then are confused when
this doesn't work. To discourage people from doing this, create a file
called README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt in
tmp/deploy/images containing an explanation of what needs to be done to
re-create files there.

Fixes [YOCTO #1315] and [YOCTO #1346].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/image.bbclass
meta/classes/kernel.bbclass
meta/files/deploydir_readme.txt [new file with mode: 0644]