]> code.ossystems Code Review - openembedded-core.git/commit
ipk: Move ipk manifest to its own subdir
authorFredrik Gustafsson <fredrik.gustafsson@axis.com>
Fri, 24 Jul 2020 14:42:31 +0000 (16:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jul 2020 18:54:00 +0000 (19:54 +0100)
commit405cd8560fed2e05fc82919d728c42516793cc0f
tree88f45a1f5f0edcc3836068dd6e8f6e42f7c15f2d
parent87a1c8ee406f73e53888df3b682e8a5f0f610c2f
ipk: Move ipk manifest to its own subdir

This is a part of a refactor that will split the package manager
code so that it's possible to use other package managers in other
layers.

Signed-off-by: Fredrik Gustafsson <fredrigu@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/manifest.py
meta/lib/oe/package_manager/ipk/__init__.py [new file with mode: 0644]
meta/lib/oe/package_manager/ipk/manifest.py [new file with mode: 0644]
meta/lib/oe/rootfs.py