From: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
To: yocto@yoctoproject.org
Subject: Re: [PATCH] bitbake: fetch2: Revalidate checksums, YOCTO #5571
Date: Thu, 26 Feb 2015 16:17:23 -0600 [thread overview]
Message-ID: <54EF9B73.3050905@linux.intel.com> (raw)
In-Reply-To: <20150226144237.GP11425@ulm-bmuc496424.bmw-carit.de>
Hi Clemens,
On 23/02/15 08:22, Clemens Lang wrote:
This is the problem I see, I am not sure we want to import extra
libraries here, as you state the use of pickle might be ok since it
avoids the overhead of calculating the checksums each time, but I don't
know if it is actually worth it, since checksums are calculated fairly
quick anyway, this is my personal opinion, you may still submit it for
review.
>
> +try:
> + import cPickle as pickle
> +except ImportError:
> + import pickle
> + logger.info("Importing cPickle failed. "
> + "Falling back to a very slow implementation.")
> +
>
On 26/02/15 08:42, Clemens Lang wrote:
> Hi,
>
> On Mon, Feb 23, 2015 at 03:22:43PM +0100, Clemens Lang wrote:
>> [YOCTO #5571] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=5571
> Can somebody review this? Is there anything I need to do to get this
> considered for merging?
And perhaps the reason it hasn't been reviewed is that I believe this
patch should go to bitbake-devel@lists.openembedded.org instead.
I also had this WIP branch on contrib, its from a couple of months back
its "dirty" but in case you'd like to look around.
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=hsalejandro/5571&id=2f59e26e534dc6b6d4c5bb8d78c574042e0fe7a7
next prev parent reply other threads:[~2015-02-26 22:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-23 14:22 [PATCH] bitbake: fetch2: Revalidate checksums, YOCTO #5571 Clemens Lang
2015-02-26 14:42 ` Clemens Lang
2015-02-26 22:17 ` Alejandro Hernandez [this message]
2015-02-27 12:02 ` Clemens Lang
-- strict thread matches above, loose matches on Subject: below --
2015-02-27 12:00 Clemens Lang
2015-03-06 11:43 ` Clemens Lang
2015-03-06 12:22 ` Martin Jansa
2015-03-06 13:03 ` Clemens Lang
2015-03-06 13:29 ` Martin Jansa
2015-03-06 13:42 ` Richard Purdie
2015-03-06 14:27 ` Clemens Lang
2015-03-06 14:28 ` Clemens Lang
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=54EF9B73.3050905@linux.intel.com \
--to=alejandro.hernandez@linux.intel.com \
--cc=yocto@yoctoproject.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.