Robert, Can you create a patch just for the documentation? I don't apply patches for other parts of the system. If you don't want to do that I can just fix the misspellings in the bsp guide.
Scott -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Robert P. J. Day Sent: Wednesday, April 04, 2012 3:43 PM To: Yocto discussion list Subject: [yocto] [PATCH] Fix small number of misspellings of "subsequent". Signed-off-by: Robert P. J. Day <[email protected]> --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 14a7197..548048f 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -877,7 +877,7 @@ ... NOTE: Once created, you should add your new layer to your - bblayers.conf file in order for it to be subsquently seen and + bblayers.conf file in order for it to be subsequently seen and modified by the yocto-kernel tool. NOTE for x86- and x86_64-based BSPs: The generated BSP assumes the diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 997dcd1..0bd81bd 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass @@ -26,7 +26,7 @@ do_rm_work () { rm -rf $dir fi done - # Need to add pseudo back or subsqeuent work in this workdir + # Need to add pseudo back or subsequent work in this workdir # might fail since setscene may not rerun to recreate it mkdir ${WORKDIR}/pseudo/ diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index 200a4f8..54501d8 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py @@ -156,7 +156,7 @@ DESCRIPTION current directory, and is useful for debugging. NOTE: Once created, you should add your new layer to your - bblayers.conf file in order for it to be subsquently seen and + bblayers.conf file in order for it to be subsequently seen and modified by the yocto-kernel tool. NOTE for x86- and x86_64-based BSPs: The generated BSP assumes the -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
