u-boot_1.3.1.bb: package u-boot 1.3.1 with patches for mpc8313e-rdb
authorJeremy Laine <jeremy.laine@m4x.org>
Thu, 31 Jan 2008 16:51:24 +0000 (16:51 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Thu, 31 Jan 2008 16:51:24 +0000 (16:51 +0000)
 * add patch for the NAND controller on mpc8313e-rdb boards
 * add patch to make mpc8313e-rdb boards autoboot after 3 seconds

packages/u-boot/u-boot-1.3.1/.mtn2git_empty [new file with mode: 0644]
packages/u-boot/u-boot_1.3.1.bb [new file with mode: 0644]

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 (file)
index 0000000..e69de29
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 (file)
index 0000000..60074d3
--- /dev/null
@@ -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}"