From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Alex DAMIAN <alexandru.damian@intel.com>
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: [1.26 1/1] setup.py update for 1.26 release
Date: Mon, 20 Apr 2015 23:03:16 +0100 [thread overview]
Message-ID: <1429567396.26983.52.camel@linuxfoundation.org> (raw)
In-Reply-To: <1429533121-32709-1-git-send-email-alexandru.damian@intel.com>
On Mon, 2015-04-20 at 13:32 +0100, Alex DAMIAN wrote:
> From: Alexandru DAMIAN <alexandru.damian@intel.com>
>
> This patch updates setup.py and MANIFEST.in so it correctly
> packages bitbake in standard python package format.
>
> Use "python manage.py sdist" to generate installation package.
>
> Minor updates to toaster scripts so they work correctly
> from a package installation.
>
> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
> ---
> MANIFEST.in | 207 ++++++++++++++++++++++++++++++++++--
> bin/toaster | 31 ++++--
> lib/toaster/toastermain/settings.py | 4 -
> lib/toaster/toastermain/urls.py | 3 -
> setup.py | 16 +--
> 5 files changed, 232 insertions(+), 29 deletions(-)
We've been nervous about encouraging distros to ship packaged versions
of bitbake for some time. Things usually work better with the version
for the metadata you're using, not some random distro provided version.
We have been bitten by this a lot in the past. That said, we do have the
setup.py file and people do use it :/.
My other concern is the dependencies and the structure of this
packaging. I don't think bundling bitbake and toaster together is the
best move, I'd be much happier to see them packaged separately since
bitbake can happily be used without django, gobject and its other
dependencies.
I also noticed that ply and progressbar were dropped as requirements.
Whilst we ship copies of these with bitbake for simplicity, it was
previously a conscious decision not to package them and rely on the
upstream packaged version of them for the packaged version of bitbake.
Cheers,
Richard
prev parent reply other threads:[~2015-04-20 22:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-20 12:32 [1.26 1/1] setup.py update for 1.26 release Alex DAMIAN
2015-04-20 22:03 ` Richard Purdie [this message]
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=1429567396.26983.52.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=alexandru.damian@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.