From fb98bed7a1ada1b0480f46475a55be051ef2524d Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Tue, 16 Feb 2021 13:47:00 -0500 Subject: local.conf.sample.extended: fix double 'of' typo Remove the redundant 'of' word in the INITRAMFS_IMAGE comment. (From meta-yocto rev: 623914eb5b7cb4e0b779bd53f550547164d727e1) Signed-off-by: Vivien Didelot Signed-off-by: Richard Purdie (cherry picked from commit 200b05182c74f3f4f778907d5ee92831adb3d77e) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample.extended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended index dc92a16f6c..5e1edef58e 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended @@ -328,7 +328,7 @@ DISTRO_FEATURES_remove = "x11" # The INITRAMFS_IMAGE image variable will cause an additional recipe to # be built as a dependency to the what ever rootfs recipe you might be # using such as core-image-sato. The initramfs might be needed for -# the initial boot of of the target system such as to load kernel +# the initial boot of the target system such as to load kernel # modules prior to mounting the root file system. # # INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe -- cgit v1.2.3-54-g00ecf