diff options
-rw-r--r-- | meta-networking/recipes-support/wireshark/README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/README b/meta-networking/recipes-support/wireshark/README index 0e0c52656a..63b5b72631 100644 --- a/meta-networking/recipes-support/wireshark/README +++ b/meta-networking/recipes-support/wireshark/README | |||
@@ -19,6 +19,10 @@ IMAGE_INSTALL_append = " wireshark" | |||
19 | Adding the wireshark to your graphical build | 19 | Adding the wireshark to your graphical build |
20 | ======================================== | 20 | ======================================== |
21 | via local.conf | 21 | via local.conf |
22 | IMAGE_INSTALL_append = " wireshark" | ||
23 | |||
24 | and one of: | ||
25 | |||
22 | EXTRA_IMAGE_FEATURES += "x11-base" | 26 | EXTRA_IMAGE_FEATURES += "x11-base" |
23 | 27 | ||
24 | or use the "core-image-x11" | 28 | or use the "core-image-x11" |
@@ -29,8 +33,12 @@ Maintenance | |||
29 | 33 | ||
30 | Send patches, comments or questions to openembedded-devel@lists.openembedded.org | 34 | Send patches, comments or questions to openembedded-devel@lists.openembedded.org |
31 | 35 | ||
32 | When sending single patches, please using something like: | 36 | When sending single patches, please use something like: |
33 | 'git send-email -1 --to openembedded-devel@lists.openembedded.org --cc akuster@mvista.com --subject-prefix=meta-security][PATCH' | 37 | |
38 | git send-email -1 -M \ | ||
39 | --to openembedded-devel@lists.openembedded.org \ | ||
40 | --cc akuster@mvista.com \ | ||
41 | --subject-prefix=meta-networking][PATCH | ||
34 | 42 | ||
35 | Maintainer: Armin Kuster <akuster@mvista.com> | 43 | Maintainer: Armin Kuster <akuster@mvista.com> |
36 | 44 | ||