diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-28 21:12:56 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-05-28 21:12:56 +0000 |
commit | 75d15f094ed56a538991ab55b38e60ee1de2c233 (patch) | |
tree | 5de12ba5552de3c4946d9a91a6f1214da50f9e3a | |
parent | 355c518f8727a0b85334c0e58e22f38b46973a73 (diff) |
packages/uboot/u-boot_git.bb : Add sequoia dev board uboot release tag
-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" |