From cd64633f9407dc706563290cba235243be344970 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 25 Nov 2013 07:18:54 -0800 Subject: [PATCH] dev-manual: Changed wording of BBMASK example I changed the intro text for this one-line example so that it would not imply that the example is the only syntax that can get the job done. Reported-by: Robert P. J. Day (From yocto-docs rev: 40cabe53187a94256c8f2c50598610668ea4de77) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 67d3ee2f23..e7bebefb63 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5102,7 +5102,7 @@ the details. .bbappend files. You can do this by providing an expression with the BBMASK variable. - Here is an example: + Here is one example: BBMASK = "/meta-mymachine/recipes-maybe/"