mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 02:42:34 +00:00
u-boot 2010.06-psp: add support for 814x and 816x
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
require u-boot.inc
|
||||
|
||||
FILESPATHPKG =. "u-boot-psp-git:"
|
||||
|
||||
COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm"
|
||||
|
||||
SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;branch=${BRANCH};protocol=git"
|
||||
|
||||
BRANCH_ti814x = "ti81xx-master"
|
||||
SRCREV_pn-${PN}_ti814x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0"
|
||||
LIC_FILES_CHKSUM_pn-${PN}_ti814x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
|
||||
|
||||
BRANCH_ti816x = "ti81xx-master"
|
||||
SRCREV_pn-${PN}_ti816x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0"
|
||||
LIC_FILES_CHKSUM_pn-${PN}_ti816x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
@@ -1,6 +1,9 @@
|
||||
require u-boot.inc
|
||||
PR ="r66"
|
||||
|
||||
DEFAULT_PREFERENCE_ti814x = "-1"
|
||||
DEFAULT_PREFERENCE_ti816x = "-1"
|
||||
|
||||
FILESPATHPKG =. "u-boot-git:"
|
||||
|
||||
SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \
|
||||
|
||||
Reference in New Issue
Block a user