* [CONSOLIDATED REQUEST 00/13] Misc Fixes (cover only)
@ 2012-09-11 16:14 Saul Wold
2012-09-11 16:19 ` Saul Wold
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2012-09-11 16:14 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 48169c6bc44c546cecaa06207b6c36da558b81f7:
classes/packageinfo: use better method to check if package exists (2012-09-10 21:52:37 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
Bruce Ashfield (1):
linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates
Khem Raj (2):
gcc-4.7: Fix build for armv4/EABI and ppc/Os
gcc-4.7: Backport libgcc fixes to appease the new build sequence
Mark Asselstine (1):
base-files: provide a mechanism to skip creation of the hostname file
Mark Hatle (3):
image.bbclass: Enable the complementary install to be called w/
globbing params
package_rpm.bbclass: Avoid unnecessary installs in complementary pass
qt4: Update qt4.inc to remove staticdev deps in -dbg packages
Matthew McClintock (1):
sysvinit-inittab_2.88dsf.bb: only run serial checks at boot if we
have items to check
Phil Blundell (3):
perl-native: PROVIDE libmodule-build-perl-native for consistency with
non-native perl
shadow: Fix various invalid assumptions about directory layout
shadow-native: Ensure that ${sbindir} and ${base_sbindir} are
respected
Ross Burton (2):
webkit-gtk: work around Make bug by re-running make
telepathy-idle: fix parallel build
meta/classes/image.bbclass | 4 +-
meta/classes/package_rpm.bbclass | 9 ++-
.../build-fix-for-make-j-safety.patch | 39 ++++++++
.../fix-svc-gtk-doc.h-target.patch | 24 +-----
.../telepathy/telepathy-idle_0.1.12.bb | 5 +-
meta/recipes-core/base-files/base-files_3.0.14.bb | 14 ++--
.../sysvinit/sysvinit-inittab_2.88dsf.bb | 6 +-
meta/recipes-devtools/gcc/gcc-4.7.inc | 6 +-
...-vis_hide-gen-hide-list-Do-not-make-defin.patch | 93 ++++++++++++++++++++
...USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch | 49 ++++++++++
.../gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch | 31 +++++++
.../gcc/gcc-4.7/ppc_no_crtsavres.patch | 72 +++++++++++++++
meta/recipes-devtools/perl/perl-native_5.14.2.bb | 3 +
.../shadow/shadow-native_4.1.4.3.bb | 11 ++-
meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 17 +++-
meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 +-
meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 ++--
meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
meta/recipes-qt/qt4/qt4.inc | 2 +-
meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb | 22 +++++
21 files changed, 380 insertions(+), 55 deletions(-)
create mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle-0.1.12/build-fix-for-make-j-safety.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch
create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/ppc_no_crtsavres.patch
--
1.7.7.6
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [CONSOLIDATED REQUEST 00/13] Misc Fixes (cover only)
2012-09-11 16:14 [CONSOLIDATED REQUEST 00/13] Misc Fixes (cover only) Saul Wold
@ 2012-09-11 16:19 ` Saul Wold
2012-09-11 18:58 ` McClintock Matthew-B29882
0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2012-09-11 16:19 UTC (permalink / raw)
To: Saul Wold, Richard Purdie; +Cc: openembedded-core
On 09/11/2012 09:14 AM, Saul Wold wrote:
>
> The following changes since commit 48169c6bc44c546cecaa06207b6c36da558b81f7:
>
> classes/packageinfo: use better method to check if package exists (2012-09-10 21:52:37 +0100)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-core-contrib sgw/stage
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
>
> Bruce Ashfield (1):
> linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates
>
> Khem Raj (2):
> gcc-4.7: Fix build for armv4/EABI and ppc/Os
> gcc-4.7: Backport libgcc fixes to appease the new build sequence
>
> Mark Asselstine (1):
> base-files: provide a mechanism to skip creation of the hostname file
>
> Mark Hatle (3):
> image.bbclass: Enable the complementary install to be called w/
> globbing params
> package_rpm.bbclass: Avoid unnecessary installs in complementary pass
> qt4: Update qt4.inc to remove staticdev deps in -dbg packages
>
> Matthew McClintock (1):
> sysvinit-inittab_2.88dsf.bb: only run serial checks at boot if we
> have items to check
>
Scratch this one, I missed the v2 posted while I was heads down prepping
this!
Sau!
> Phil Blundell (3):
> perl-native: PROVIDE libmodule-build-perl-native for consistency with
> non-native perl
> shadow: Fix various invalid assumptions about directory layout
> shadow-native: Ensure that ${sbindir} and ${base_sbindir} are
> respected
>
> Ross Burton (2):
> webkit-gtk: work around Make bug by re-running make
> telepathy-idle: fix parallel build
>
> meta/classes/image.bbclass | 4 +-
> meta/classes/package_rpm.bbclass | 9 ++-
> .../build-fix-for-make-j-safety.patch | 39 ++++++++
> .../fix-svc-gtk-doc.h-target.patch | 24 +-----
> .../telepathy/telepathy-idle_0.1.12.bb | 5 +-
> meta/recipes-core/base-files/base-files_3.0.14.bb | 14 ++--
> .../sysvinit/sysvinit-inittab_2.88dsf.bb | 6 +-
> meta/recipes-devtools/gcc/gcc-4.7.inc | 6 +-
> ...-vis_hide-gen-hide-list-Do-not-make-defin.patch | 93 ++++++++++++++++++++
> ...USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch | 49 ++++++++++
> .../gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch | 31 +++++++
> .../gcc/gcc-4.7/ppc_no_crtsavres.patch | 72 +++++++++++++++
> meta/recipes-devtools/perl/perl-native_5.14.2.bb | 3 +
> .../shadow/shadow-native_4.1.4.3.bb | 11 ++-
> meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 17 +++-
> meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 +-
> meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 ++--
> meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
> meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
> meta/recipes-qt/qt4/qt4.inc | 2 +-
> meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb | 22 +++++
> 21 files changed, 380 insertions(+), 55 deletions(-)
> create mode 100644 meta/recipes-connectivity/telepathy/telepathy-idle-0.1.12/build-fix-for-make-j-safety.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch
> create mode 100644 meta/recipes-devtools/gcc/gcc-4.7/ppc_no_crtsavres.patch
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [CONSOLIDATED REQUEST 00/13] Misc Fixes (cover only)
2012-09-11 16:19 ` Saul Wold
@ 2012-09-11 18:58 ` McClintock Matthew-B29882
0 siblings, 0 replies; 3+ messages in thread
From: McClintock Matthew-B29882 @ 2012-09-11 18:58 UTC (permalink / raw)
To: Saul Wold; +Cc: openembedded-core@lists.openembedded.org
On Tue, Sep 11, 2012 at 11:19 AM, Saul Wold <sgw@linux.intel.com> wrote:
> On 09/11/2012 09:14 AM, Saul Wold wrote:
>>
>>
>> The following changes since commit
>> 48169c6bc44c546cecaa06207b6c36da558b81f7:
>>
>> classes/packageinfo: use better method to check if package exists
>> (2012-09-10 21:52:37 +0100)
>>
>> are available in the git repository at:
>> git://git.openembedded.org/openembedded-core-contrib sgw/stage
>>
>> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
>>
>> Bruce Ashfield (1):
>> linux-yocto/3.4: v3.4.10 and uprobes/kprobes configuration updates
>>
>> Khem Raj (2):
>> gcc-4.7: Fix build for armv4/EABI and ppc/Os
>> gcc-4.7: Backport libgcc fixes to appease the new build sequence
>>
>> Mark Asselstine (1):
>> base-files: provide a mechanism to skip creation of the hostname file
>>
>> Mark Hatle (3):
>> image.bbclass: Enable the complementary install to be called w/
>> globbing params
>> package_rpm.bbclass: Avoid unnecessary installs in complementary pass
>> qt4: Update qt4.inc to remove staticdev deps in -dbg packages
>>
>> Matthew McClintock (1):
>> sysvinit-inittab_2.88dsf.bb: only run serial checks at boot if we
>> have items to check
>>
> Scratch this one, I missed the v2 posted while I was heads down prepping
> this!
v3 now!
-M
>
> Sau!
>
>
>> Phil Blundell (3):
>> perl-native: PROVIDE libmodule-build-perl-native for consistency with
>> non-native perl
>> shadow: Fix various invalid assumptions about directory layout
>> shadow-native: Ensure that ${sbindir} and ${base_sbindir} are
>> respected
>>
>> Ross Burton (2):
>> webkit-gtk: work around Make bug by re-running make
>> telepathy-idle: fix parallel build
>>
>> meta/classes/image.bbclass | 4 +-
>> meta/classes/package_rpm.bbclass | 9 ++-
>> .../build-fix-for-make-j-safety.patch | 39 ++++++++
>> .../fix-svc-gtk-doc.h-target.patch | 24 +-----
>> .../telepathy/telepathy-idle_0.1.12.bb | 5 +-
>> meta/recipes-core/base-files/base-files_3.0.14.bb | 14 ++--
>> .../sysvinit/sysvinit-inittab_2.88dsf.bb | 6 +-
>> meta/recipes-devtools/gcc/gcc-4.7.inc | 6 +-
>> ...-vis_hide-gen-hide-list-Do-not-make-defin.patch | 93
>> ++++++++++++++++++++
>> ...USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch | 49 ++++++++++
>> .../gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch | 31 +++++++
>> .../gcc/gcc-4.7/ppc_no_crtsavres.patch | 72
>> +++++++++++++++
>> meta/recipes-devtools/perl/perl-native_5.14.2.bb | 3 +
>> .../shadow/shadow-native_4.1.4.3.bb | 11 ++-
>> meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 17 +++-
>> meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 8 +-
>> meta/recipes-kernel/linux/linux-yocto_3.4.bb | 16 ++--
>> meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
>> meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +-
>> meta/recipes-qt/qt4/qt4.inc | 2 +-
>> meta/recipes-sato/webkit/webkit-gtk_1.8.2.bb | 22 +++++
>> 21 files changed, 380 insertions(+), 55 deletions(-)
>> create mode 100644
>> meta/recipes-connectivity/telepathy/telepathy-idle-0.1.12/build-fix-for-make-j-safety.patch
>> create mode 100644
>> meta/recipes-devtools/gcc/gcc-4.7/0001-Makefile.in-vis_hide-gen-hide-list-Do-not-make-defin.patch
>> create mode 100644
>> meta/recipes-devtools/gcc/gcc-4.7/0001-crtstuff.c-USE_PT_GNU_EH_FRAME-Define-for-systems-us.patch
>> create mode 100644
>> meta/recipes-devtools/gcc/gcc-4.7/gcc-armv4-pass-fix-v4bx-to-ld.patch
>> create mode 100644
>> meta/recipes-devtools/gcc/gcc-4.7/ppc_no_crtsavres.patch
>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-11 19:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 16:14 [CONSOLIDATED REQUEST 00/13] Misc Fixes (cover only) Saul Wold
2012-09-11 16:19 ` Saul Wold
2012-09-11 18:58 ` McClintock Matthew-B29882
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox