Add missing parent routes to hello tutorial
Thanks Martijn Verschoor for reporting!
This commit is contained in:
committed by
Christian Helmuth
parent
92a339befd
commit
f6386c6ce1
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user