Bitbake and oe-core have dropped support for several fetchers [1]. With that change we are seeing warning due to our entries for these fetchers. Remove them from arago.conf as well.
[1] https://git.openembedded.org/openembedded-core/commit/?id=755d1d1593b360b1794a5ef15ee6da547c4e3299 Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 90c757fa..4ec091e4 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -12,12 +12,9 @@ OPKG_ARGS:remove = "--prefer-arch-to-version" TI_MIRROR = "http://software-dl.ti.com/processor-sdk-mirror/sources/" MIRRORS += " \ -bzr://.*/.* ${TI_MIRROR} \n \ -cvs://.*/.* ${TI_MIRROR} \n \ git://.*/.* ${TI_MIRROR} \n \ gitsm://.*/.* ${TI_MIRROR} \n \ hg://.*/.* ${TI_MIRROR} \n \ -osc://.*/.* ${TI_MIRROR} \n \ p4://.*/.* ${TI_MIRROR} \n \ npm://.*/.* ${TI_MIRROR} \n \ ftp://.*/.* ${TI_MIRROR} \n \ -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17106): https://lists.yoctoproject.org/g/meta-arago/message/17106 Mute This Topic: https://lists.yoctoproject.org/mt/117859931/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
