]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:52:57 +0000 (11:52 +0000)
commitd49dba9a6a785dbe1db488cbf9167c2994dad735
treed5d82189218da374ff97de01b22651533d1f0597
parent0884c80070bf163f02d962335564a835deb6d90d
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)

(From OE-Core rev: 93b73b2495f9cb18741837c5437de629adfd3780)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/relocate_sdk.py