Skip to content

Commit

Permalink
yoe: Let it build on RISCV64 build hosts
Browse files Browse the repository at this point in the history
unintive does not yet exist for rv64 so disable it for now

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jan 17, 2024
1 parent d0a2324 commit 45a20e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
require conf/distro/include/security_flags.inc

INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}"
INHERIT += "${@bb.utils.contains_any('BUILD_ARCH', 'ppc64le riscv64', '', 'uninative', d)}"

# Add /etc/build to every image
INHERIT += "image-buildinfo"
Expand Down

0 comments on commit 45a20e5

Please sign in to comment.