]> code.ossystems Code Review - openembedded-core.git/commit
image/rootfs-postcommands: Separate out post rootfs commands to separate class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 17:52:06 +0000 (17:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 17:54:08 +0000 (17:54 +0000)
commitdf4cb51c8e60fa46d4d15be8da3d84287ff08ae7
tree00d411eb538abd7ae12e68090bdb90db1cd7e566
parent2eaeac6d98c310cb2602ba194d934c5b7bed253d
image/rootfs-postcommands: Separate out post rootfs commands to separate class

Reading image.bbclass is a little difficult as it has many post rootfs
helper functions and its hard to separate those from the core contents
of the rootfs/image code.

Moving it to a separate class would be one way of making it clearer
what these functions are. There are some comment layout improvements
but no code changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass
meta/classes/rootfs-postcommands.bbclass [new file with mode: 0644]