Skip to content

Commit

Permalink
firecracker-bin: Update to match OE-Core virtual provider changes
Browse files Browse the repository at this point in the history
OE-Core changed to to use virtual/cross-binutils to replace the older
more complex cross providers. Update the recipes to match.

This fixes check layer failures on the autobuilder.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
rpurdie authored and thomas-roos committed Jan 27, 2025
1 parent 500ef92 commit 6b8eb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ do_install() {
}

# https://bugzilla.yoctoproject.org/show_bug.cgi?id=15227
PACKAGE_DEPENDS:append:class-target = " virtual/${TARGET_PREFIX}binutils"
PACKAGE_DEPENDS:append:class-target = " virtual/cross-binutils"
2 changes: 1 addition & 1 deletion recipes-containers/firecracker-bin/jailer-bin_1.10.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ do_install() {
}

# https://bugzilla.yoctoproject.org/show_bug.cgi?id=15227
PACKAGE_DEPENDS:append:class-target = " virtual/${TARGET_PREFIX}binutils"
PACKAGE_DEPENDS:append:class-target = " virtual/cross-binutils"

0 comments on commit 6b8eb29

Please sign in to comment.