diff options
author | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-09-16 16:06:08 -0500 |
---|---|---|
committer | Raptor Engineering Development Team <support@raptorengineering.com> | 2019-09-27 15:57:23 -0500 |
commit | 398a4b85d4374a35f580db998b854261a5a7db74 (patch) | |
tree | 9464d1f07b64b6357c08b923e7fb4ba1ff4bf7cd /package/freescale-imx/imx-m4fwloader/imx-m4fwloader.mk | |
parent | ef2bf42027bd0bce7691bbdf9d2e7e67ef68fa79 (diff) | |
download | buildroot-2019.02-op-build.tar.gz buildroot-2019.02-op-build.zip |
Initial pass at removing binary-only, unlicensed, and proprietary packages from buildroot tree2019.02-op-build
Note that DAHDI is only being removed due to poor packaging -- it does not require binary
firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only
firmware regardless.
Diffstat (limited to 'package/freescale-imx/imx-m4fwloader/imx-m4fwloader.mk')
-rw-r--r-- | package/freescale-imx/imx-m4fwloader/imx-m4fwloader.mk | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/freescale-imx/imx-m4fwloader/imx-m4fwloader.mk b/package/freescale-imx/imx-m4fwloader/imx-m4fwloader.mk deleted file mode 100644 index cc4849330c..0000000000 --- a/package/freescale-imx/imx-m4fwloader/imx-m4fwloader.mk +++ /dev/null @@ -1,22 +0,0 @@ -################################################################################ -# -# imx-m4fwloader -# -################################################################################ - -IMX_M4FWLOADER_VERSION = 8cf4d17a09ba23250d43381b49ba00d92406fad9 -IMX_M4FWLOADER_SITE = $(call github,codeauroraforum,imx-m4fwloader,$(IMX_M4FWLOADER_VERSION)) -IMX_M4FWLOADER_LICENSE = GPL-2.0+ -IMX_M4FWLOADER_LICENSE_FILES = LICENSE - -define IMX_M4FWLOADER_BUILD_CMDS - $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -o $(@D)/imx-m4fwloader \ - $(@D)/m4fwloader.c -endef - -define IMX_M4FWLOADER_INSTALL_TARGET_CMDS - $(INSTALL) -D -m 755 $(@D)/imx-m4fwloader \ - $(TARGET_DIR)/usr/sbin/imx-m4fwloader -endef - -$(eval $(generic-package)) |