From: Jeremy Laine Date: Thu, 31 Jan 2008 16:51:24 +0000 (+0000) Subject: u-boot_1.3.1.bb: package u-boot 1.3.1 with patches for mpc8313e-rdb X-Git-Tag: Release-2010-05/1~7782 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05ddf7c28cc4500e62930dfd258c8a6b993f323;p=openembedded.git 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 --- 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 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}"