Files
poky/scripts
Patrick Ohly 3775c6e714 combo-layer: fix file_exclude for dest_dir = .
"filterdiff -x ./some/file" does not remove changes for some/file.
We must be more careful about constructing the path name and
only add the prefix when it really means a directory.

While at it, also better normalize the path in copy_selected_files()
early on, to handle double slashes. Useful should the function ever
gets used for something other that dest_dir (which gets normalized in
sanity_check()).

(From OE-Core rev: 8ea63c6c920c39e5a4ba176223fe472f92e2632a)

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-03-31 22:23:16 +01:00
..
2013-10-29 10:41:39 +00:00
2014-02-02 11:23:45 +00:00
2015-02-08 08:00:27 +00:00
2013-05-14 14:57:27 +03:00
2014-03-07 14:58:45 +00:00
2014-10-30 13:03:41 +00:00

This directory contains Various useful scripts for working with OE builds