diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-13 15:04:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-13 15:04:03 +0000 |
commit | 55acada06b6e0a678e8d45334a395ba28ce506a6 (patch) | |
tree | 3b70e74436237ad4c7e020d034bce17a33d98758 /packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb | |
parent | d9d3069c3604f8697266ca7f699273b8ab6869ea (diff) |
u-boot: add TI 1.1.4 for beagleboard and Steve's 1.3.x git version
Diffstat (limited to 'packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb')
-rw-r--r-- | packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb b/packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb new file mode 100644 index 0000000000..e915e1e8f8 --- /dev/null +++ b/packages/u-boot/u-boot-omap3beagleboard_1.1.4.bb @@ -0,0 +1,16 @@ +require u-boot.inc +PR="r1" +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://www.sakoman.net/omap3/u-boot.tar.gz \ + file://name.patch;patch=1 \ + file://armv7-a.patch;patch=1 \ + file://500mhz-l2enable.patch;patch=1 \ + file://disable-tone-logo.patch;patch=1 \ + file://env.patch;patch=1 \ + " + +S = "${WORKDIR}/u-boot" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + |