File tree 6 files changed +27
-1
lines changed
6 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ image boot.vfat {
11
11
file autorun.inf { image = ' autorun.inf' }
12
12
}
13
13
14
- size = 300000000
14
+ size = 310000000
15
15
}
16
16
17
17
image shredos.img {
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ BR2_PACKAGE_SELINUX_PYTHON=y
147
147
BR2_PACKAGE_SELINUX_PYTHON_AUDIT2ALLOW=y
148
148
BR2_PACKAGE_PARALLEL=y
149
149
BR2_PACKAGE_TMUX=y
150
+ BR2_PACKAGE_OPENSEACHEST=y
150
151
BR2_PACKAGE_PROCPS_NG=y
151
152
BR2_PACKAGE_RUNC=y
152
153
BR2_PACKAGE_UTIL_LINUX_BINARIES=y
Original file line number Diff line number Diff line change @@ -2863,6 +2863,7 @@ menu "System tools"
2863
2863
source "package/numactl/Config.in"
2864
2864
source "package/nut/Config.in"
2865
2865
source "package/openrc/Config.in"
2866
+ source "package/openseachest/Config.in"
2866
2867
source "package/openvmtools/Config.in"
2867
2868
source "package/pamtester/Config.in"
2868
2869
source "package/petitboot/Config.in"
Original file line number Diff line number Diff line change
1
+ config BR2_PACKAGE_OPENSEACHEST
2
+ bool "openseachest"
3
+
4
+ help
5
+ OpenSeaChest
6
+
7
+ comment "openseachest"
Original file line number Diff line number Diff line change
1
+ sha1 13028571b1f6a5a764016c5546264c20abae1f1f SourceCode_With_Submodules.tar.xz
Original file line number Diff line number Diff line change
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))
You can’t perform that action at this time.
0 commit comments