diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-29 15:51:37 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-04-29 15:51:37 +0000 |
commit | d6ccf0e7c2823988481bc8ed2cfa2bfedbe8d7d9 (patch) | |
tree | 637c51b3c6ed4f2bdcaeecabba2da81763092d4b /packages/uboot/u-boot_1.1.2.bb | |
parent | 6f80d12ca64d417b68baeeb5ec358a12ae3e49b2 (diff) |
packages/uboot/u-boot_1.1.2.bb : Add suport for Magicbox boards
Diffstat (limited to 'packages/uboot/u-boot_1.1.2.bb')
-rw-r--r-- | packages/uboot/u-boot_1.1.2.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/uboot/u-boot_1.1.2.bb b/packages/uboot/u-boot_1.1.2.bb index cefaa9b1a1..da8da74ad5 100644 --- a/packages/uboot/u-boot_1.1.2.bb +++ b/packages/uboot/u-boot_1.1.2.bb @@ -1,3 +1,4 @@ +PR = "r1" require u-boot.inc SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ @@ -7,12 +8,16 @@ SRC_URI_append_mnci = "file://mnci.patch;patch=1 \ file://mnci-jffs2.patch;patch=1 \ file://cmd-arm-linux.patch;patch=1 \ file://command-names.patch;patch=1" + +SRC_URI_append_magicbox = "file://u-boot-emetec.patch;patch=1 " + # TODO: SRC_URI_append_rt3000 TARGET_LDFLAGS = "" UBOOT_MACHINE_mnci = "mnci_config" UBOOT_MACHINE_vibren = "pxa255_idp_config" +UBOOT_MACHINE_magicbox = "EMETEC405_config" inherit base |