mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
Add overo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
19
meta/packages/uboot/u-boot-omap3_git.bb
Normal file
19
meta/packages/uboot/u-boot-omap3_git.bb
Normal 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}"
|
||||
Reference in New Issue
Block a user