Skip to content

[SKIP SOF-TEST] native_sim_libfuzzer.conf: override some incompatible hardware options#9405

Merged
lgirdwood merged 1 commit intothesofproject:mainfrom
marc-hb:fuzz-override-incompatible
Sep 2, 2024
Merged

[SKIP SOF-TEST] native_sim_libfuzzer.conf: override some incompatible hardware options#9405
lgirdwood merged 1 commit intothesofproject:mainfrom
marc-hb:fuzz-override-incompatible

Conversation

@marc-hb
Copy link
Collaborator

@marc-hb marc-hb commented Aug 24, 2024

Override incompatible options CONFIG_SMP_BOOT_DELAY and CONFIG_SCHED_CPU_MASK_PIN_ONLY found in sof/app/prj.conf to silence build time warnings. Strange why these are in app/prj.conf but not our problem here.

warning: SCHED_CPU_MASK_PIN_ONLY (defined at kernel/Kconfig:139) was
assigned the value 'y' but got the value 'n'. Check these unsatisfied
dependencies: SMP (=n).

warning: SMP_BOOT_DELAY (defined at kernel/Kconfig.smp:32) was assigned
the value 'y' but got the value 'n'. Check these unsatisfied
dependencies: SMP (=n).

cc:

Override incompatible options CONFIG_SMP_BOOT_DELAY and
CONFIG_SCHED_CPU_MASK_PIN_ONLY found in `sof/app/prj.conf` to silence
build time warnings. Strange why these are in `app/prj.conf` but not our
problem here.

```
warning: SCHED_CPU_MASK_PIN_ONLY (defined at kernel/Kconfig:139) was
assigned the value 'y' but got the value 'n'. Check these unsatisfied
dependencies: SMP (=n).

warning: SMP_BOOT_DELAY (defined at kernel/Kconfig.smp:32) was assigned
the value 'y' but got the value 'n'. Check these unsatisfied
dependencies: SMP (=n).
```

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
@marc-hb
Copy link
Collaborator Author

marc-hb commented Aug 24, 2024

@lgirdwood lgirdwood merged commit 43912a7 into thesofproject:main Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants