relocatable.bbclass: split it up, to reuse code
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 31 Jul 2012 08:49:37 +0000 (11:49 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Aug 2012 14:28:39 +0000 (15:28 +0100)
commita6fb88cf8ed5570b14bf66fa86e861d0816a065c
tree29c6fc720d27241505f766357ed809577e547b3e
parentde1d27dece6523e9a415b41af7311dda48cf5aba
relocatable.bbclass: split it up, to reuse code

Most of the code in relocatable.bbclass will be used for relocating the
SDK binaries. So, create another class chrpath.bbclass that will contain
the core of the relocatable.bbclass, so we can reuse it.

(From OE-Core rev: b50677b1641b201fd69942fd82a360907338234d)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/chrpath.bbclass [new file with mode: 0644]
meta/classes/relocatable.bbclass