Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Newbie help, AT91sam9x25 patch Installation Questions
Date: Wed, 27 May 2015 11:58:00 +0200	[thread overview]
Message-ID: <20150527095800.GP3199@piout.net> (raw)
In-Reply-To: <B03A893ADFE80748942D13AFAF28451924E6E93556@ITSVLEX06.it.maxim-ic.internal>

Hi,

On 26/05/2015 at 23:58:17 -0700, Ted Salazar wrote :
> To all you patch experts...Just curious why the BuildRoot manual checksout a branch to patch instead a tag? The newest branch is 2013.xx but the newest stable tag is 2015.02, which is what I want. Also, don't I need to add a patch command at the end of those two commands as well? Something like $ patch < hello.patch ?
> 
> 21.3.1. Applying Patches from Patchwork
> The main use of Buildroot?s Patchwork website for a developer is for pulling in patches into their local git repository for testing purposes.
> 
> When browsing patches in the patchwork management interface, an mbox link is provided at the top of the page. Copy this link address and run the following commands:
> 
> $ git checkout -b <test-branch-name>
> $ wget -O - <mbox-url> | git am
> 
> I hope to get your life saving patches installed tomorrow.
> 

Use:

git clone git://git.buildroot.net/buildroot
git checkout 2015.02
wget -O - http://patchwork.ozlabs.org/patch/473928/mbox/ | git am
wget -O - http://patchwork.ozlabs.org/patch/473935/mbox/ | git am
make at91sam9x5ek_defconfig
make

Those are step by step instructions but like I already said, you should
probably read more documentation or get a training.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      reply	other threads:[~2015-05-27  9:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-24  7:26 [Buildroot] Help for another newbie, AT91sam9x25 incorrect defconfig or incorrect rootfs.ubi Ted Salazar
2015-05-24 11:02 ` Thomas Petazzoni
2015-05-25  2:06   ` Ted Salazar
2015-05-25 14:38     ` Alexandre Belloni
2015-05-25 21:18       ` Ted Salazar
     [not found]       ` <C7F5ED2AEEF9C0468B6F205055DC2A1D23DC4424DF@ITSVLEX06.it.maxim-ic.internal>
2015-05-27  6:58         ` [Buildroot] Newbie help, AT91sam9x25 patch Installation Questions Ted Salazar
2015-05-27  9:58           ` Alexandre Belloni [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=20150527095800.GP3199@piout.net \
    --to=alexandre.belloni@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox