diff options
author | Vivien Didelot <vivien.didelot@gmail.com> | 2021-02-16 13:47:00 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-16 19:00:51 +0000 |
commit | 9cd171b77b0766a9a908249b24c9a8f3c481bfef (patch) | |
tree | a4168e094e2e24af019566119a72bcdc07441a46 /meta-poky | |
parent | f5f6504e5781c6e9d4cef3e9b1c2280fd0a8afdc (diff) | |
download | poky-9cd171b77b0766a9a908249b24c9a8f3c481bfef.tar.gz |
local.conf.sample.extended: fix double 'of' typo
Remove the redundant 'of' word in the INITRAMFS_IMAGE comment.
(From meta-yocto rev: 200b05182c74f3f4f778907d5ee92831adb3d77e)
Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/local.conf.sample.extended | 2 |
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 62415a43ed..371ef4c69c 100644 --- a/meta-poky/conf/local.conf.sample.extended +++ b/meta-poky/conf/local.conf.sample.extended | |||
@@ -325,7 +325,7 @@ DISTRO_FEATURES_remove = "x11" | |||
325 | # The INITRAMFS_IMAGE image variable will cause an additional recipe to | 325 | # The INITRAMFS_IMAGE image variable will cause an additional recipe to |
326 | # be built as a dependency to the what ever rootfs recipe you might be | 326 | # be built as a dependency to the what ever rootfs recipe you might be |
327 | # using such as core-image-sato. The initramfs might be needed for | 327 | # using such as core-image-sato. The initramfs might be needed for |
328 | # the initial boot of of the target system such as to load kernel | 328 | # the initial boot of the target system such as to load kernel |
329 | # modules prior to mounting the root file system. | 329 | # modules prior to mounting the root file system. |
330 | # | 330 | # |
331 | # INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe | 331 | # INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe |