aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/h2200-bootloader/h2200-bootloader.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/h2200-bootloader/h2200-bootloader.bb')
-rw-r--r--recipes-bsp/h2200-bootloader/h2200-bootloader.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-bsp/h2200-bootloader/h2200-bootloader.bb b/recipes-bsp/h2200-bootloader/h2200-bootloader.bb
deleted file mode 100644
index 36a5977..0000000
--- a/recipes-bsp/h2200-bootloader/h2200-bootloader.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Bootloader firmware extractor for the h2200 iPAQ"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
-ALLOW_EMPTY = "1"
-PR = "r4"
-
-COMPATIBLE_MACHINE = "h2200"
-#it is a shell script, but lets protect the innocent some more
-PACKAGE_ARCH = "h2200"
-
-pkg_postinst() {
-#!/bin/sh
-mkdir -p /lib/firmware
-dd if=/dev/mtdblock0 of=/lib/firmware/h2200_bootloader.bin 2>/dev/null
-}