forked from Narcissus/shredos.x86_64
Added Seagate's OpenSeaChest tools. Increased image size to 310MB leaving approximately 25MB free for PDF certificates and logs
This commit is contained in:
@@ -11,7 +11,7 @@ image boot.vfat {
|
||||
file autorun.inf { image = 'autorun.inf' }
|
||||
}
|
||||
|
||||
size = 300000000
|
||||
size = 310000000
|
||||
}
|
||||
|
||||
image shredos.img {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
7
package/openseachest/Config.in
Normal file
7
package/openseachest/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_OPENSEACHEST
|
||||
bool "openseachest"
|
||||
|
||||
help
|
||||
OpenSeaChest
|
||||
|
||||
comment "openseachest"
|
||||
1
package/openseachest/openseachest.hash
Normal file
1
package/openseachest/openseachest.hash
Normal file
@@ -0,0 +1 @@
|
||||
sha1 13028571b1f6a5a764016c5546264c20abae1f1f SourceCode_With_Submodules.tar.xz
|
||||
16
package/openseachest/openseachest.mk
Normal file
16
package/openseachest/openseachest.mk
Normal 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))
|
||||
Reference in New Issue
Block a user