summaryrefslogtreecommitdiffstats
path: root/package/ux500-firmware
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-09-16 16:06:08 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-09-27 15:57:23 -0500
commit398a4b85d4374a35f580db998b854261a5a7db74 (patch)
tree9464d1f07b64b6357c08b923e7fb4ba1ff4bf7cd /package/ux500-firmware
parentef2bf42027bd0bce7691bbdf9d2e7e67ef68fa79 (diff)
downloadbuildroot-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/ux500-firmware')
-rw-r--r--package/ux500-firmware/Config.in8
-rw-r--r--package/ux500-firmware/ux500-firmware.hash2
-rw-r--r--package/ux500-firmware/ux500-firmware.mk23
3 files changed, 0 insertions, 33 deletions
diff --git a/package/ux500-firmware/Config.in b/package/ux500-firmware/Config.in
deleted file mode 100644
index 1c1823734f..0000000000
--- a/package/ux500-firmware/Config.in
+++ /dev/null
@@ -1,8 +0,0 @@
-config BR2_PACKAGE_UX500_FIRMWARE
- bool "ux500-firmware"
- help
- This package provides various binary firmware files (closed
- binary blobs) for the Azurewave AW-NH580 combo module (wifi,
- bt, gps).
-
- https://launchpad.net/~igloocommunity-maintainers/+archive/snowball/+files/
diff --git a/package/ux500-firmware/ux500-firmware.hash b/package/ux500-firmware/ux500-firmware.hash
deleted file mode 100644
index 1028cc0e12..0000000000
--- a/package/ux500-firmware/ux500-firmware.hash
+++ /dev/null
@@ -1,2 +0,0 @@
-# locally computed hash
-sha256 81633274a9157c076e5e09b5addd81fbcef504b829fc801041cea50eea774bcd ux500-firmware_1.1.3-6linaro1.tar.gz
diff --git a/package/ux500-firmware/ux500-firmware.mk b/package/ux500-firmware/ux500-firmware.mk
deleted file mode 100644
index 428ed34277..0000000000
--- a/package/ux500-firmware/ux500-firmware.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-################################################################################
-#
-# ux500-firmware
-#
-################################################################################
-
-UX500_FIRMWARE_VERSION = 1.1.3-6
-UX500_FIRMWARE_SOURCE = ux500-firmware_$(UX500_FIRMWARE_VERSION)linaro1.tar.gz
-UX500_FIRMWARE_SITE = https://launchpad.net/~igloocommunity-maintainers/+archive/snowball/+files
-UX500_FIRMWARE_LICENSE = Snowball click-wrap license
-UX500_FIRMWARE_LICENSE_FILES = license.txt
-UX500_FIRMWARE_REDISTRIBUTE = NO
-
-# The CG2900 linux driver has to load firmware named CG29XX_* but the firmware
-# filenames contained in this package are CG2900_* hence the code below
-define UX500_FIRMWARE_INSTALL_TARGET_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
- for f in $(TARGET_DIR)/lib/firmware/CG2900* ; do \
- mv $$f $${f/CG2900/CG29XX}; \
- done
-endef
-
-$(eval $(generic-package))
OpenPOWER on IntegriCloud