]> code.ossystems Code Review - openembedded-core.git/commit
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:23:51 +0000 (15:23 +0100)
commitb50677b1641b201fd69942fd82a360907338234d
tree5c084ca63201d0e6dca877c08a5d70ee61fdc0fc
parentd4e976849da845d595db7029d8089946ae16d982
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.

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