summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@gmail.com>2021-02-16 13:47:00 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-10 00:22:51 +0000
commitfb98bed7a1ada1b0480f46475a55be051ef2524d (patch)
tree1b8ab7c4b9f5e7387e48774f3c65a0dd5a83d07b /meta-poky
parentba336533e7d56b703d2fdfc0d524a8771f08d02d (diff)
downloadpoky-fb98bed7a1ada1b0480f46475a55be051ef2524d.tar.gz
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 <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 200b05182c74f3f4f778907d5ee92831adb3d77e) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample.extended2
1 files changed, 1 insertions, 1 deletions
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"
328# The INITRAMFS_IMAGE image variable will cause an additional recipe to 328# The INITRAMFS_IMAGE image variable will cause an additional recipe to
329# be built as a dependency to the what ever rootfs recipe you might be 329# be built as a dependency to the what ever rootfs recipe you might be
330# using such as core-image-sato. The initramfs might be needed for 330# using such as core-image-sato. The initramfs might be needed for
331# the initial boot of of the target system such as to load kernel 331# the initial boot of the target system such as to load kernel
332# modules prior to mounting the root file system. 332# modules prior to mounting the root file system.
333# 333#
334# INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe 334# INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe