Skip to content

Commit 738ab59

Browse files
committed
build: update toybox 0.8.12 and disable lspci
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent c9d0d18 commit 738ab59

8 files changed

+32
-31
lines changed

build/docker/intel-dlb-initcontainer.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ ARG DIR=/intel-device-plugins-for-kubernetes
4040
WORKDIR $DIR
4141
COPY . .
4242
RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-kubernetes/LICENSE
43-
ARG TOYBOX_VERSION="0.8.11"
44-
ARG TOYBOX_SHA256="83a3a88cbe1fa30f099c2f58295baef4637aaf988085aaea56e03aa29168175d"
43+
ARG TOYBOX_VERSION="0.8.12"
44+
ARG TOYBOX_SHA256="3c529d93923dde67d048e7bcbd5d1bc0dd1ad09362269e2415f5f2eaab349b5b"
4545
ARG ROOT=/install_root
4646
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
4747
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

build/docker/intel-fpga-initcontainer.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-ku
6666
--save_path /install_root/licenses/$CMD/go-licenses ; \
6767
else mkdir -p /install_root/licenses/$CMD/go-licenses/ && cd licenses/$CMD && cp -r * /install_root/licenses/$CMD/go-licenses/ ; fi
6868
###
69-
ARG TOYBOX_VERSION="0.8.11"
70-
ARG TOYBOX_SHA256="83a3a88cbe1fa30f099c2f58295baef4637aaf988085aaea56e03aa29168175d"
69+
ARG TOYBOX_VERSION="0.8.12"
70+
ARG TOYBOX_SHA256="3c529d93923dde67d048e7bcbd5d1bc0dd1ad09362269e2415f5f2eaab349b5b"
7171
ARG ROOT=/install_root
7272
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
7373
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

build/docker/intel-gpu-initcontainer.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-ku
5656
--save_path /install_root/licenses/$CMD/go-licenses ; \
5757
else mkdir -p /install_root/licenses/$CMD/go-licenses/ && cd licenses/$CMD && cp -r * /install_root/licenses/$CMD/go-licenses/ ; fi
5858
###
59-
ARG TOYBOX_VERSION="0.8.11"
60-
ARG TOYBOX_SHA256="83a3a88cbe1fa30f099c2f58295baef4637aaf988085aaea56e03aa29168175d"
59+
ARG TOYBOX_VERSION="0.8.12"
60+
ARG TOYBOX_SHA256="3c529d93923dde67d048e7bcbd5d1bc0dd1ad09362269e2415f5f2eaab349b5b"
6161
ARG ROOT=/install_root
6262
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
6363
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

build/docker/intel-qat-initcontainer.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ ARG DIR=/intel-device-plugins-for-kubernetes
4040
WORKDIR $DIR
4141
COPY . .
4242
RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-kubernetes/LICENSE
43-
ARG TOYBOX_VERSION="0.8.11"
44-
ARG TOYBOX_SHA256="83a3a88cbe1fa30f099c2f58295baef4637aaf988085aaea56e03aa29168175d"
43+
ARG TOYBOX_VERSION="0.8.12"
44+
ARG TOYBOX_SHA256="3c529d93923dde67d048e7bcbd5d1bc0dd1ad09362269e2415f5f2eaab349b5b"
4545
ARG ROOT=/install_root
4646
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
4747
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

build/docker/intel-sgx-initcontainer.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ RUN install -D ${DIR}/LICENSE /install_root/licenses/intel-device-plugins-for-ku
5656
--save_path /install_root/licenses/$CMD/go-licenses ; \
5757
else mkdir -p /install_root/licenses/$CMD/go-licenses/ && cd licenses/$CMD && cp -r * /install_root/licenses/$CMD/go-licenses/ ; fi
5858
###
59-
ARG TOYBOX_VERSION="0.8.11"
60-
ARG TOYBOX_SHA256="83a3a88cbe1fa30f099c2f58295baef4637aaf988085aaea56e03aa29168175d"
59+
ARG TOYBOX_VERSION="0.8.12"
60+
ARG TOYBOX_SHA256="3c529d93923dde67d048e7bcbd5d1bc0dd1ad09362269e2415f5f2eaab349b5b"
6161
ARG ROOT=/install_root
6262
RUN apt-get update && apt-get --no-install-recommends -y install musl musl-tools musl-dev
6363
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

build/docker/lib/toybox_build.docker

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG TOYBOX_VERSION="0.8.11"
2-
ARG TOYBOX_SHA256="83a3a88cbe1fa30f099c2f58295baef4637aaf988085aaea56e03aa29168175d"
1+
ARG TOYBOX_VERSION="0.8.12"
2+
ARG TOYBOX_SHA256="3c529d93923dde67d048e7bcbd5d1bc0dd1ad09362269e2415f5f2eaab349b5b"
33

44
ARG ROOT=/install_root
55

build/docker/toybox-config-static

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
# ToyBox version: KCONFIG_VERSION
4-
# Tue Apr 23 18:03:07 2024
4+
# Wed Mar 19 11:18:16 2025
55
#
66
# CONFIG_TOYBOX_ON_ANDROID is not set
77
CONFIG_TOYBOX_FORK=y
@@ -105,6 +105,7 @@ CONFIG_TEST_GLUE=y
105105
#
106106
# CONFIG_ARP is not set
107107
# CONFIG_ARPING is not set
108+
# CONFIG_AWK is not set
108109
# CONFIG_BC is not set
109110
# CONFIG_BOOTCHARTD is not set
110111
# CONFIG_BRCTL is not set
@@ -138,22 +139,18 @@ CONFIG_TEST_GLUE=y
138139
# CONFIG_IPCRM is not set
139140
# CONFIG_IPCS is not set
140141
# CONFIG_KLOGD is not set
141-
# CONFIG_KLOGD_SOURCE_RING_BUFFER is not set
142142
# CONFIG_LAST is not set
143143
# CONFIG_LSOF is not set
144144
# CONFIG_MAN is not set
145145
# CONFIG_MDEV is not set
146146
# CONFIG_MDEV_CONF is not set
147-
# CONFIG_MKE2FS is not set
148-
# CONFIG_MKE2FS_JOURNAL is not set
149-
# CONFIG_MKE2FS_GEN is not set
150-
# CONFIG_MKE2FS_LABEL is not set
151-
# CONFIG_MKE2FS_EXTENDED is not set
152147
# CONFIG_MODPROBE is not set
153148
# CONFIG_MORE is not set
154149
# CONFIG_ROUTE is not set
155150
CONFIG_SH=y
151+
# CONFIG_BREAK is not set
156152
# CONFIG_CD is not set
153+
# CONFIG_CONTINUE is not set
157154
# CONFIG_DECLARE is not set
158155
# CONFIG_EXIT is not set
159156
# CONFIG_SET is not set
@@ -163,6 +160,7 @@ CONFIG_SH=y
163160
# CONFIG_EXPORT is not set
164161
# CONFIG_JOBS is not set
165162
# CONFIG_LOCAL is not set
163+
# CONFIG_RETURN is not set
166164
# CONFIG_SHIFT is not set
167165
# CONFIG_SOURCE is not set
168166
# CONFIG_WAIT is not set
@@ -237,7 +235,7 @@ CONFIG_SH=y
237235
# CONFIG_LSATTR is not set
238236
# CONFIG_CHATTR is not set
239237
# CONFIG_LSMOD is not set
240-
CONFIG_LSPCI=y
238+
# CONFIG_LSPCI is not set
241239
# CONFIG_LSUSB is not set
242240
# CONFIG_MAKEDEVS is not set
243241
# CONFIG_MCOOKIE is not set

build/docker/toybox-config-ubi9-micro

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Automatically generated make config: don't edit
33
# ToyBox version: KCONFIG_VERSION
4-
# Wed Sep 6 10:24:35 2023
4+
# Wed Mar 19 11:21:03 2025
55
#
66
# CONFIG_TOYBOX_ON_ANDROID is not set
77
CONFIG_TOYBOX_FORK=y
@@ -35,6 +35,7 @@ CONFIG_TOYBOX_FORK=y
3535
# CONFIG_FALSE is not set
3636
# CONFIG_FILE is not set
3737
# CONFIG_FIND is not set
38+
# CONFIG_FOLD is not set
3839
# CONFIG_GETCONF is not set
3940
CONFIG_GREP=y
4041
CONFIG_EGREP=y
@@ -86,10 +87,10 @@ CONFIG_FGREP=y
8687
# CONFIG_TIME is not set
8788
# CONFIG_TOUCH is not set
8889
# CONFIG_TRUE is not set
90+
# CONFIG_TSORT is not set
8991
# CONFIG_TTY is not set
9092
# CONFIG_ULIMIT is not set
9193
# CONFIG_ARCH is not set
92-
# CONFIG_LINUX32 is not set
9394
# CONFIG_UNAME is not set
9495
# CONFIG_UNIQ is not set
9596
# CONFIG_UNLINK is not set
@@ -104,12 +105,14 @@ CONFIG_FGREP=y
104105
#
105106
# CONFIG_ARP is not set
106107
# CONFIG_ARPING is not set
108+
# CONFIG_AWK is not set
107109
# CONFIG_BC is not set
108110
# CONFIG_BOOTCHARTD is not set
109111
# CONFIG_BRCTL is not set
110112
# CONFIG_CHSH is not set
111113
# CONFIG_CROND is not set
112114
# CONFIG_CRONTAB is not set
115+
# CONFIG_CSPLIT is not set
113116
# CONFIG_DHCP is not set
114117
# CONFIG_DHCP6 is not set
115118
# CONFIG_DHCPD is not set
@@ -118,10 +121,8 @@ CONFIG_FGREP=y
118121
# CONFIG_DUMPLEASES is not set
119122
# CONFIG_EXPR is not set
120123
# CONFIG_FDISK is not set
121-
# CONFIG_FOLD is not set
122124
# CONFIG_FSCK is not set
123125
# CONFIG_GETFATTR is not set
124-
# CONFIG_GETOPT is not set
125126
# CONFIG_GETTY is not set
126127
# CONFIG_GITCOMPAT is not set
127128
# CONFIG_GITCLONE is not set
@@ -138,22 +139,18 @@ CONFIG_FGREP=y
138139
# CONFIG_IPCRM is not set
139140
# CONFIG_IPCS is not set
140141
# CONFIG_KLOGD is not set
141-
# CONFIG_KLOGD_SOURCE_RING_BUFFER is not set
142142
# CONFIG_LAST is not set
143143
# CONFIG_LSOF is not set
144144
# CONFIG_MAN is not set
145145
# CONFIG_MDEV is not set
146146
# CONFIG_MDEV_CONF is not set
147-
# CONFIG_MKE2FS is not set
148-
# CONFIG_MKE2FS_JOURNAL is not set
149-
# CONFIG_MKE2FS_GEN is not set
150-
# CONFIG_MKE2FS_LABEL is not set
151-
# CONFIG_MKE2FS_EXTENDED is not set
152147
# CONFIG_MODPROBE is not set
153148
# CONFIG_MORE is not set
154149
# CONFIG_ROUTE is not set
155150
# CONFIG_SH is not set
151+
# CONFIG_BREAK is not set
156152
# CONFIG_CD is not set
153+
# CONFIG_CONTINUE is not set
157154
# CONFIG_DECLARE is not set
158155
# CONFIG_EXIT is not set
159156
# CONFIG_SET is not set
@@ -163,6 +160,7 @@ CONFIG_FGREP=y
163160
# CONFIG_EXPORT is not set
164161
# CONFIG_JOBS is not set
165162
# CONFIG_LOCAL is not set
163+
# CONFIG_RETURN is not set
166164
# CONFIG_SHIFT is not set
167165
# CONFIG_SOURCE is not set
168166
# CONFIG_WAIT is not set
@@ -213,6 +211,7 @@ CONFIG_FGREP=y
213211
# CONFIG_FREERAMDISK is not set
214212
# CONFIG_FSFREEZE is not set
215213
# CONFIG_FSYNC is not set
214+
# CONFIG_GETOPT is not set
216215
# CONFIG_GPIODETECT is not set
217216
# CONFIG_GPIOFIND is not set
218217
# CONFIG_GPIOINFO is not set
@@ -230,15 +229,17 @@ CONFIG_FGREP=y
230229
# CONFIG_INSMOD is not set
231230
# CONFIG_IONICE is not set
232231
# CONFIG_IORENICE is not set
232+
# CONFIG_LINUX32 is not set
233233
# CONFIG_LOGIN is not set
234234
# CONFIG_LOSETUP is not set
235235
# CONFIG_LSATTR is not set
236236
# CONFIG_CHATTR is not set
237237
# CONFIG_LSMOD is not set
238-
CONFIG_LSPCI=y
238+
# CONFIG_LSPCI is not set
239239
# CONFIG_LSUSB is not set
240240
# CONFIG_MAKEDEVS is not set
241241
# CONFIG_MCOOKIE is not set
242+
# CONFIG_MEMEATER is not set
242243
# CONFIG_MIX is not set
243244
# CONFIG_MKPASSWD is not set
244245
# CONFIG_MKSWAP is not set
@@ -282,6 +283,7 @@ CONFIG_LSPCI=y
282283
# CONFIG_TASKSET is not set
283284
# CONFIG_TIMEOUT is not set
284285
# CONFIG_TRUNCATE is not set
286+
# CONFIG_TS is not set
285287
# CONFIG_UCLAMPSET is not set
286288
# CONFIG_UPTIME is not set
287289
# CONFIG_USLEEP is not set
@@ -382,6 +384,7 @@ CONFIG_TOYBOX_LSM_NONE=y
382384
# CONFIG_TOYBOX_FLOAT is not set
383385
# CONFIG_TOYBOX_HELP is not set
384386
# CONFIG_TOYBOX_HELP_DASHDASH is not set
387+
# CONFIG_TOYBOX_ZHELP is not set
385388
# CONFIG_TOYBOX_FREE is not set
386389
# CONFIG_TOYBOX_NORECURSE is not set
387390
# CONFIG_TOYBOX_DEBUG is not set

0 commit comments

Comments
 (0)