mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Update buildroot to 2024.02.2, kernel to 6.6.2, GPU & DRM drivers, nwipe to v0.37 plus many others.
This commit is contained in:
@@ -1,12 +1,23 @@
|
||||
comment "targetcli-fb depends on Python"
|
||||
comment "targetcli-fb needs Python, a glibc toolchain, gcc >= 4.9, host gcc >= 8"
|
||||
depends on !BR2_PACKAGE_PYTHON3
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS
|
||||
depends on !BR2_HOST_GCC_AT_LEAST_8 || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
|
||||
!BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
config BR2_PACKAGE_TARGETCLI_FB
|
||||
bool "targetcli-fb"
|
||||
depends on BR2_PACKAGE_PYTHON3 # python-configshell-fb
|
||||
depends on BR2_USE_MMU # python-gobject -> gobject-introspection
|
||||
depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS # python-gobject -> gobject-introspection
|
||||
depends on BR2_HOST_GCC_AT_LEAST_8 # python-gobject -> gobject-introspection
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # python-gobject -> gobject-introspection
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC # python-gobject -> gobject-introspection
|
||||
select BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
||||
select BR2_PACKAGE_PYTHON_RTSLIB_FB
|
||||
select BR2_PACKAGE_PYTHON_SIX
|
||||
select BR2_PACKAGE_PYTHON_GOBJECT
|
||||
help
|
||||
targetcli-fb is a command-line interface for configuring the
|
||||
LIO generic SCSI target, present in 3.x Linux kernel
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# locally computed
|
||||
sha256 7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f targetcli-fb-2.1.54.tar.gz
|
||||
sha256 605f4e4e4e7189d6a03f11a4f55e7ddb4671002d542c2f684f87dd68391dcdc2 targetcli-fb-2.1.58.tar.gz
|
||||
sha256 5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320 COPYING
|
||||
|
||||
@@ -6,13 +6,17 @@
|
||||
|
||||
# When upgrading the version, be sure to also upgrade python-rtslib-fb
|
||||
# and python-configshell-fb at the same time.
|
||||
TARGETCLI_FB_VERSION = 2.1.54
|
||||
TARGETCLI_FB_VERSION = 2.1.58
|
||||
TARGETCLI_FB_SITE = $(call github,open-iscsi,targetcli-fb,v$(TARGETCLI_FB_VERSION))
|
||||
TARGETCLI_FB_LICENSE = Apache-2.0
|
||||
TARGETCLI_FB_LICENSE_FILES = COPYING
|
||||
TARGETCLI_FB_CPE_ID_VENDOR = targetcli-fb_project
|
||||
TARGETCLI_FB_CPE_ID_VALID = YES
|
||||
TARGETCLI_FB_SETUP_TYPE = setuptools
|
||||
TARGETCLI_FB_DEPENDENCIES = python-configshell-fb python-rtslib-fb python-six
|
||||
TARGETCLI_FB_DEPENDENCIES = \
|
||||
python-configshell-fb \
|
||||
python-gobject \
|
||||
python-rtslib-fb \
|
||||
python-six
|
||||
|
||||
define TARGETCLI_FB_INSTALL_INIT_SYSV
|
||||
$(INSTALL) -m 0755 -D package/targetcli-fb/S50target \
|
||||
|
||||
Reference in New Issue
Block a user