aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb')
-rw-r--r--recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb b/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb
new file mode 100644
index 0000000000..f29292feb8
--- /dev/null
+++ b/recipes/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}"
+