]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: move intercept running logic from rootfs class to PackageManager...
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 3 Apr 2018 15:45:20 +0000 (18:45 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Apr 2018 13:48:59 +0000 (14:48 +0100)
commitf830388c5e9125f385a42acd7365d1235967b57c
tree45a579aae1245021779043f1cc50b8fa61382500
parent9454fd328040fd58c981d028a74fcf181bde8e89
package_manager.py: move intercept running logic from rootfs class to PackageManager class

This allows running the intercepts when creating SDKs, which previously
wasn't possible, as SDK code does not use the rootfs class, and calls
into PackageManager methods directly.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py
meta/lib/oe/rootfs.py