* [Buildroot] Support for Atmel SAMA5D4 EK
@ 2015-03-12 21:47 Gurumani, Swapna
2015-03-13 6:27 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gurumani, Swapna @ 2015-03-12 21:47 UTC (permalink / raw)
To: buildroot
Hello,
I made modifications to sama5d3_defconfig to support atmel's sama5d4-EK Evaluation kit.
Here is a link to Atmel's buildroot github where youc an find sama5d3_defconfig:
https://github.com/linux4sam/buildroot-at91
Please find attached the defconfig file for sama5d4.
I am trying to follow instructions provided her to create a patch:
http://buildroot.uclibc.org/downloads/manual/manual.html#_contributing_to_buildroot
But this won't create a patch. Please let me know how to provide a patch. Basically when I type "git format-patch -M -n -s -o outgoing origin/master", nothing happens.
Regards
Swapna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150312/868aa360/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sama5d4_defconfig
Type: application/octet-stream
Size: 53230 bytes
Desc: sama5d4_defconfig
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150312/868aa360/attachment.obj>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Support for Atmel SAMA5D4 EK
2015-03-12 21:47 [Buildroot] Support for Atmel SAMA5D4 EK Gurumani, Swapna
@ 2015-03-13 6:27 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-03-13 6:27 UTC (permalink / raw)
To: buildroot
Hello,
On Thu, 12 Mar 2015 21:47:25 +0000, Gurumani, Swapna wrote:
> I made modifications to sama5d3_defconfig to support atmel's sama5d4-EK Evaluation kit.
> Here is a link to Atmel's buildroot github where youc an find sama5d3_defconfig:
> https://github.com/linux4sam/buildroot-at91
>
> Please find attached the defconfig file for sama5d4.
> I am trying to follow instructions provided her to create a patch:
> http://buildroot.uclibc.org/downloads/manual/manual.html#_contributing_to_buildroot
>
> But this won't create a patch. Please let me know how to provide a patch. Basically when I type "git format-patch -M -n -s -o outgoing origin/master", nothing happens.
Because you didn't do a git commit.
Also, your file is a full .config file, while defconfig have to be
minimal configuration files.
So basically, you have do:
1/ make savedefconfig
2/ mv defconfig configs/sama5d4ek_defconfig
3/ git add configs/sama5d4ek_defconfig
4/ git commit -s
5/ git format-patch ...
Note that my colleague Alexandre Belloni has anyway planned to do a
refresh of all the Atmel defconfig in Buildroot.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-13 6:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 21:47 [Buildroot] Support for Atmel SAMA5D4 EK Gurumani, Swapna
2015-03-13 6:27 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox