mpc8313e-rdb: Added support to build u-boot.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 20 Oct 2007 13:34:11 +0000 (13:34 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 20 Oct 2007 13:34:11 +0000 (13:34 +0000)
conf/machine/mpc8313e-rdb.conf
packages/uboot/u-boot_git.bb

index 9a82149..7b9a272 100644 (file)
@@ -9,6 +9,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 
 MACHINE_FEATURES = "kernel26 usbhost ext2"
 
+UBOOT_MACHINE = "MPC8313ERDB_33_config"
+
 #don't try to access tty1
 USE_VT = "0"
 
index 07f3ed9..8217898 100644 (file)
@@ -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"