diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-15 17:18:15 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-15 17:18:15 +0100 |
commit | c744c7e48e34eb729940b120b589e9888c0df6f3 (patch) | |
tree | b6eaaa4f2874fd688c73ebedbb0bebc7f818a583 | |
parent | 4e9311cee0ae6382a6314c7b19fbfac6432f23c2 (diff) | |
parent | 573fd638e702d2d4f5b7f621839fb47f74251364 (diff) |
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | conf/checksums.ini | 8 | ||||
-rw-r--r-- | conf/machine/mpc8315e-rdb.conf | 2 | ||||
-rw-r--r-- | recipes/u-boot/u-boot_2009.06.bb | 16 |
3 files changed, 25 insertions, 1 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 8f3179d9da..0a42c6b3f9 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -15390,6 +15390,10 @@ sha256=ae0d97c55efe7fce01273c97f8152af0deff5541e3bbf5b9ad98689112b54380 md5=64921b5ff5cdadbccfcd3820f03be7d8 sha256=58a5ea16d499fe06f90fcbf1d687d1235d2cb9bc28bf979867bd3faadf38fc3f +[http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.tar.bz2] +md5=7a80058a6382e5108cdb5554d1609615 +sha256=d7b9f19b92fd5c693c16cd62f441d051b699f28ec6a175d1b464e58bacd8c78f + [http://kernel.org//pub/linux/kernel/v2.6/linux-2.6.9.tar.bz2] md5=e921200f074ca97184e150ef5a4af825 sha256=f5dba6366e87e91234d1b0069cfea655b0a4cb37ea97f899226f16998e6ab9f1 @@ -23522,6 +23526,10 @@ sha256=0c0afa2816482e087987f71958b656ff0c122032f5e3897a8d17daca5bc14115 md5=285e2184d2efef50e0fe43b71d2a7b11 sha256=a2889bee9c45575b284564dbc27cf3dc6cb9833d4ff643976a1b3dba2d763f86 +[ftp://ftp.denx.de/pub/u-boot/u-boot-2009.06.tar.bz2] +md5=dfbe65c1e31bb7de5f5b03d50de192b5 +sha256=b0037cf21b67779ef5a0c585b32e46bde3b78df889484c78bb4318c9b448f560 + [http://linux.omap.com/pub/bootloader/2430sdp/source/u-boot-SEP1106.tar.gz] md5=49c07dec9e1be69fd01d46f47ec03731 sha256=a090786113b02647413ebc15888af269f2e6d50f73cbb94b0619cc1702911dae diff --git a/conf/machine/mpc8315e-rdb.conf b/conf/machine/mpc8315e-rdb.conf index 40f289f55c..d7e733bd66 100644 --- a/conf/machine/mpc8315e-rdb.conf +++ b/conf/machine/mpc8315e-rdb.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot ?= "1.3.2" +PREFERRED_VERSION_u-boot ?= "2009.06" UBOOT_MACHINE = "MPC8315ERDB_config" UBOOT_ENTRYPOINT = "0" UBOOT_LOADADDRESS = "0" diff --git a/recipes/u-boot/u-boot_2009.06.bb b/recipes/u-boot/u-boot_2009.06.bb new file mode 100644 index 0000000000..3ea182a15f --- /dev/null +++ b/recipes/u-boot/u-boot_2009.06.bb @@ -0,0 +1,16 @@ +PR = "r0" +require u-boot.inc + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_mpc8315e-rdb = "1" + +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " + +TARGET_LDFLAGS = "" + +inherit base + +do_compile () { + oe_runmake ${UBOOT_MACHINE} + oe_runmake all +} |