Skip to content

Commit

Permalink
Revert "cmake-native.bbclass: Add ubfs specific variable to ignore list"
Browse files Browse the repository at this point in the history
The problem is in BSP layer [1], these variable should not be exported
universally moreover its not needed as well.

[1] varigit/meta-variscite-bsp-imx#36
This reverts commit 288f752.
  • Loading branch information
kraj committed Nov 22, 2023
1 parent 288f752 commit f48315a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/cmake-native.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,4 @@ 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 f48315a

Please sign in to comment.