All of lore.kernel.org
 help / color / mirror / Atom feed
From: akuster808 <akuster808@gmail.com>
To: Tom Zanussi <tom.zanussi@linux.intel.com>
Cc: Javier Viguera <javier.viguera@digi.com>,
	Andrei Gherzan <andrei.gherzan@windriver.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 00/11] Dizzy next #2
Date: Wed, 26 Nov 2014 14:28:11 -0800	[thread overview]
Message-ID: <547653FB.7030904@gmail.com> (raw)
In-Reply-To: <1417021302.11024.5.camel@picadillo>



On 11/26/2014 09:01 AM, Tom Zanussi wrote:
> Hi,
>
> Looks fine to me, but it's still missing this (or were you planning on
> adding it to your next round?):

yeah.

thanks for the reminder.

- Armin
>
>    commit 4c222d3a67bae265ff42b448ef4a643b0131e578
>    Author: He Zhe <zhe.he@windriver.com>
>    Date:   Tue Oct 21 17:47:44 2014 +0800
>
>        kernel.bbclass: Create modules directory even if there is no modules
> install
>
> Which fixes a problem introduced by:
>
>    commit 3224472c68865714716305dfbc8efaa59f73958e
>    Author: Nitin A Kamble <nitin.a.kamble@intel.com>
>    Date:   Tue Sep 30 14:40:05 2014 -0700
>
>        kernel.bbclass: enable a link for external module building
>
> Which I'm now also seeing cause problems with the kernel labs.
>
> Thanks,
>
> Tom
>
> On Wed, 2014-11-26 at 08:22 -0800, Armin Kuster wrote:
>> Please consider these changes for the next Dizzy.
>>
>> The following changes since commit 85b8abe50482deaa1af62f265e82f53a54bbcd77:
>>
>>    nss: define MP_USE_UINT_DIGIT when compile mpi_x86.s (2014-11-24 16:38:18 -0800)
>>
>> are available in the git repository at:
>>
>>    git://git.yoctoproject.org/poky-contrib akuster/dizzy-next
>>    http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/dizzy-next
>>
>> Andrei Gherzan (1):
>>    xkeyboard-config: Inherit gettext
>>
>> Aníbal Limón (1):
>>    package_manager: DpkgPM fix populate_sdk
>>
>> Javier Viguera (1):
>>    shadow-securetty: add ttyAM[0-3] serial ports
>>
>> Robert Yang (1):
>>    qemu: disable the build for mips
>>
>> Saul Wold (1):
>>    babeltrace: Backport fix for unaligned integer
>>
>> Tom Zanussi (5):
>>    wic: Don't allow mkfs to fail silently in partition command
>>    wic: Update the help text to include -D (--debug)
>>    Revert "wic: set bootimg_dir when using image-name artifacts"
>>    wic: Remove special-case bootimg_dir
>>    wic: Update bootimg-partition to use bootimg_dir
>>
>> Wenzong Fan (1):
>>    python: Fix CVE-2014-7185
>>
>>   meta/lib/oe/package_manager.py                     |   2 +-
>>   .../python/python/python-2.7.3-CVE-2014-7185.patch |  75 ++++++
>>   meta/recipes-devtools/python/python_2.7.3.bb       |   1 +
>>   meta/recipes-devtools/qemu/qemu_2.1.0.bb           |   1 +
>>   meta/recipes-devtools/qemu/qemu_git.bb             |   1 +
>>   meta/recipes-extended/shadow/files/securetty       |   4 +
>>   .../xorg-lib/xkeyboard-config_2.12.bb              |   2 +-
>>   ...n-t-perform-unaligned-integer-read-writes.patch | 252 +++++++++++++++++++++
>>   meta/recipes-kernel/lttng/babeltrace_1.2.1.bb      |   1 +
>>   scripts/lib/image/engine.py                        |  42 +---
>>   scripts/lib/image/help.py                          |  23 +-
>>   scripts/lib/wic/imager/direct.py                   |   5 +-
>>   .../lib/wic/kickstart/custom_commands/partition.py |  22 +-
>>   scripts/lib/wic/plugins/imager/direct_plugin.py    |  20 +-
>>   scripts/lib/wic/plugins/source/bootimg-efi.py      |   5 +-
>>   .../lib/wic/plugins/source/bootimg-partition.py    |   9 +-
>>   scripts/lib/wic/plugins/source/bootimg-pcbios.py   |   3 +-
>>   scripts/wic                                        |  13 +-
>>   18 files changed, 402 insertions(+), 79 deletions(-)
>>   create mode 100644 meta/recipes-devtools/python/python/python-2.7.3-CVE-2014-7185.patch
>>   create mode 100644 meta/recipes-kernel/lttng/babeltrace/0001-Fix-don-t-perform-unaligned-integer-read-writes.patch
>>
>> --
>> 1.9.1
>>
>
>


      reply	other threads:[~2014-11-26 22:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-26 16:22 [PATCH 00/11] Dizzy next #2 Armin Kuster
2014-11-26 16:22 ` [PATCH 01/11] wic: Don't allow mkfs to fail silently in partition command Armin Kuster
2014-11-26 16:22 ` [PATCH 02/11] wic: Update the help text to include -D (--debug) Armin Kuster
2014-11-26 16:22 ` [PATCH 03/11] Revert "wic: set bootimg_dir when using image-name artifacts" Armin Kuster
2014-11-26 16:22 ` [PATCH 04/11] wic: Remove special-case bootimg_dir Armin Kuster
2014-11-26 16:22 ` [PATCH 05/11] wic: Update bootimg-partition to use bootimg_dir Armin Kuster
2014-11-26 16:22 ` [PATCH 06/11] babeltrace: Backport fix for unaligned integer Armin Kuster
2014-11-26 16:22 ` [PATCH 07/11] shadow-securetty: add ttyAM[0-3] serial ports Armin Kuster
2014-11-26 16:22 ` [PATCH 08/11] python: Fix CVE-2014-7185 Armin Kuster
2014-11-26 16:22 ` [PATCH 09/11] package_manager: DpkgPM fix populate_sdk Armin Kuster
2014-11-26 16:22 ` [PATCH 10/11] xkeyboard-config: Inherit gettext Armin Kuster
2014-11-26 16:22 ` [PATCH 11/11] qemu: disable the build for mips Armin Kuster
2014-11-26 17:01 ` [PATCH 00/11] Dizzy next #2 Tom Zanussi
2014-11-26 22:28   ` akuster808 [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=547653FB.7030904@gmail.com \
    --to=akuster808@gmail.com \
    --cc=andrei.gherzan@windriver.com \
    --cc=javier.viguera@digi.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=tom.zanussi@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 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.