From: leonardo.sandoval.gonzalez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Cc: paul.eggleton@linux.intel.com
Subject: [PATCH 0/1][RFC] devtool: Upgrade feature
Date: Tue, 11 Aug 2015 14:04:13 +0000 [thread overview]
Message-ID: <cover.1439301278.git.leonardo.sandoval.gonzalez@linux.intel.com> (raw)
From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
There are several approaches when upgrading a recipe and on this patch
it was decided to reused the code from the auto-upgrade-helper [1] and ported it into
the devtool. There are several pending tasks as described in the patch's description.
The progress of this feature is being track on [2].
[1] http://git.yoctoproject.org/cgit/cgit.cgi/auto-upgrade-helper/
[2] https://bugzilla.yoctoproject.org/show_bug.cgi?id=7642
The following changes since commit 48b5ea6782ec7e9ab8f9a28438ef0ededa5fe224:
sanity.bbclass: check /bin/sh is dash or bash (2015-06-26 09:28:53 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib lsandov1/devtool-upgrade-functionality-7642
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/devtool-upgrade-functionality-7642
Leonardo Sandoval (1):
devtool: Upgrade feature
scripts/lib/devtool/auto-upgrade-helper/bitbake.py | 102 +++++
scripts/lib/devtool/auto-upgrade-helper/errors.py | 87 +++++
scripts/lib/devtool/auto-upgrade-helper/git.py | 101 +++++
.../lib/devtool/auto-upgrade-helper/gitrecipe.py | 98 +++++
scripts/lib/devtool/auto-upgrade-helper/recipe.py | 428 +++++++++++++++++++++
.../lib/devtool/auto-upgrade-helper/svnrecipe.py | 28 ++
.../devtool/auto-upgrade-helper/upgradehelper.py | 150 ++++++++
scripts/lib/devtool/standard.py | 119 ++++++
8 files changed, 1113 insertions(+)
create mode 100644 scripts/lib/devtool/auto-upgrade-helper/bitbake.py
create mode 100644 scripts/lib/devtool/auto-upgrade-helper/errors.py
create mode 100644 scripts/lib/devtool/auto-upgrade-helper/git.py
create mode 100644 scripts/lib/devtool/auto-upgrade-helper/gitrecipe.py
create mode 100644 scripts/lib/devtool/auto-upgrade-helper/recipe.py
create mode 100644 scripts/lib/devtool/auto-upgrade-helper/svnrecipe.py
create mode 100755 scripts/lib/devtool/auto-upgrade-helper/upgradehelper.py
--
1.8.4.5
next reply other threads:[~2015-08-11 22:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 14:04 leonardo.sandoval.gonzalez [this message]
2015-08-11 14:04 ` [PATCH 1/1][RFC] devtool: Upgrade feature leonardo.sandoval.gonzalez
2015-08-13 10:06 ` Paul Eggleton
2015-08-13 17:45 ` Leonardo Sandoval
2015-08-18 12:51 ` Paul Eggleton
2015-08-18 17:04 ` Benjamin Esquivel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1439301278.git.leonardo.sandoval.gonzalez@linux.intel.com \
--to=leonardo.sandoval.gonzalez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox