mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Before:
$ ls -lah output/target/lib/oci
drwxr-xr-x 2 jacky users 4,0K Oct 7 12:26 .
drwxr-xr-x 27 jacky users 20K Aug 29 06:45 ..
-rw-r--r-- 1 jacky users 1,8M Oct 7 12:19 curios-httpd-v24.05.0.tar.gz
After:
$ ls -lah output/target/lib/oci
drwxr-xr-x 2 jacky users 4,0K Oct 7 12:26 .
drwxr-xr-x 27 jacky users 20K Aug 29 06:45 ..
-rw-r--r-- 1 jacky users 281K Oct 7 12:28 curios-httpd-v24.05.0.tar.gz
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
351 B
Plaintext
10 lines
351 B
Plaintext
config BR2_PACKAGE_CURIOS_HTTPD
|
|
bool "curiOS-httpd"
|
|
help
|
|
Example of how to bundle an OCI archive of curiOS-httpd in
|
|
/lib/oci for the given target architecture. OCI archives can
|
|
also be bundled in post-build.sh, but with packaging all the
|
|
"source" tarballs are bundled for SDK builds (archiving).
|
|
|
|
https://github.com/kernelkit/curiOS
|