Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
- Remove bbmask for meta-rust (maybe this belongs into another config
  file if needed, but I didn't need it when building with meta-rust or
  without)
- Remove rust-layer dependency - it's optional, so don't require it
  • Loading branch information
tronical committed Oct 6, 2023
1 parent 3262a98 commit f3558bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ BBFILE_COLLECTIONS += "meta-slint"
BBFILE_PATTERN_meta-slint = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-slint = "6"

LAYERDEPENDS_meta-slint = "core rust-layer clang-layer"
LAYERDEPENDS_meta-slint = "core clang-layer"
LAYERSERIES_COMPAT_meta-slint = "kirkstone langdale mickledore"

RUST_PANIC_STRATEGY = "abort"

# Don't use the poky provided one but meta-rust
BBMASK += "poky/meta/recipes-devtools/rust"
BBMASK += "poky/meta/recipes-devtools/cargo"

0 comments on commit f3558bb

Please sign in to comment.