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

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.