Added Seagate's OpenSeaChest tools. Increased image size to 310MB leaving approximately 25MB free for PDF certificates and logs

This commit is contained in:
PartialVolume
2025-01-13 21:30:42 +00:00
parent 0b171bd816
commit e05541a43b
6 changed files with 27 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ image boot.vfat {
file autorun.inf { image = 'autorun.inf' }
}
size = 300000000
size = 310000000
}
image shredos.img {

View File

@@ -147,6 +147,7 @@ BR2_PACKAGE_SELINUX_PYTHON=y
BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW=y
BR2_PACKAGE_PARALLEL=y
BR2_PACKAGE_TMUX=y
BR2_PACKAGE_OPENSEACHEST=y
BR2_PACKAGE_PROCPS_NG=y
BR2_PACKAGE_RUNC=y
BR2_PACKAGE_UTIL_LINUX_BINARIES=y

View File

@@ -2863,6 +2863,7 @@ menu "System tools"
source "package/numactl/Config.in"
source "package/nut/Config.in"
source "package/openrc/Config.in"
source "package/openseachest/Config.in"
source "package/openvmtools/Config.in"
source "package/pamtester/Config.in"
source "package/petitboot/Config.in"

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_OPENSEACHEST
bool "openseachest"
help
OpenSeaChest
comment "openseachest"

View File

@@ -0,0 +1 @@
sha1 13028571b1f6a5a764016c5546264c20abae1f1f SourceCode_With_Submodules.tar.xz

View File

@@ -0,0 +1,16 @@
################################################################################
#
# opeseachest
#
################################################################################
OPENSEACHEST_VERSION = 24.08.1
OPENSEACHEST_SOURCE = SourceCode_With_Submodules.tar.xz
OPENSEACHEST_SITE = https://github.com/Seagate/openSeaChest/releases/download/v24.08.1
OPENSEACHEST_LICENSE = MPL-2.0
OPENSEACHEST_LICENSE_FILES = COPYING
OPENSEACHEST_INSTALL_STAGING = YES
OPENSEACHEST_DEPENDENCIES = host-pkgconf
$(eval $(meson-package))