]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: disable PREMIRRORS and MIRRORS by default
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Mon, 21 Aug 2017 05:39:40 +0000 (17:39 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Aug 2017 07:30:32 +0000 (08:30 +0100)
commit091cee2bdc2378a3425a4ef8558d03e6f9c021ff
tree880239a82f4196eb6d42a524e8b93409f604823c
parent5c9ef0734d23909b5694ed43cdbb205c2ba9ca95
recipetool: create: disable PREMIRRORS and MIRRORS by default

When creating new recipes, we are almost certainly fetching a new
source rather that something that has already been fetched. I have
disable PREMIRRORS and MIRRORS settings in the recipe that created
by devtool while leaving an option for users to enable them manually
if needed. Since devtool already has this options, we need to ensure
that recipetool is able to handle the options passed from devtool.

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py
scripts/lib/scriptutils.py