mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
sculpt: suppress log_kernel on Pinephone
The log_kernel component exists only for NOVA.
This commit is contained in:
parent
e162317afa
commit
a084f6c835
@ -180,7 +180,8 @@ proc log_core_start_node { } {
|
||||
|
||||
proc log_kernel_start_node { } {
|
||||
|
||||
if {[have_board linux]} return
|
||||
if {[have_board linux]} return
|
||||
if {[have_board pinephone]} return
|
||||
|
||||
return {
|
||||
<start name="log_kernel">
|
||||
|
Loading…
x
Reference in New Issue
Block a user