Skip to content

Commit e05541a

Browse files
committed
Added Seagate's OpenSeaChest tools. Increased image size to 310MB leaving approximately 25MB free for PDF certificates and logs
1 parent 0b171bd commit e05541a

File tree

6 files changed

+27
-1
lines changed

6 files changed

+27
-1
lines changed

board/shredos/genimage.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image boot.vfat {
1111
file autorun.inf { image = 'autorun.inf' }
1212
}
1313

14-
size = 300000000
14+
size = 310000000
1515
}
1616

1717
image shredos.img {

configs/shredos_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ BR2_PACKAGE_SELINUX_PYTHON=y
147147
BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW=y
148148
BR2_PACKAGE_PARALLEL=y
149149
BR2_PACKAGE_TMUX=y
150+
BR2_PACKAGE_OPENSEACHEST=y
150151
BR2_PACKAGE_PROCPS_NG=y
151152
BR2_PACKAGE_RUNC=y
152153
BR2_PACKAGE_UTIL_LINUX_BINARIES=y

package/Config.in

+1
Original file line numberDiff line numberDiff line change
@@ -2863,6 +2863,7 @@ menu "System tools"
28632863
source "package/numactl/Config.in"
28642864
source "package/nut/Config.in"
28652865
source "package/openrc/Config.in"
2866+
source "package/openseachest/Config.in"
28662867
source "package/openvmtools/Config.in"
28672868
source "package/pamtester/Config.in"
28682869
source "package/petitboot/Config.in"

package/openseachest/Config.in

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
config BR2_PACKAGE_OPENSEACHEST
2+
bool "openseachest"
3+
4+
help
5+
OpenSeaChest
6+
7+
comment "openseachest"
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sha1 13028571b1f6a5a764016c5546264c20abae1f1f SourceCode_With_Submodules.tar.xz

package/openseachest/openseachest.mk

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
################################################################################
2+
#
3+
# opeseachest
4+
#
5+
################################################################################
6+
7+
OPENSEACHEST_VERSION = 24.08.1
8+
OPENSEACHEST_SOURCE = SourceCode_With_Submodules.tar.xz
9+
OPENSEACHEST_SITE = https://github.com/Seagate/openSeaChest/releases/download/v24.08.1
10+
OPENSEACHEST_LICENSE = MPL-2.0
11+
OPENSEACHEST_LICENSE_FILES = COPYING
12+
OPENSEACHEST_INSTALL_STAGING = YES
13+
14+
OPENSEACHEST_DEPENDENCIES = host-pkgconf
15+
16+
$(eval $(meson-package))

0 commit comments

Comments
 (0)