diff options
Diffstat (limited to 'packages/0xFFFF/0xffff.inc')
-rw-r--r-- | packages/0xFFFF/0xffff.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/0xFFFF/0xffff.inc b/packages/0xFFFF/0xffff.inc new file mode 100644 index 0000000000..2618a3b6bc --- /dev/null +++ b/packages/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 = "GPLv2" + +SRC_URI = "http://www.nopcode.org/0xFFFF/get/0xFFFF-${PV}.tar.gz" + +S = "${WORKDIR}/0xFFFF-${PV}/src" + +CFLAGS += '-DVERSION="${PV}"' +BUILD_CFLAGS += '-DVERSION="${PV}"' + +do_compile() { + oe_runmake +} + |