diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-22 08:30:31 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-22 08:32:42 -0800 |
commit | 8aaed8f345683c2fb03a4d90f615f1e93f545a55 (patch) | |
tree | be59c2b738c4521d5b05923313a9218edd468170 /classes/cmake-native.bbclass | |
parent | 288f752445d3783dbaf06a60919a2b35b14e3a62 (diff) | |
download | meta-clang-8aaed8f345683c2fb03a4d90f615f1e93f545a55.tar.gz |
Revert "cmake-native.bbclass: Add ubfs specific variable to ignore list"
The problem is in BSP layer [1], these variable should not be exported
universally moreover its not needed as well.
[1] https://github.com/varigit/meta-variscite-bsp-imx/pull/36
This reverts commit 288f752445d3783dbaf06a60919a2b35b14e3a62.
Diffstat (limited to 'classes/cmake-native.bbclass')
-rw-r--r-- | classes/cmake-native.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/cmake-native.bbclass b/classes/cmake-native.bbclass index d09a8a2..116cdd1 100644 --- a/classes/cmake-native.bbclass +++ b/classes/cmake-native.bbclass | |||
@@ -53,6 +53,4 @@ list(APPEND CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES ${STAGING_INCDIR_NATIVE}) | |||
53 | EOF | 53 | EOF |
54 | } | 54 | } |
55 | 55 | ||
56 | do_generate_native_toolchain_file[vardepsexclude] += "MKUBIFS_ARGS_128kbpeb MKUBIFS_ARGS_256kbpeb UBINIZE_ARGS_128kbpeb UBINIZE_ARGS_256kbpeb" | ||
57 | |||
58 | addtask generate_native_toolchain_file after do_patch before do_configure | 56 | addtask generate_native_toolchain_file after do_patch before do_configure |