On Fri, Oct 14, 2022 at 3:31 AM Ross Burton <Ross.Burton@...> wrote:
On 14 Oct 2022, at 01:23, wangmy via lists.openembedded.org <wangmy=fujitsu.com@...> wrote:
Also, why would a nativesdk DNF need to manage systemd units?
When executing postinstall, the system is needed.
So this is a direct clone of the systemctl in systemd-systemctl-native, which solves exactly the same problem.
looks like that. Yes, I agree, I guess replacing oe-core script with python could be an improvement.
We shouldn’t be duplicating code. If this is a better script then it should replace the one in oe-core. If the one in oe-core is sufficient, then it can be simply be extended to build for nativesdk.