Skip to content

Commit 533362e

Browse files
committed
Fixes jetson-tk1 legacy cruft error.
1 parent 85e531d commit 533362e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/layer.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ BBFILES += " \
88
"
99

1010
BBFILE_COLLECTIONS += "osg"
11-
BBFILE_PATTERN_jetson-tk1 = "^${LAYERDIR}/"
12-
BBFILE_PRIORITY_jetson-tk1 = "6"
11+
BBFILE_PATTERN_osg = "^${LAYERDIR}/"
12+
BBFILE_PRIORITY_osg = "6"

0 commit comments

Comments
 (0)