diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-10-07 21:37:58 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-10-07 21:37:58 +0000 |
commit | d9aa48e8ac4c98bb5704445ccd6d3a8ed95984b5 (patch) | |
tree | fe65202b2dae9a869bac2cb5d88e5fa8cff1696f /packages/u-boot/u-boot-omap3_git.bb | |
parent | 376502fa8b079d620430a9671ad22169ba85d6db (diff) | |
parent | 6f2f6d9acfc6c53adbc97893505a4fbb142d6f45 (diff) |
merge of '9706988717e3c2c70303850cb12a58843a12fa20'
and 'd6e042ee5309203ac2054f2cbb7ead6cb61a4e38'
Diffstat (limited to 'packages/u-boot/u-boot-omap3_git.bb')
-rw-r--r-- | packages/u-boot/u-boot-omap3_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot-omap3_git.bb b/packages/u-boot/u-boot-omap3_git.bb new file mode 100644 index 0000000000..ce7c5b9433 --- /dev/null +++ b/packages/u-boot/u-boot-omap3_git.bb @@ -0,0 +1,19 @@ +require u-boot.inc + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" + +SRCREV = "c492706ba046124333323273f6fc21123360cb50" + +PV = "2008.10-rc1+${PR}+git${SRCREV}" +PR="r1" + +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}" |