[oe-commits] Laurentiu Palcu : lib/oe/rootfs.py: add new library for rootfs creation

git at git.openembedded.org git at git.openembedded.org
Tue Feb 11 11:56:23 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 5ad8c21bc7f2213d1287cecf07d00a61d1456ff7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5ad8c21bc7f2213d1287cecf07d00a61d1456ff7

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Wed Dec 18 17:52:31 2013 +0200

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 at intel.com>

---

 meta/lib/oe/rootfs.py | 328 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 328 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=5ad8c21bc7f2213d1287cecf07d00a61d1456ff7


More information about the Openembedded-commits mailing list