diff options
author | Philip Balister <philip@balister.org> | 2008-05-20 19:29:31 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-05-20 19:29:31 +0000 |
commit | 0a2cef9977b324247353cede5568b50a8d8e34c5 (patch) | |
tree | 8fac7307425b255aec50d42c86b4cb587947a746 /packages/u-boot/u-boot_git.bb | |
parent | 751d710b0b347b7807eee4e8a9134badf5b175dc (diff) |
u-boot_git.bb : Add support for building u-boot for the Lyrtech Small
Form Factor Software Defined Radio (SFFSDR) board.
Diffstat (limited to 'packages/u-boot/u-boot_git.bb')
-rw-r--r-- | packages/u-boot/u-boot_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb index 60ab0ab3f6..a05422ef50 100644 --- a/packages/u-boot/u-boot_git.bb +++ b/packages/u-boot/u-boot_git.bb @@ -2,9 +2,13 @@ require u-boot.inc PR="r1" DEFAULT_PREFERENCE = "-1" +SRCREV_davinci-sffsdr = "4ce1e23b5e12283579828b3d23e8fd6e1328a7aa" + SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git " SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 " +SRC_URI_append_davinci-sffsdr = " file://sffsdr-u-boot.patch;patch=1 " + S = "${WORKDIR}/git" PACKAGE_ARCH = "${MACHINE_ARCH}" |