All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] barebox: added recipe for barebox v 2010.10
@ 2011-01-28 13:07 sujak.marek
  2011-01-29 14:07 ` Petr Štetiar
  0 siblings, 1 reply; 7+ messages in thread
From: sujak.marek @ 2011-01-28 13:07 UTC (permalink / raw)
  To: openembedded-devel

* included path for vmx25

Signed-off-by: sujak.marek <sujak.marek@gmail.com>
---
 recipes/barebox/barebox_2010.10.bb |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 recipes/barebox/barebox_2010.10.bb

diff --git a/recipes/barebox/barebox_2010.10.bb b/recipes/barebox/barebox_2010.10.bb
new file mode 100644
index 0000000..b079a7c
--- /dev/null
+++ b/recipes/barebox/barebox_2010.10.bb
@@ -0,0 +1,25 @@
+require barebox.inc
+
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_vmx25 = "1"
+
+BAREBOX_REVISION ?= "0"
+
+S = "${WORKDIR}/barebox-${PV}.${BAREBOX_REVISION}"
+
+SRC_URI = "\
+	http://barebox.org/download/barebox-${PV}.${BAREBOX_REVISION}.tar.bz2;name=barebox-${PV}.${BAREBOX_REVISION} \
+	file://defconfig \
+	"
+
+SRC_URI_append_vmx25 = "\
+	file://barebox_2010.10-vmx25-20110112.patch; \
+	"
+
+SRC_URI[barebox-2010.10.0.md5sum] = "60c208f86333430804d6e2ed40e4ff33"
+SRC_URI[barebox-2010.10.0.sha256sum] = "4ba3b6aa4cb0ad91dcf3c4f15951dc5f642ed86e5297bfd79d842cc1ad0b7841"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] barebox: added recipe for barebox v 2010.10
  2011-01-28 13:07 [PATCH v2] barebox: added recipe for barebox v 2010.10 sujak.marek
@ 2011-01-29 14:07 ` Petr Štetiar
  2011-01-31  8:43   ` Marek Sujak
  0 siblings, 1 reply; 7+ messages in thread
From: Petr Štetiar @ 2011-01-29 14:07 UTC (permalink / raw)
  To: openembedded-devel

sujak.marek <sujak.marek@gmail.com> [2011-01-28 14:07:26]:

> +DEFAULT_PREFERENCE = "-1"
> +
> +# Mark archs/machines that this kernel supports
> +DEFAULT_PREFERENCE = "-1"

Duplicate DP=-1 and you can drop the comment also, it's wrong anyway.

-- ynezz



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] barebox: added recipe for barebox v 2010.10
  2011-01-29 14:07 ` Petr Štetiar
@ 2011-01-31  8:43   ` Marek Sujak
  2011-01-31 21:21     ` Petr Štetiar
  0 siblings, 1 reply; 7+ messages in thread
From: Marek Sujak @ 2011-01-31  8:43 UTC (permalink / raw)
  To: openembedded-devel

>
> Duplicate DP=-1 and you can drop the comment also, it's wrong anyway.
>

Done.  Should be removed in Patch v3. I was unable to git cherry-pick ... so
i rather cloned whole repository and make patch again.

Thanks
Marek


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] barebox: added recipe for barebox v 2010.10
  2011-01-31  8:43   ` Marek Sujak
@ 2011-01-31 21:21     ` Petr Štetiar
  2011-02-01  6:38       ` Marek Sujak
  0 siblings, 1 reply; 7+ messages in thread
From: Petr Štetiar @ 2011-01-31 21:21 UTC (permalink / raw)
  To: openembedded-devel

Marek Sujak <sujak.marek@gmail.com> [2011-01-31 09:43:58]:

> > Duplicate DP=-1 and you can drop the comment also, it's wrong anyway.
> 
> Done.  Should be removed in Patch v3. I was unable to git cherry-pick ... so
> i rather cloned whole repository and make patch again.

And that's why you've made it wrong again :-)

Yes, you've sent two patches, but with wrong content. It should be two patches,
but first one should add generic support for Barebox 2010.10 as Eric suggested
and the second one should contain support for your vmx25 machine for Barebox:

[patch v4] barebox: add recipe for 2010.10 release
[patch v4] barebox: add support for vmx25 machine

-- ynezz



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] barebox: added recipe for barebox v 2010.10
  2011-01-31 21:21     ` Petr Štetiar
@ 2011-02-01  6:38       ` Marek Sujak
  2011-02-01  7:32         ` Eric Bénard
  0 siblings, 1 reply; 7+ messages in thread
From: Marek Sujak @ 2011-02-01  6:38 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Jan 31, 2011 at 10:21 PM, Petr Štetiar <ynezz@true.cz> wrote:

> Marek Sujak <sujak.marek@gmail.com> [2011-01-31 09:43:58]:
>
> > > Duplicate DP=-1 and you can drop the comment also, it's wrong anyway.
> >
> > Done.  Should be removed in Patch v3. I was unable to git cherry-pick ...
> so
> > i rather cloned whole repository and make patch again.
>
> And that's why you've made it wrong again :-)
>
> Yes, you've sent two patches, but with wrong content. It should be two
> patches,
> but first one should add generic support for Barebox 2010.10 as Eric
> suggested
> and the second one should contain support for your vmx25 machine for
> Barebox:
>
> [patch v4] barebox: add recipe for 2010.10 release
> [patch v4] barebox: add support for vmx25 machine
>
> Yes i did that, i forgot to merge machine support patches. And after first
commit it was to late for me to fix it.
 At least "[Patch v3] barebox: added recipe for barebox v 2010.10" should be
ok.
Just machine support are divided to (1=patches + 2=recipe update)
[PATCH v3] barebox: patches for barebox 2010.10 to support vmx25
[PATCH v3] barebox: update barebox 2010.10 to support vmx25

It is partially acceptable or should i rework it again?

Thanks

Best regards,
Marek


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] barebox: added recipe for barebox v 2010.10
  2011-02-01  6:38       ` Marek Sujak
@ 2011-02-01  7:32         ` Eric Bénard
  2011-02-01  8:33           ` Marek Sujak
  0 siblings, 1 reply; 7+ messages in thread
From: Eric Bénard @ 2011-02-01  7:32 UTC (permalink / raw)
  To: openembedded-devel

Hi,

On 01/02/2011 07:38, Marek Sujak wrote:
>> Yes i did that, i forgot to merge machine support patches. And after first
> commit it was to late for me to fix it.
>   At least "[Patch v3] barebox: added recipe for barebox v 2010.10" should be
> ok.
> Just machine support are divided to (1=patches + 2=recipe update)
> [PATCH v3] barebox: patches for barebox 2010.10 to support vmx25
> [PATCH v3] barebox: update barebox 2010.10 to support vmx25
>
> It is partially acceptable or should i rework it again?
>
I pushed your patches yesterday :
http://cgit.openembedded.net/cgit.cgi/openembedded/log/

Eric



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] barebox: added recipe for barebox v 2010.10
  2011-02-01  7:32         ` Eric Bénard
@ 2011-02-01  8:33           ` Marek Sujak
  0 siblings, 0 replies; 7+ messages in thread
From: Marek Sujak @ 2011-02-01  8:33 UTC (permalink / raw)
  To: openembedded-devel

Hi Eric

I pushed your patches yesterday :
> http://cgit.openembedded.net/cgit.cgi/openembedded/log/
>
> Thank you. There is one missing file "
http://permalink.gmane.org/gmane.comp.handhelds.openembedded/42041" which
seems to disappear by my mistake. That file should be merged in single patch
with previous one as Petr said (and it was not because i thought that my
arguing with git will not be conclusive enough).

I will post missing commit today as "patch v5". I'm sorry for troubles.

Best regards,
Marek


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-02-01  8:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 13:07 [PATCH v2] barebox: added recipe for barebox v 2010.10 sujak.marek
2011-01-29 14:07 ` Petr Štetiar
2011-01-31  8:43   ` Marek Sujak
2011-01-31 21:21     ` Petr Štetiar
2011-02-01  6:38       ` Marek Sujak
2011-02-01  7:32         ` Eric Bénard
2011-02-01  8:33           ` Marek Sujak

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.