aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-04-18 23:37:54 +0200
committerAndrea Adami <andrea.adami@gmail.com>2015-04-18 23:58:20 +0200
commite6789546f49fbaf9af455f23d1852e86f7f7613b (patch)
tree61afb32366523cb6d5dec2f50c451b8281637fdf /recipes-bsp
parente91b21268838ba5a90d98212181e570e7605d058 (diff)
downloadmeta-handheld-e6789546f49fbaf9af455f23d1852e86f7f7613b.tar.gz
ipaq: remove unmaintained machines and bsp tools
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-bsp')
-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
-}