]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs.py: add new library for rootfs creation
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Wed, 18 Dec 2013 15:52:31 +0000 (17:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:25 +0000 (11:50 +0000)
commit5ad8c21bc7f2213d1287cecf07d00a61d1456ff7
tree47eb9ae60d6fa9783830d3a0f84208f025d44695
parent224e5053044b4c7966fea3b8d199a3dfd4fe438e
lib/oe/rootfs.py: add new library for rootfs creation

This library will be used to generate the rootfs.

Recommended usage:
 create_rootfs(d, manifest_file)

this will determine the PM backend used, save the shell environment and
will call the appropriate backend implementation (DpkgRootfs(d,
manifest_file).create()).

NOTE: this commit adds Dpkg support.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/rootfs.py [new file with mode: 0644]