Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
@@ -0,0 +1,23 @@
# General config settings.
EXTRA_OECONF:append:class-target = " shared no-hw no-err no-psk no-srp "
# Disable SSL (keep TLS only).
EXTRA_OECONF:append:class-target = " no-ssl2 no-ssl3 "
# Disable various algorithms.
EXTRA_OECONF:append:class-target = " \
no-rmd160 \
no-whirlpool \
no-rc2 \
no-rc4 \
no-bf \
no-cast \
no-gost \
"
do_configure:append() {
oe_runmake depend
}
# We don't want to depend on perl in our image
RDEPENDS:${PN}-bin:remove = "perl"
FILES:${PN}-misc:append = " ${bindir}/c_rehash"