zephyr-kernel-test: remove unnecessary "+="

bitbake is now warning when "+=" is used with "remove", as it is not a
recommended combination.  Change the commented out versions that have
this combination to prevent anyone from using it.

Signed-off-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Jon Mason
2021-11-11 09:12:36 -05:00
committed by Naveen Saini
parent a67a190d6d
commit 2e67c62084

View File

@@ -14,16 +14,16 @@ ZEPHYRTESTS:remove:qemu-x86 = "common device interrupt poll queue sleep"
ZEPHYRTESTS:remove:stm32mp157c-dk2 = "common device poll queue sleep"
# test_context will fail because QEMU for ARM does not emulate CortexM3 BASEPRI register
#ZEPHYRTESTS:remove:arm += ""
#ZEPHYRTESTS:remove:arm = ""
# test_critical never finishes in an unpatched QEMU either
#ZEPHYRTESTS:remove:arm += ""
#ZEPHYRTESTS:remove:arm = ""
#Remove ARM specific tests
#ZEPHYRTESTS:remove:x86 += ""
#ZEPHYRTESTS:remove:x86 = ""
#Remove tests not intended for Nios2
#ZEPHYRTESTS:remove:nios2 += ""
#ZEPHYRTESTS:remove:nios2 = ""
# List of all available kernel tests
ZEPHYRTESTS = " \