[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1679/8267] bitbake: bitbake-user-manual: Changed bitbake command example.
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1679/8267] bitbake: bitbake-user-manual: Changed bitbake command example.
- Date: Sat, 16 Dec 2017 22:09:55 +0000 (UTC)
commit ae427fb097269ecbc15ed325cdd85ffab1b1e86a
Author: Scott Rifenbark <srifenbark gmail com>
Date: Fri Jul 29 14:18:35 2016 -0700
bitbake: bitbake-user-manual: Changed bitbake command example.
Fixes [YOCTO #7718]
In the "Executing a List of Task and Recipe Combinations"
section, I changed the improper bitbake command example to
use the correct syntax. This change was review feedback.
(Bitbake rev: c79fab1be4898ec88bfddd4c4f84e76dc3a3125b)
Signed-off-by: Scott Rifenbark <srifenbark gmail com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
.../bitbake-user-manual-intro.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index 5b3bb83..4d58dc4 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -648,7 +648,7 @@
recipe and <filename>taskB</filename> for the second
recipe:
<literallayout class='monospaced'>
- $ bitbake myfirstrecipe recipe:do_taskA mysecondrecipe recipe:do_taskB
+ $ bitbake myfirstrecipe:do_taskA mysecondrecipe:do_taskB
</literallayout>
</para>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]