Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
--- /dev/null
+# Using relative path here causes bitbake to search in
+# BBPATH for the first instance of u-boot.inc rather
+# than just within the current directory.
+require recipes/u-boot/u-boot.inc
+
+DESCRIPTION = "u-boot bootloader for OMAP3 devices"
+
+COMPATIBLE_MACHINE = "omap3"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git;branch=${BRANCH}"
+BRANCH ?= "master"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
--- /dev/null
+require u-boot-omap3.inc
+
+DEFAULT_PREFERENCE_ti816x = "1"
+BRANCH = "ti816x-master"
+COMPATIBLE_MACHINE = "ti816x"
+
+# Use literal tags in SRCREV, when available, instead of commit IDs
+SRCREV = "v2010.03_TI816XPSP_04.00.00.05"
+
+UVER = "2010.03"
+PSPREL = "04.00.00.05"
+
+PR = "r2"