distro-netmodule: Move curl packageconfig to distro instead of bbappend

Better keep all the packageconfig at one place and avoid an additional
bbappend.

Especially this config is apparently only required for factory, so we
may move to fct distro.

Original commit message:

we need tftp client to upload factory test logs - enable package
option 'tftp' in bbappend file.

BUGZID: 52537
This commit is contained in:
Alexandre Bard 2022-09-26 17:53:41 +02:00
parent f601e2d57d
commit c4f38ccd97
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
PACKAGECONFIG_append = " tftp"

View File

@ -32,7 +32,7 @@ EXTRA_IMAGECMD_append_ota-ext4 = " -O ^64bit"
# Packages
PACKAGECONFIG_append_pn-curl = " ssl"
PACKAGECONFIG_append_pn-curl = " tftp ssl"
PACKAGECONFIG_remove_pn-curl = "gnutls"
PACKAGECONFIG_append_pn-libgpiod = " python3"