Skip to content

Commit

Permalink
tests: posix: override qemu_x86_tiny by label
Browse files Browse the repository at this point in the history
This changes the board override to track the nodelabel rather than the
absolute node path, which happened to have changed in 0edc89c
breaking the test.

Verified with:

west build -p -b qemu_x86_tiny/atom tests/posix/common -T \
portability.posix.common.userspace

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
  • Loading branch information
fabiobaltieri authored and kartben committed Feb 20, 2025
1 parent 93f13be commit 2a4f374
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/posix/common/boards/qemu_x86_tiny.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

/ {
dram0: memory@0 {
reg = <0x100000 0x80000>;
};
&dram0 {
reg = <0x100000 0x80000>;
};

0 comments on commit 2a4f374

Please sign in to comment.