summaryrefslogtreecommitdiff
path: root/packages/u-boot/u-boot_1.1.2.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-02-11 15:15:18 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-02-11 15:15:18 +0000
commit696e2381d893a110a8d4dd3bfd9f0311286440ac (patch)
treeee8f88bbf83dda0c5d178152945c1d44ff98cbf4 /packages/u-boot/u-boot_1.1.2.bb
parentbc42f026c7487d8336f3ccaefa6d9776d161e4eb (diff)
u-boot: Trim Neon patch a little bit, fix some issues.
Diffstat (limited to 'packages/u-boot/u-boot_1.1.2.bb')
-rw-r--r--packages/u-boot/u-boot_1.1.2.bb12
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/u-boot/u-boot_1.1.2.bb b/packages/u-boot/u-boot_1.1.2.bb
index 82b169ccc4..8287d35a1d 100644
--- a/packages/u-boot/u-boot_1.1.2.bb
+++ b/packages/u-boot/u-boot_1.1.2.bb
@@ -1,8 +1,11 @@
-PR = "r2"
+PR = "r3"
require u-boot.inc
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://arm_flags.patch;patch=1 "
+# Override whole URI fr Neon since Neon patch is incompatible with arm_flags patch.
+SRC_URI_bd-neon = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
+ file://u-boot-1.1.2-neon.patch;patch=1"
SRC_URI_append_vibren = "ftp://bec-systems.com/pub/pxa255_idp/u-boot/uboot_pxa255-idp_2005-03-23.patch;patch=1"
SRC_URI_append_mnci = "file://mnci.patch;patch=1 \
file://mnci-jffs2.patch;patch=1 \
@@ -10,7 +13,7 @@ SRC_URI_append_mnci = "file://mnci.patch;patch=1 \
file://command-names.patch;patch=1"
SRC_URI_append_magicbox = "file://u-boot-emetec.patch;patch=1 "
-SRC_URI_append_bd-neon = "file://u-boot-1.1.2-neon.patch;patch=1"
+
# TODO: SRC_URI_append_rt3000
@@ -32,6 +35,11 @@ do_compile () {
RDEPENDS_append_mnci = " hwctrl"
FILES_${PN}_mnci = "/tmp/${UBOOT_IMAGE}"
+
+do_configure_prepend_bd-neon () {
+ chmod +x ${S}/Configure
+}
+
do_install_openmn() {
install -d ${D}/tmp
install ${S}/u-boot.bin ${D}/tmp/${UBOOT_IMAGE}