aboutsummaryrefslogtreecommitdiffstats
path: root/simpad-utilities/genboot-native.oe
diff options
context:
space:
mode:
Diffstat (limited to 'simpad-utilities/genboot-native.oe')
-rw-r--r--simpad-utilities/genboot-native.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/simpad-utilities/genboot-native.oe b/simpad-utilities/genboot-native.oe
deleted file mode 100644
index d2f60fe706..0000000000
--- a/simpad-utilities/genboot-native.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-SECTION = "console/utils"
-PR = "r1"
-DESCRIPTION = "Console utility for generating a SIMpad boot image for the proprietary SIEMENS Switzerland bootloader"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genboot"
-SRC_URI = "file://gen_boot.c file://arnold_boot.h file://simpad-make-flashimg"
-
-DEPENDS = "pad-native"
-
-inherit native
-
-do_compile() {
- cp ${WORKDIR}/*.h ${WORKDIR}/*.c .
- ${CC} -I. -o genboot gen_boot.c
-}
-
-do_stage() {
- install -m 0755 genboot ${STAGING_BINDIR}/
- install -m 0755 ${WORKDIR}/simpad-make-flashimg ${STAGING_BINDIR}/
-}