2022-08-23 07:48:11 +02:00
|
|
|
config BR2_PACKAGE_CRUN
|
|
|
|
bool "crun"
|
2023-01-08 20:15:14 +01:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C11/stdatomic.h
|
2023-07-29 23:21:58 +02:00
|
|
|
select BR2_PACKAGE_ARGP_STANDALONE if !BR2_TOOLCHAIN_USES_GLIBC
|
2022-08-23 07:48:11 +02:00
|
|
|
select BR2_PACKAGE_YAJL # libocispec
|
|
|
|
help
|
|
|
|
crun is a fast and low-memory OCI Container Runtime in C.
|
|
|
|
|
|
|
|
https://github.com/containers/crun
|
2022-12-30 18:53:50 +01:00
|
|
|
|
2023-01-08 20:15:14 +01:00
|
|
|
comment "crun needs a glibc or musl toolchain, gcc >= 4.9"
|
|
|
|
depends on BR2_TOOLCHAIN_USES_UCLIBC || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|