diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-29 11:05:35 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-05-29 11:05:35 +0000 |
commit | 212faea582979db2195c01ce884fe992a9478e58 (patch) | |
tree | 6fb3fab4d6a1499934746a420e8ca19ab981ad53 /packages/uboot/u-boot_git.bb | |
parent | b8c68ffd294ba82ae973a0af5e9166b846601b6c (diff) | |
parent | f82e817a6c920a9b9b1ee6308b64022915eb4947 (diff) |
merge of '7a8b58eb1559ce42d012bca6d3e376d7039ca042'
and '9cf7a02e468c0f4c9f50d118cdeb06565eeac2ea'
Diffstat (limited to 'packages/uboot/u-boot_git.bb')
-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" |