From f48315a34f55fe5650c20584521d86fc2ad89a2f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Nov 2023 08:30:31 -0800 Subject: [PATCH] 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. --- classes/cmake-native.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/classes/cmake-native.bbclass b/classes/cmake-native.bbclass index d09a8a2c..116cdd1a 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}) 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