From c4f38ccd97934aafc29844a5668c2f58e7ff18b8 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 26 Sep 2022 17:53:41 +0200 Subject: [PATCH] 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 --- bbappends/core/recipes-support/curl/curl_%.bbappend | 1 - conf/distro/netmodule-linux.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 bbappends/core/recipes-support/curl/curl_%.bbappend diff --git a/bbappends/core/recipes-support/curl/curl_%.bbappend b/bbappends/core/recipes-support/curl/curl_%.bbappend deleted file mode 100644 index a886dfe..0000000 --- a/bbappends/core/recipes-support/curl/curl_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG_append = " tftp" diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index c31876e..0d8379d 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -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"