From: Koen Kooi Date: Fri, 16 Dec 2005 12:14:53 +0000 (+0000) Subject: bootshim: remove it because it has been obsoleted by http://cia.navi.cx/stats/project... X-Git-Tag: Release-2010-05/1~9453^2~2906^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b959592ce4eec58647b8784e83cb5d31b7c79ce;p=openembedded.git bootshim: remove it because it has been obsoleted by cia.navi.cx/stats/project/handhelds.org/.message/d8ebd --- diff --git a/packages/bootshim/.mtn2git_empty b/packages/bootshim/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 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 " - -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 - -