diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-28 22:29:59 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-28 22:29:59 +0000 |
commit | f34db809954a50e14d541d215baadf5a678c7a97 (patch) | |
tree | a5061d0fe198e72f00828fb9b0c9f908d5bb4d24 /packages/uboot | |
parent | 8574ff41bb04dbc68624c491f45a336ffd27e81e (diff) | |
parent | 1b7c881ef1be32d17adf4eac8a92c30f0fc38145 (diff) |
merge of '572dfaf913dc3e0c5b872fdfe7e4ac14510dc15f'
and '666265b4a513b90901fd852c4b1edc1997feefd1'
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/u-boot_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/uboot/u-boot_git.bb b/packages/uboot/u-boot_git.bb index 9362b62041..07f3ed9977 100644 --- a/packages/uboot/u-boot_git.bb +++ b/packages/uboot/u-boot_git.bb @@ -1,8 +1,10 @@ require u-boot.inc - +PR="r1" DEFAULT_PREFERENCE = "-1" 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" + S = "${WORKDIR}/git" |