On Mon, 2020-03-23 at 08:19 -0400, [email protected] wrote:
>   cleaning up docs, and just noticed this from several months back:
> 
> commit 4ff058226cfc3e7d5bf9a873d1de4475f65ef2f2
> Author: Andre McCurdy <[email protected]>
> Date:   Fri Aug 23 13:51:32 2019 -0700
> 
>     bitbake.conf: drop FETCHCMD, GITDIR, etc fetcher over-rides
> 
>     This completes cleanup originally proposed in 2012:
> 
> 
> http://lists.openembedded.org/pipermail/openembedded-core/2012-July/064224.html
> 
>     Current versions of bitbake have "sane" default fetcher commands
>     so it's no longer necessary for bitbake.conf to over-ride them.
> 
>     Signed-off-by: Andre McCurdy <[email protected]>
>     Signed-off-by: Richard Purdie <[email protected]
> >
> 
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 1311e6b5fd..a0a7f4911e 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -360,12 +360,6 @@ CACHE = "${TMPDIR}/cache${@['', '/' +
> str(d.getVar('MACHINE'))][bool(d.getVar('M
>  # The persistent cache should be shared by all builds
>  PERSISTENT_DIR = "${TOPDIR}/cache"
>  LOG_DIR = "${TMPDIR}/log"
> -CO_DIR = "${DL_DIR}"
> -CVSDIR = "${CO_DIR}/cvs"
> -SVNDIR = "${CO_DIR}/svn"
> -GITDIR = "${CO_DIR}/git2"
> -BZRDIR = "${CO_DIR}/bzr"
> -HGDIR = "${CO_DIR}/hg"
> 
> 
>   so is it safe to remove the remnants of references to those
> variables? all that's left is [doc] references to CVSDIR, SVNDIR and
> GITDIR, and this from meta/lib/oe/recipeutils.py:
> 
>   def get_recipe_upgrade_status(recipes=None):
>       pkgs_list = []
>       data_copy_list = []
>       copy_vars = ('SRC_URI',
>                  'PV',
>                  'GITDIR',       <---
>                  'DL_DIR',
>                  'PN',
>                  'CACHE',
> 
> all of that safe to delete? any others that can go with it? (i didn't
> notice any.)

Yes, well spotted, I've queued two patches for this.

Cheers,

Richard

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#136697): 
https://lists.openembedded.org/g/openembedded-core/message/136697
Mute This Topic: https://lists.openembedded.org/mt/72489984/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to