Skip to content

Commit

Permalink
Remove meta-rust from layer dependencies (Azure#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvergatal committed Jan 26, 2024
1 parent 2190b7c commit 8e532ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "meta-iotedge"
BBFILE_PATTERN_meta-iotedge = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-iotedge = "10"

LAYERDEPENDS_meta-iotedge = "core rust-layer virtualization-layer"
LAYERDEPENDS_meta-iotedge = "core virtualization-layer"
LAYERSERIES_COMPAT_meta-iotedge = "kirkstone"

0 comments on commit 8e532ae

Please sign in to comment.