Skip to content

Commit

Permalink
cmake-native.bbclass: Add ubfs specific variable to ignore list
Browse files Browse the repository at this point in the history
These variables show up as dependencies of native recipes otherwise
can cause clang-native to rebuild without a reason just when defined by
a machine using ubifs.

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 22, 2023
1 parent 74d3368 commit 288f752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/cmake-native.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ list(APPEND CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES ${STAGING_INCDIR_NATIVE})
EOF
}

do_generate_native_toolchain_file[vardepsexclude] += "MKUBIFS_ARGS_128kbpeb MKUBIFS_ARGS_256kbpeb UBINIZE_ARGS_128kbpeb UBINIZE_ARGS_256kbpeb"

addtask generate_native_toolchain_file after do_patch before do_configure

0 comments on commit 288f752

Please sign in to comment.