All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] GStreamer: xorg support
Date: Sat, 21 Aug 2010 16:45:47 +0200	[thread overview]
Message-ID: <20100821164547.54340abc@surf> (raw)
In-Reply-To: <4C6FCC33.8040206@marretta.com>

Hello Massimiliano,

On Sat, 21 Aug 2010 14:53:07 +0200
Massimiliano Marretta <max@marretta.com> wrote:

>   I add support for xorg and upgrade version for mp3 issue.

Thanks!

However, your patch cannot be applied because it has several issues :

 * It is word-wrapped, probably because of your e-mail client
   (Thunderbird)

 * It does not have the proper Git format (it is not an unified diff,
   it lacks a description, etc.)

Could you prepare a Git patch for this ?

In just a nutshell, here is how you can generate your first Git
patches :

 1. Install git

    Under Debian/Ubuntu: sudo aptitude install git

 2. Clone the Buildroot git repository

    git clone git://git.busybox.net/buildroot

 3. Configure git by writing the following ~/.gitconfig file

===START OF FILE================================
[user]
        name = Massimiliano Marretta
        email = max at marretta.com

[sendemail]
	smtpserver = your-smtp-server.com
===END   OF FILE================================

 4. Create your local branch for your work

    cd buildroot
    git branch gstreamer-xorg-and-mp3

 5. Switch to your branch

    git checkout gstreamer-xorg-and-mp3

 6. Make a change

    vi/emacs yourfile

 7. Commit it

    git commit -a -s

    and enter a meaningful commit log

 8. Go back at step 6 and 7 for all other changes. Each logical change
    should be split in a separated commit.

 9. Send your changes to the mailing list

    git send-email --to buildroot at uclibc.org master

Of course, this a just a quick recipe on how to use Git. You'll find
more details in the dozens of documentation and tutorials available on
the Web.

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

      reply	other threads:[~2010-08-21 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-21 12:53 [Buildroot] [PATCH] GStreamer: xorg support Massimiliano Marretta
2010-08-21 14:45 ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100821164547.54340abc@surf \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.