aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/0xFFFF/0xffff.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/0xFFFF/0xffff.inc')
-rw-r--r--recipes/0xFFFF/0xffff.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/0xFFFF/0xffff.inc b/recipes/0xFFFF/0xffff.inc
new file mode 100644
index 0000000000..db281467ed
--- /dev/null
+++ b/recipes/0xFFFF/0xffff.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "The 'Open Free Fiasco Firmware Flasher' aka 0xFFFF utility aims to implement a free (GPL'd) userspace handler for the NOLO bootloader."
+LICENSE = "GPLv3"
+
+SRC_URI = "http://www.nopcode.org/0xFFFF/get/0xFFFF-${PV}.tar.gz"
+
+S = "${WORKDIR}/0xFFFF-${PV}/src"
+
+CFLAGS += '-DVERSION="${PV}" -I.'
+BUILD_CFLAGS += '-DVERSION="${PV}" -I.'
+
+do_compile() {
+ oe_runmake
+}
+