diff options
author | Vivien Didelot <vdidelot@pbsc.com> | 2021-03-09 12:47:13 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-11 14:06:46 +0000 |
commit | 2d3bbfcfbac2117953fe008a252de2bf99437408 (patch) | |
tree | 73ab4038f3d6421bfd23dfc2ab5071e7a9f2da85 /meta-poky | |
parent | 89661b6a223443a236a0839fb17cfce8b8df6977 (diff) | |
download | poky-2d3bbfcfbac2117953fe008a252de2bf99437408.tar.gz |
poky: fix typos
Fix fromw -> from typo in poky-world-exclude.inc,
and confiruration -> configuration in poky-tiny.conf.
(From meta-yocto rev: 70f767e9440452bf65dc5c295ae5e336d5622597)
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/distro/include/poky-world-exclude.inc | 2 | ||||
-rw-r--r-- | meta-poky/conf/distro/poky-tiny.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/distro/include/poky-world-exclude.inc b/meta-poky/conf/distro/include/poky-world-exclude.inc index 1a2dea5859..f3ac59c519 100644 --- a/meta-poky/conf/distro/include/poky-world-exclude.inc +++ b/meta-poky/conf/distro/include/poky-world-exclude.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # | 1 | # |
2 | # Things we exlude fromw world testing within the reference distro | 2 | # Things we exlude from world testing within the reference distro |
3 | # | 3 | # |
4 | 4 | ||
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf index 5a867b1de5..e4ff9752e9 100644 --- a/meta-poky/conf/distro/poky-tiny.conf +++ b/meta-poky/conf/distro/poky-tiny.conf | |||
@@ -26,7 +26,7 @@ | |||
26 | # [ ] Drop ldconfig from the installation | 26 | # [ ] Drop ldconfig from the installation |
27 | # [ ] Modify the runqemu scripts to work with ext2 parameter: | 27 | # [ ] Modify the runqemu scripts to work with ext2 parameter: |
28 | # runqemu qemux86 qemuparams="-nographic" bootparams="console=ttyS0,115200 root=0800" | 28 | # runqemu qemux86 qemuparams="-nographic" bootparams="console=ttyS0,115200 root=0800" |
29 | # [ ] Modify busybox to allow for DISTRO_FEATURES-like confiruration | 29 | # [ ] Modify busybox to allow for DISTRO_FEATURES-like configuration |
30 | 30 | ||
31 | require conf/distro/poky.conf | 31 | require conf/distro/poky.conf |
32 | require conf/distro/include/gcsections.inc | 32 | require conf/distro/include/gcsections.inc |