mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
wireshark: update README instructions
Minor tweaks to the README to make the email suggestion follow the format used in other meta-openembedded README files and adding clarification on building wireshark in a GUI environment. Acked-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
@@ -19,6 +19,10 @@ IMAGE_INSTALL_append = " wireshark"
|
|||||||
Adding the wireshark to your graphical build
|
Adding the wireshark to your graphical build
|
||||||
========================================
|
========================================
|
||||||
via local.conf
|
via local.conf
|
||||||
|
IMAGE_INSTALL_append = " wireshark"
|
||||||
|
|
||||||
|
and one of:
|
||||||
|
|
||||||
EXTRA_IMAGE_FEATURES += "x11-base"
|
EXTRA_IMAGE_FEATURES += "x11-base"
|
||||||
|
|
||||||
or use the "core-image-x11"
|
or use the "core-image-x11"
|
||||||
@@ -29,8 +33,12 @@ Maintenance
|
|||||||
|
|
||||||
Send patches, comments or questions to openembedded-devel@lists.openembedded.org
|
Send patches, comments or questions to openembedded-devel@lists.openembedded.org
|
||||||
|
|
||||||
When sending single patches, please using something like:
|
When sending single patches, please use something like:
|
||||||
'git send-email -1 --to openembedded-devel@lists.openembedded.org --cc akuster@mvista.com --subject-prefix=meta-security][PATCH'
|
|
||||||
|
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>
|
Maintainer: Armin Kuster <akuster@mvista.com>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user