Skip to content

unit_testing board selects deprecated NATIVE_APPLICATION #91127

@Thalley

Description

@Thalley

Describe the bug

When building a unit test for the unit_testing board there is a warning:

warning: Deprecated symbol NATIVE_APPLICATION is enabled.

since the unit_testing board select NATIVE_APPLICATION in https://github.com/zephyrproject-rtos/zephyr/blob/main/subsys/testsuite/boards/unit_testing/unit_testing/Kconfig.unit_testing

NATIVE_APPLICATION was deprecated in #81232 and should not be used in Zephyr.

Regression

  • This is a regression.

Steps to reproduce

Can be reproduced by building any test that uses the unit_testing board (has type: unit), e.g.

scripts/twister -T tests/bluetooth/audio/ascs

Relevant log output

Building the above should show something like

warning: Deprecated symbol NATIVE_APPLICATION is enabled

in e.g. twister-out/unit_testing_unit_testing/host/tests/bluetooth/audio/ascs/bluetooth.audio.ascs.test_unicast_client_enabled/build.log

Impact

Annoyance – Minor irritation; no significant impact on usability or functionality.

Environment

OS: Linux
Commit SHA: 6559c7f

Additional Context

No response

Metadata

Metadata

Assignees

Labels

area: TestsIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions