summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-01-31 16:51:24 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-01-31 16:51:24 +0000
commita05ddf7c28cc4500e62930dfd258c8a6b993f323 (patch)
tree2cf1d05dafffb30e43bb2a331c199e263060fbfc
parent8d8e19e9a50bed02e31d76118e7840856290131f (diff)
u-boot_1.3.1.bb: package u-boot 1.3.1 with patches for mpc8313e-rdb
* add patch for the NAND controller on mpc8313e-rdb boards * add patch to make mpc8313e-rdb boards autoboot after 3 seconds
-rw-r--r--packages/u-boot/u-boot-1.3.1/.mtn2git_empty0
-rw-r--r--packages/u-boot/u-boot_1.3.1.bb9
2 files changed, 9 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot-1.3.1/.mtn2git_empty b/packages/u-boot/u-boot-1.3.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/u-boot/u-boot-1.3.1/.mtn2git_empty
diff --git a/packages/u-boot/u-boot_1.3.1.bb b/packages/u-boot/u-boot_1.3.1.bb
new file mode 100644
index 0000000000..60074d3ed9
--- /dev/null
+++ b/packages/u-boot/u-boot_1.3.1.bb
@@ -0,0 +1,9 @@
+require u-boot.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
+ file://mpc8313e-rdb-autoboot.patch;patch=1 \
+ file://mpc8313e-rdb-nand.patch;patch=1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"