lx_hybrid_errno.run: add missing parent services

This commit is contained in:
Norman Feske 2020-03-10 12:30:35 +01:00
parent 97bbad5aea
commit e2b9308b11

View File

@ -21,6 +21,8 @@ install_config {
<parent-provides> <parent-provides>
<service name="ROM"/> <service name="ROM"/>
<service name="LOG"/> <service name="LOG"/>
<service name="PD"/>
<service name="CPU"/>
</parent-provides> </parent-provides>
<default-route> <default-route>
<any-service> <parent/> <any-child/> </any-service> <any-service> <parent/> <any-child/> </any-service>