Changeset aa0faeca in mainline for uspace/cfg/sysman/default.tgt


Ignore:
Timestamp:
2020-03-08T16:47:18Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
a73aaec1
Parents:
13b4504
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-03-06 18:10:45)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-03-08 16:47:18)
Message:

Adding "ConditionArchitecture" to sysman's unit

the services s3c24xx_uart and s3c24xx_ts are specific for
arm32. This newly flag allows sysman to ignore those units
when they are asked to be loaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/cfg/sysman/default.tgt

    r13b4504 raa0faeca  
    44After = devman.svc
    55
    6 ; arm32 specific
    7 ; After = s3c24xx_uart.svc
    8 ; After = s3c24xx_ts.svc
     6After = s3c24xx_uart.svc
     7After = s3c24xx_ts.svc
    98
    109After = klog.svc
Note: See TracChangeset for help on using the changeset viewer.