aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wireshark/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/wireshark/README')
-rw-r--r--meta-networking/recipes-support/wireshark/README12
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"
Adding the wireshark to your graphical build
========================================
via local.conf
+IMAGE_INSTALL_append = " wireshark"
+
+and one of:
+
EXTRA_IMAGE_FEATURES += "x11-base"
or use the "core-image-x11"
@@ -29,8 +33,12 @@ Maintenance
Send patches, comments or questions to openembedded-devel@lists.openembedded.org
-When sending single patches, please using something like:
-'git send-email -1 --to openembedded-devel@lists.openembedded.org --cc akuster@mvista.com --subject-prefix=meta-security][PATCH'
+When sending single patches, please use something like:
+
+ git send-email -1 -M \
+ --to openembedded-devel@lists.openembedded.org \
+ --cc akuster@mvista.com \
+ --subject-prefix=meta-networking][PATCH
Maintainer: Armin Kuster <akuster@mvista.com>