diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-01-07 00:16:18 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-01-07 00:16:18 +0000 |
commit | f96fdd5c948668fe837eafc089ee8d87651d44ef (patch) | |
tree | ea40a5f6de012ae7e55f01a595037303d4898217 | |
parent | 3ff3c0b0444bb4a13ea464a63be1f80598d4344e (diff) |
uboot-devkitidp: drop obsolete uboot recipe -- generic 1.1.6 is now used
-rw-r--r-- | packages/uboot/uboot-devkitidp-pxa255_cvs.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/uboot/uboot-devkitidp-pxa255_cvs.bb b/packages/uboot/uboot-devkitidp-pxa255_cvs.bb deleted file mode 100644 index 4e50706087..0000000000 --- a/packages/uboot/uboot-devkitidp-pxa255_cvs.bb +++ /dev/null @@ -1,37 +0,0 @@ -BROKEN = "1" -#not fetchable patch used - -DESCRIPTION = "U-boot bootloader" -SECTION = "bootloader" -PRIORITY = "optional" -LICENSE = "GPL" -SRCDATE = "20050818" -PV = "0.0+cvs${SRCDATE}" -PR = "r3" - -PROVIDES = "virtual/bootloader" - -S = "${WORKDIR}/u-boot" - -SRC_URI = "cvs://anonymous@u-boot.cvs.sourceforge.net/cvsroot/u-boot;module=u-boot \ - file://arm_flags.patch;patch=1 \ - ftp://ftp.accelent.com/pxa255_idp/uboot/u-boot-1.1.2-cvs20050818-r2-pxa255idp1.patch;patch=1" - -EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" -TARGET_LDFLAGS = "" -UBOOT_MACHINE = "pxa255_idp_config" - -inherit base - -do_compile () { - oe_runmake ${UBOOT_MACHINE} - oe_runmake all -} - -do_deploy () { - install -d ${DEPLOY_DIR_IMAGE} - install ${S}/u-boot.bin ${DEPLOY_DIR_IMAGE}/u-boot-${MACHINE}-${DATETIME}.bin -} -do_deploy[dirs] = "${S}" -addtask deploy before do_build after do_compile - |