Skip to content

Commit 7651b80

Browse files
committed
fix: ensure we prioritize evaluation version
1 parent dac0acd commit 7651b80

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

conf/layer.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
88
BBFILE_COLLECTIONS += "rtlabs"
99
BBFILE_PATTERN_rtlabs = "^${LAYERDIR}/"
1010
BBFILE_PRIORITY_rtlabs = "6"
11+
12+
PREFERRED_PROVIDER_p-net = "p-net-evaluation"

recipes-connectivity/p-net/p-net-src_1.0.2.bb renamed to recipes-connectivity/p-net/p-net-commercial_1.0.2.bb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ SECTION = "libs"
55
PROVIDES = "p-net"
66

77
SRC_URI = "file://p-net-sources-1.0.2-20250519.113257-21.zip"
8-
9-
# Require activation to use the official stack
10-
# since this requires available sources.
11-
DEFAULT_PREFERENCE = "-1"
12-
138
S = "${WORKDIR}/p-net"
149

1510
FILES:${PN}-dev += " \
File renamed without changes.

0 commit comments

Comments
 (0)