diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-10-20 13:34:11 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-10-20 13:34:11 +0000 |
commit | 21e6f6a2e45fe4a03b4b7d96485d52a04a8f1278 (patch) | |
tree | 4c6c62cf22e076188d35fe09e90536b56e2c49d3 /packages | |
parent | a3e4e9a6a2b7e274858390bb6b9651968df13b54 (diff) |
mpc8313e-rdb: Added support to build u-boot.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uboot/u-boot_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/uboot/u-boot_git.bb b/packages/uboot/u-boot_git.bb index 07f3ed9977..8217898664 100644 --- a/packages/uboot/u-boot_git.bb +++ b/packages/uboot/u-boot_git.bb @@ -1,10 +1,11 @@ require u-boot.inc PR="r1" DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_mpc8313e-rdb = "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" - +SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 " +SRC_URI_mpc8313e-rdb = "git://www.denx.de/git/u-boot.git;protocol=git;tag=c5441f61a3d8b7034f19fc1361183e936198e6dbb " S = "${WORKDIR}/git" |