Openembedded Core Discussions
 help / color / mirror / Atom feed
From: He Zhe <zhe.he@windriver.com>
To: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v3 0/2] Yocto Bug #6945
Date: Tue, 5 Apr 2016 16:49:44 +0800	[thread overview]
Message-ID: <57037C28.8010009@windriver.com> (raw)
In-Reply-To: <CADkTA4NS0JDQ98AK5XSsVk1+jdPa3jAo=GUnBJsCXWaT1aq5FQ@mail.gmail.com>



On 03/23/2016 02:29 AM, Bruce Ashfield wrote:
>
>
> On Mon, Mar 21, 2016 at 11:37 PM, Bruce Ashfield <bruce.ashfield@gmail.com <mailto:bruce.ashfield@gmail.com>>wrote:
>
>
>
>     On Mon, Mar 21, 2016 at 10:31 PM, He Zhe <zhe.he@windriver.com <mailto:zhe.he@windriver.com>>wrote:
>
>         Ping.
>
>
>     This slipped through my filters. Sorry about that.
>
>     We are too late for the 2.1 release at this point, but I'll review the changes again in the
>     morning and send any comments that I may have.
>
>
> I reviewed this version, and it looks fine to me.
>

Thank you Bruce. And which version do we expect this to be merged into? 2.1.1 or 2.2 M1?

Zhe

> Bruce
>  
>
>
>     Cheers,
>
>     Bruce
>      
>
>         Thanks,
>         Zhe
>
>         On 03/11/2016 11:32 AM, He Zhe wrote:
>         > Any more comments?
>         >
>         > Thanks,
>         > Zhe
>         >
>         > On 02/24/2016 08:20 PM, zhe.he@windriver.com <mailto:zhe.he@windriver.com>wrote:
>         >> From: He Zhe <zhe.he@windriver.com <mailto:zhe.he@windriver.com>>
>         >>
>         >> v1 to v2:
>         >>  - Change KERNEL_OUTPUT to KERNEL_OUTPUT_DIR and update comments
>         >>  - Update related doc files
>         >>  - Replace all KERNEL_ALT_IMAGETYPEs with KERNEL_IMAGETYPES
>         >>  - Link built vmlinuz to boot directory for reference
>         >>
>         >> v2 to v3:
>         >>  - Merge existing KERNEL_ALT_IMAGETYPE into KERNEL_IMAGETYPES in order that users can still use the old variables.
>         >>  - Run oe_rummake in a loop for every types so that we can add different configurations to them easily in the future.
>         >>  - Warn, intead of die, users if one of the types are over the size limit.
>         >>  - Remove the replacement of KERNEL_ALT_IMAGETYPE in v2.
>         >>  - Remove the doc parts. They will be submitted yocto-docs later.
>         >>  - Change some grep usage to make it more clear.
>         >>  - Correct a typo.
>         >>
>         >> The following changes since commit 23056103c949b498c23b47579e8dd57ce78e6ed9:
>         >>
>         >>   uclibc: Do not use immediate expansion operator (2016-02-22 20:42:48 +0000)
>         >>
>         >> are available in the git repository at:
>         >>
>         >>   git://git.yoctoproject.org/poky-contrib <http://git.yoctoproject.org/poky-contrib>zhe/yocto-bug-6945
>         >>   http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=zhe/yocto-bug-6945
>         >>
>         >> for you to fetch changes up to dc52a1efbb8248ea274a1cd0cca5734290b3025f:
>         >>
>         >>   kernel: Make symbol link to vmlinuz in boot directory (2016-02-24 07:08:16 -0500)
>         >>
>         >> ----------------------------------------------------------------
>         >> He Zhe (2):
>         >>       kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time
>         >>       kernel: Make symbol link to vmlinuz in boot directory
>         >>
>         >>  meta/classes/kernel-fitimage.bbclass      |  20 ++++++++-------
>         >>  meta/classes/kernel-grub.bbclass          |  44 +++++++++++++++++++++-----------
>         >>  meta/classes/kernel-uimage.bbclass        |  22 ++++++++--------
>         >>  meta/classes/kernel.bbclass               | 187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------
>         >>  meta/conf/documentation.conf              |   3 ++-
>         >>  meta/recipes-kernel/linux/linux-dtb.inc   |  49 ++++++++++++++++++++++--------------
>         >>  meta/recipes-kernel/linux/linux-yocto.inc |   2 +-
>         >>  7 files changed, 218 insertions(+), 109 deletions(-)
>         >>
>         >> He Zhe (2):
>         >>   kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time
>         >>   kernel: Make symbol link to vmlinuz in boot directory
>         >>
>         >>  meta/classes/kernel-fitimage.bbclass      |  20 ++--
>         >>  meta/classes/kernel-grub.bbclass          |  44 ++++---
>         >>  meta/classes/kernel-uimage.bbclass        |  22 ++--
>         >>  meta/classes/kernel.bbclass               | 187 +++++++++++++++++++++---------
>         >>  meta/conf/documentation.conf              |   3 +-
>         >>  meta/recipes-kernel/linux/linux-dtb.inc   |  49 +++++---
>         >>  meta/recipes-kernel/linux/linux-yocto.inc |   2 +-
>         >>  7 files changed, 218 insertions(+), 109 deletions(-)
>         >>
>
>         --
>         _______________________________________________
>         Openembedded-core mailing list
>         Openembedded-core@lists.openembedded.org <mailto:Openembedded-core@lists.openembedded.org>
>         http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
>
>
>     -- 
>     "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"
>
>
>
>
> -- 
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end"



  reply	other threads:[~2016-04-05  8:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-24 12:20 [PATCH v3 0/2] Yocto Bug #6945 zhe.he
2016-02-24 12:20 ` [PATCH v3 1/2] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time zhe.he
2016-02-24 12:20 ` [PATCH v3 2/2] kernel: Make symbol link to vmlinuz in boot directory zhe.he
2016-03-11  3:32 ` [PATCH v3 0/2] Yocto Bug #6945 He Zhe
2016-03-22  2:31   ` He Zhe
2016-03-22  3:37     ` Bruce Ashfield
2016-03-22 18:29       ` Bruce Ashfield
2016-04-05  8:49         ` He Zhe [this message]
2016-04-05 14:43           ` Bruce Ashfield

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=57037C28.8010009@windriver.com \
    --to=zhe.he@windriver.com \
    --cc=bruce.ashfield@gmail.com \
    --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