summaryrefslogtreecommitdiff
path: root/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-02-12 21:51:42 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-02-12 21:51:42 +0000
commit7bf9ed5ae2ab1443dc063c78f932f1c625273378 (patch)
treea4c906819d5d246f00305a1ce4c0c7c25ff0c5dd /packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
parent4ff8b59a986c1d737129603a026a33b6cb016686 (diff)
parent6b632d5626c5fd6936afa1e8a38352f3fef494c6 (diff)
merge of '26eef9824538dbeb602a9de19e679d9024dabece'
and '55734c4486f119a88c9e73fd18da42abdf708f5b'
Diffstat (limited to 'packages/uboot/u-boot_LABEL.2006.06.30.2020.bb')
-rw-r--r--packages/uboot/u-boot_LABEL.2006.06.30.2020.bb31
1 files changed, 1 insertions, 30 deletions
diff --git a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb b/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
index 361d9c876b..c29aba7cd5 100644
--- a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
+++ b/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
@@ -1,8 +1,4 @@
-DESCRIPTION = "U-boot bootloader"
-PROVIDES = "virtual/bootloader"
-SECTION = "bootloader"
-PRIORITY = "optional"
-LICENSE = "GPL"
+require u-boot.inc
PR = "r2"
@@ -16,31 +12,6 @@ SRC_URI_append_navman-icn330 = " http://www.duff.dk/navman/navman-u-boot-2006-30
S = "${WORKDIR}/git"
-#EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CFLAGS="" CPPFLAGS="" LDFLAGS="""
-EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
-
-UBOOT_MACHINE ?= "${MACHINE}_config"
-UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.bin"
-
PACKAGE_ARCH = "${MACHINE_ARCH}"
#inherit base
-
-do_compile () {
- unset LDFLAGS
- unset CFLAGS
- unset CPPFLAGS
- oe_runmake ${UBOOT_MACHINE}
- oe_runmake all
-}
-
-do_stage() {
- install -m755 tools/mkimage ${STAGING_BINDIR_NATIVE}
-}
-
-do_deploy () {
- install -d ${DEPLOY_DIR_IMAGE}
- install ${S}/u-boot.bin ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}
-}
-do_deploy[dirs] = "${S}"
-addtask deploy before do_build after do_compile