Add missing parent routes to hello tutorial

Thanks Martijn Verschoor for reporting!
This commit is contained in:
Norman Feske
2017-03-24 15:22:32 +01:00
committed by Christian Helmuth
parent 92a339befd
commit f6386c6ce1
2 changed files with 8 additions and 0 deletions

View File

@@ -243,6 +243,10 @@ entry to init's 'config' file, which is located at 'build/bin/config'.
! <config>
! <parent-provides>
! <service name="LOG"/>
! <service name="PD"/>
! <service name="CPU"/>
! <service name="ROM"/>
! <service name="RAM"/>
! </parent-provides>
! <default-route>
! <any-service> <parent/> <any-child/> </any-service>

View File

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