@@ -1,7 +1,7 @@
#
-# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
+# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in
# an incompatible way. Such changes should usually be detailed in the commit
-# that breaks the format and have been previously discussed on the mailing list
+# that breaks the format and have been previously discussed on the mailing list
# with general agreement from the core team.
#
OELAYOUT_ABI = "15"
@@ -220,7 +220,7 @@ BB_DISKMON_DIRS ??= "\
#
# By default native qemu will build with a builtin VNC server and a SDL UI frontend
# where graphical output can be seen.
-# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
+# By default libsdl2-native will be built, if you want to use your host's libSDL instead of
# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
#ASSUME_PROVIDED += "libsdl2-native"
Fix trailing whitespace in conf files and local.conf.sample template to resolve bitbake parsing warnings. Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> --- meta/conf/abi_version.conf | 4 ++-- meta/conf/templates/default/local.conf.sample | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)