From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [Consolidated Pull 00/28] Fixes from various corners with [1.2.1] fixes
Date: Thu, 24 May 2012 08:41:01 +0100 [thread overview]
Message-ID: <1337845261.8248.100.camel@ted> (raw)
In-Reply-To: <cover.1337834073.git.sgw@linux.intel.com>
On Wed, 2012-05-23 at 21:42 -0700, Saul Wold wrote:
> Richard,
>
> I have been building and running images from the following changes
> (not the mips64 or sh4 yet).
>
> A number of the changes below (from Robert, Nitin and Xiaofeng) are candiates
> for 1.2.1.
>
> The package_deb.bbclass change needs more review, I believe that Joshua also
> proposed a fix, but caused other breakage, this seems to resolve the problem,
> but I am not sure about it.
>
> Paul's change to add checksum does add some warnings, which I assume he or
> someone will fix shortly, they seem to be from older recipes.
>
> Thanks
> Sau!
>
> The following changes since commit e6333825c3482a559a0c0499e17f8f48d3042ddf:
>
> tune-mips64.inc: Add new tune file for mips64 big-endian (2012-05-20 20:24:37 -0700)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib sgw/fix
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
>
> Andreas Oberritter (6):
> ppp: avoid host contamination
> libnss-mdns: fix postinst scripts
> wpa-supplicant: fix packaging error since last commit
> netbase: merge init script updates from upstream
> distutils.bbclass: don't delete .pyo files
> python: bump PR of packages after update of distutils.bbclass
>
> Christopher Larson (3):
> tcmode-external-csl: preferred external-csl-toolchain's gdbserver
> Rename 'external-csl' to 'external-sourcery'
> external-sourcery-toolchain: ignore GNU_HASH issues with its packages
>
> Enrico Scholz (1):
> libtool: fixed parallel build related race
>
> Joshua Lock (7):
> Revert "sanity.bbclass: check user can read and write to SSTATE_DIR"
> sanity.bbclass: copy the data store and finalise before running
> checks
> sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp)
> sanity.bbclass: add newline to check_create_long_filename failure
> message
> sanity.bbclass: add extra information when SSTATE_CACHE unusable
> sanity.bbclass: catch an extra exception in
> check_create_long_filename
> sanity.bbclass: check sanity at BuildStarted rather than ConfigParsed
>
> Khem Raj (5):
> qemumips64.conf: Add machine configuration for mips64(eb)
> qemush4.conf: Add machine configuration for qemush4
I've already replied to these, they're holding for now until the kernel
and qemu pieces are sorted out and we have an idea of what we're going
to test in OE-Core.
> gcc-4.7: Add knowledge about arm hf dynamic loader
> eglibc: Add ARM hf dynamic linker support
> gcc: Grok for callconvention-hard to enable hard float
>
> Marko Lindqvist (1):
> package_deb.bbclass: don't handle advanced dependency marker as
> version number
This change still makes me nervous, I think we need to find something
better. I need to reply with an idea I have on this one...
> Nitin A Kamble (1):
> eglibc: package mtrace separately
>
> Paul Eggleton (1):
> classes/base: add checksum file list at parse time
>
> Robert Yang (2):
> package_rpm.bbclass: Fix incremental rpm image generation
> rpm 5.4.0: respect to the arch when choose the alternatives
>
> Xiaofeng Yan (1):
> ncurses: Avoid occasional builling failure when having parallel
> processable task
Other than the ones I've commented on above, I've merged these. I did so
reluctantly in some cases as I think we're just working around issues
rather than fixing them properly but I'm out of bandwidth to dive into
them and help improve the fixes :(
Cheers,
Richard
prev parent reply other threads:[~2012-05-24 7:51 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-24 4:42 [Consolidated Pull 00/28] Fixes from various corners with [1.2.1] fixes Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 01/28] qemumips64.conf: Add machine configuration for mips64(eb) Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 02/28] qemush4.conf: Add machine configuration for qemush4 Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 03/28] gcc-4.7: Add knowledge about arm hf dynamic loader Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 04/28] eglibc: Add ARM hf dynamic linker support Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 05/28] gcc: Grok for callconvention-hard to enable hard float Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 06/28] tcmode-external-csl: preferred external-csl-toolchain's gdbserver Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 07/28] Rename 'external-csl' to 'external-sourcery' Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 08/28] external-sourcery-toolchain: ignore GNU_HASH issues with its packages Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 09/28] classes/base: add checksum file list at parse time Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 10/28] package_deb.bbclass: don't handle advanced dependency marker as version number Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 11/28] package_rpm.bbclass: Fix incremental rpm image generation Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 12/28] rpm 5.4.0: respect to the arch when choose the alternatives Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 13/28] eglibc: package mtrace separately Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 14/28] ncurses: Avoid occasional builling failure when having parallel processable task Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 15/28] libtool: fixed parallel build related race Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 16/28] ppp: avoid host contamination Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 17/28] libnss-mdns: fix postinst scripts Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 18/28] wpa-supplicant: fix packaging error since last commit Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 19/28] netbase: merge init script updates from upstream Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 20/28] distutils.bbclass: don't delete .pyo files Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 21/28] python: bump PR of packages after update of distutils.bbclass Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 22/28] Revert "sanity.bbclass: check user can read and write to SSTATE_DIR" Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 23/28] sanity.bbclass: copy the data store and finalise before running checks Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 24/28] sanity.bbclass: data.getVar(VAR, obj, exp) -> obj.getVar(VAR, exp) Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 25/28] sanity.bbclass: add newline to check_create_long_filename failure message Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 26/28] sanity.bbclass: add extra information when SSTATE_CACHE unusable Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 27/28] sanity.bbclass: catch an extra exception in check_create_long_filename Saul Wold
2012-05-24 4:42 ` [Consolidated Pull 28/28] sanity.bbclass: check sanity at BuildStarted rather than ConfigParsed Saul Wold
2012-05-24 7:41 ` 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=1337845261.8248.100.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox