diff options
author | sledz <sledz@ba11ecae-741b-462f-8724-1218f99f5906> | 2010-05-05 08:47:59 +0000 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-05-05 11:04:39 +0200 |
commit | b9945f469ed2e7bd26bc6a3b675d47194d12cb0f (patch) | |
tree | b39fe6cdf0db257cfde54219aad5a63bac9432ea /recipes/u-boot/u-boot_2009.03.bb | |
parent | 95a6933e4e744a60d0b0ba8ce0567d499135fcdc (diff) |
u-boot_2009.03: additional image processing for hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/u-boot/u-boot_2009.03.bb')
-rw-r--r-- | recipes/u-boot/u-boot_2009.03.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot_2009.03.bb b/recipes/u-boot/u-boot_2009.03.bb index 2b65948b6c..7749aea61e 100644 --- a/recipes/u-boot/u-boot_2009.03.bb +++ b/recipes/u-boot/u-boot_2009.03.bb @@ -4,6 +4,8 @@ require u-boot.inc DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_hipox = "1" +DEPENDS_append_hipox = " oxnas-boot-tools oxnas-boot-tools-native " + SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 " SRC_URI_append_hipox = "file://00-hipox.patch;patch=1 \ @@ -24,5 +26,10 @@ do_compile () { oe_runmake all } +do_deploy_append_hipox () { + cat ${STAGING_DATADIR}/oxnas-boot-tools/arm/oxnasbt_header.bin ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE} > ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}.wrapped + oxnasbt_update_header ${DEPLOY_DIR_IMAGE}/${UBOOT_IMAGE}.wrapped +} + SRC_URI[md5sum] = "285e2184d2efef50e0fe43b71d2a7b11" SRC_URI[sha256sum] = "a2889bee9c45575b284564dbc27cf3dc6cb9833d4ff643976a1b3dba2d763f86" |