Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/rust_bin-common.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def rust_target(d, spec_type):
tune = []

if not os == 'linux':
bb.fatal("Unsupported OS: %s. Only Linux is supported." % os)
raise bb.parse.SkipRecipe("Unsupported OS: %s. Only Linux is supported." % os)

if arch in ["i386", "i486", "i586", "i686", "i786", "x86"]:
arch = "i686"
Expand Down