Add overo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-10-10 11:56:19 +00:00
parent fe795de8f5
commit 457ae5ada5
24 changed files with 2365942 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}"
SRCREV = "dcae48d0df9dd0367172677f8154eb2683de0865"
PV = "2008.10-rc2+${PR}+git${SRCREV}"
PR="r2"
SRC_URI = "git://www.sakoman.net/git/u-boot-omap3.git;branch=common;protocol=git \
"
UBOOT_MACHINE_beagleboard = "omap3_beagle_config"
UBOOT_MACHINE_omap3evm = "omap3_evm_config"
UBOOT_MACHINE_overo = "omap3_overo_config"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"