]> code.ossystems Code Review - openembedded-core.git/commit
relocate_sdk.py: skip debug files from relocation
authorNikunj Kela <nkela@cisco.com>
Tue, 14 Feb 2017 18:15:28 +0000 (18:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Mar 2017 11:13:47 +0000 (11:13 +0000)
commit93b73b2495f9cb18741837c5437de629adfd3780
tree61c22042caf6ec76bb2860435de9ba88af40c507
parent8bf7ade372b46b8a872661a7904fbaa30fa262a2
relocate_sdk.py: skip debug files from relocation

Debug files only have debug symbols hence don't need
to be relocated. Relocation script throws errors when
run on the debug files. This change skips these files
that have zero size.

(From OE-Core rev: 132e8bfd499c713eb63075fd6380317b60f0bd27)

Signed-off-by: Nikunj Kela <nkela@cisco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/relocate_sdk.py