diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-12-16 12:24:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-16 12:24:36 +0000 |
commit | fdd4a70fa1090a8097fb48a583b43d93739d05a6 (patch) | |
tree | 1c13ca230ea41134bb3ff489c481f19d1d1e80f2 /packages | |
parent | 901db89a964b61a7ae9cbfee08ad2a7376ea9b76 (diff) | |
parent | 1b959592ce4eec58647b8784e83cb5d31b7c79ce (diff) |
merge of 0606dcf3992ccdc92086d57afe0c18d2e7866ca8
and 2f99d3226152a1a31655c50ccc4bca080bac9e82
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bootshim/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/bootshim/bootShim_0.2.bb | 29 |
2 files changed, 0 insertions, 29 deletions
diff --git a/packages/bootshim/.mtn2git_empty b/packages/bootshim/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/bootshim/.mtn2git_empty +++ /dev/null diff --git a/packages/bootshim/bootShim_0.2.bb b/packages/bootshim/bootShim_0.2.bb deleted file mode 100644 index 447ea48f28..0000000000 --- a/packages/bootshim/bootShim_0.2.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Bootshim for Greatwall bootloaders" -MAINTAINER = "Koen Kooi <koen@handhelds.org>" - -DEPENDS = "sed-native LAB-kernel" -#requires perl on the host system, will fix that later - -SRC_URI = "http://handhelds.org/~mreimer/${P}.tgz" - -do_configure() { -cp ${DEPLOY_DIR}/images/LAB-image-${MACHINE} ${S}/zImage -sed -i /^CROSS/d Makefile -} - -do_compile() { -oe_runmake CROSS=${CROSS_DIR}/bin/${TARGET_ARCH}-${TARGET_OS}- -} - - -do_deploy() { - install -d ${DEPLOY_DIR}/images - install -m 0644 htc_bootshim.bin ${DEPLOY_DIR}/images/LAB-image-${MACHINE}.shimmed.dd - install -m 0644 htc_bootshim.htc ${DEPLOY_DIR}/images/LAB-image-${MACHINE}.shimmed.rescue -} - -do_deploy[dirs] = "${S}" - -addtask deploy before do_build after do_compile - - |