package/on2-8170-modules: remove package

With the corresponding binary library and gstreamer 0.10 plugin removed, the
package for the kernel module does not make a lot of sense, so remove the
package.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard 2024-06-03 09:17:26 +02:00 committed by Yann E. MORIN
parent 6d0d809a28
commit 083a66e1f8
5 changed files with 7 additions and 30 deletions

View File

@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2024.05"
config BR2_PACKAGE_ON2_8170_MODULES
bool "on2-8170-modules removed"
select BR2_LEGACY
help
The corresponding library and gstreamer 0.10 plugin are no
longer available.
config BR2_PACKAGE_ON2_8170_LIBS
bool "on2-8170-libs removed"
select BR2_LEGACY

View File

@ -574,7 +574,6 @@ endmenu
source "package/nvme/Config.in"
source "package/ofono/Config.in"
source "package/ola/Config.in"
source "package/on2-8170-modules/Config.in"
source "package/open2300/Config.in"
source "package/openfpgaloader/Config.in"
source "package/openipmi/Config.in"

View File

@ -1,13 +0,0 @@
config BR2_PACKAGE_ON2_8170_MODULES
bool "on2-8170-modules"
depends on BR2_LINUX_KERNEL
depends on BR2_arm926t
help
Kernel modules for Hantro x170 hardware video decompression
support.
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SAM9M10Gstreamer
comment "on2-8170-modules needs a Linux kernel to be built"
depends on BR2_arm926t
depends on !BR2_LINUX_KERNEL

View File

@ -1,2 +0,0 @@
# locally computed
sha256 d04d3acb8755281f6721d2a2efe04014060f83f38972208f356a486d52ca8bfc on2-8170-modules-73b08061d30789178e692bc332b73d1d9922bf39.tar.gz

View File

@ -1,14 +0,0 @@
################################################################################
#
# on2-8170-modules
#
################################################################################
ON2_8170_MODULES_VERSION = 73b08061d30789178e692bc332b73d1d9922bf39
ON2_8170_MODULES_SITE = $(call github,alexandrebelloni,on2-8170-modules,$(ON2_8170_MODULES_VERSION))
ON2_8170_MODULES_LICENSE = GPL-2.0+
#There is no license file
$(eval $(kernel-module))
$(eval $(generic-package))