[oe-commits] org.oe.dev uboot-devkitidp-pxa255: merged in old uboot_cvs recipe, marked as BROKEN

hrw commit openembedded-commits at lists.openembedded.org
Thu Jan 4 11:24:53 UTC 2007


uboot-devkitidp-pxa255: merged in old uboot_cvs recipe, marked as BROKEN

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 500bd26a878eadaf25b21ed1511be74c2847fd3d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=500bd26a878eadaf25b21ed1511be74c2847fd3d
Files:
1
packages/uboot/uboot-devkitidp-pxa255_cvs.bb
Diffs:

#
# mt diff -r871ce36219f0ef5feefc92c1e285f5771c0d1d6f -r500bd26a878eadaf25b21ed1511be74c2847fd3d
#
# 
# 
# patch "packages/uboot/uboot-devkitidp-pxa255_cvs.bb"
#  from [4f03471406b8a10ced35412e12b0962627fbdbf6]
#    to [bf85731ac1d8fffefd298877dd03eb1ab4524c60]
# 
============================================================
--- packages/uboot/uboot-devkitidp-pxa255_cvs.bb	4f03471406b8a10ced35412e12b0962627fbdbf6
+++ packages/uboot/uboot-devkitidp-pxa255_cvs.bb	bf85731ac1d8fffefd298877dd03eb1ab4524c60
@@ -1,4 +1,37 @@
-require uboot_cvs.bb
+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
+
-SRC_URI += "ftp://ftp.accelent.com/pxa255_idp/uboot/u-boot-1.1.2-cvs20050818-r2-pxa255idp1.patch;patch=1"






More information about the Openembedded-commits mailing list