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:
parent
f601e2d57d
commit
c4f38ccd97
|
|
@ -1 +0,0 @@
|
|||
PACKAGECONFIG_append = " tftp"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue