All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Yocto Bug #6945
@ 2015-07-21  7:23 zhe.he
  2015-07-21  7:23 ` [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list zhe.he
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: zhe.he @ 2015-07-21  7:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: bruce.ashfield

From: He Zhe <zhe.he@windriver.com>

 - To support building packaging and installing multi types of kernel
   images, such as zImage uImage, at one time define KERNEL_IMAGETYPE
   as a list.
 - Modify wherever reference KERNEL_IMAGETYPE accordingly.
 - Pass mkimage in sysroot to kernel makefile by NATIVE_MKIMAGE to avoid
   depending on build machine's, when KEEPUIMAGE is "yes".
 - v2: update with the latest oe-core

He Zhe (2):
  kernel: Define KERNEL_IMAGETYPE as a list
  kernel: Pass sysroot mkimage to kernel makefile

 meta/classes/image_types.bbclass         |   6 +-
 meta/classes/kernel-fitimage.bbclass     |  22 +++---
 meta/classes/kernel-grub.bbclass         |  47 ++++++++----
 meta/classes/kernel-uimage.bbclass       |  31 +++++---
 meta/classes/kernel.bbclass              | 127 ++++++++++++++++++++++---------
 meta/conf/documentation.conf             |   2 +-
 meta/lib/oeqa/controllers/masterimage.py |   2 +-
 meta/lib/oeqa/targetcontrol.py           |   2 +-
 meta/recipes-kernel/linux/linux-dtb.inc  |  15 ++--
 scripts/test-remote-image                |   2 +-
 10 files changed, 175 insertions(+), 81 deletions(-)

-- 
2.1.0



^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH v2 0/2] Yocto Bug #6945
@ 2016-02-19  9:56 zhe.he
  0 siblings, 0 replies; 17+ messages in thread
From: zhe.he @ 2016-02-19  9:56 UTC (permalink / raw)
  To: openembedded-core

From: He Zhe <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

The following changes since commit ed20c6ca446a8788615e497bd4452195537deab5:

  epiphany: Add libxml2-native to DEPENDS (2016-02-19 01:01:26 +0000)

are available in the git repository at:

  git://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 5ddb8ef58e1cd3c4b95de6439894510641f2e70a:

  kernel: Make symbol link to vmlinuz in boot directory (2016-02-19 04:23:28 -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

 documentation/ref-manual/ref-tasks.xml             |   8 +-
 documentation/ref-manual/ref-variables.xml         |  10 +-
 meta-yocto-bsp/conf/machine/edgerouter.conf        |   2 +-
 meta/classes/kernel-fitimage.bbclass               |  20 ++-
 meta/classes/kernel-grub.bbclass                   |  44 +++--
 meta/classes/kernel-uimage.bbclass                 |  22 +--
 meta/classes/kernel.bbclass                        | 184 ++++++++++++++-------
 meta/conf/documentation.conf                       |   3 +-
 meta/conf/machine/qemumips.conf                    |   2 +-
 meta/conf/machine/qemumips64.conf                  |   2 +-
 meta/recipes-kernel/linux/linux-dtb.inc            |  49 +++---
 meta/recipes-kernel/linux/linux-yocto.inc          |   2 +-
 .../target/arch/mips/conf/machine/machine.conf     |   2 +-
 .../target/arch/mips64/conf/machine/machine.conf   |   2 +-
 .../target/arch/qemu/conf/machine/machine.conf     |   2 +-
 15 files changed, 228 insertions(+), 126 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-02-19  9:57 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21  7:23 [PATCH v2 0/2] Yocto Bug #6945 zhe.he
2015-07-21  7:23 ` [PATCH v2 1/2] kernel: Define KERNEL_IMAGETYPE as a list zhe.he
2015-07-21 14:53   ` Christopher Larson
2015-07-22  2:29     ` He Zhe
2015-07-31 11:24       ` Richard Purdie
2015-07-31 11:45         ` He Zhe
2015-07-31 14:39           ` Richard Purdie
2015-07-21  7:23 ` [PATCH v2 2/2] kernel: Pass sysroot mkimage to kernel makefile zhe.he
2015-07-23 15:55   ` Richard Purdie
2015-07-24 10:16     ` He Zhe
2015-07-23  7:48 ` [PATCH v2 0/2] Yocto Bug #6945 He Zhe
2015-07-27  2:51   ` He Zhe
2015-07-28  3:17     ` He Zhe
2015-07-29  7:32       ` He Zhe
2015-07-29 13:23         ` Bruce Ashfield
2015-07-31  8:40           ` He Zhe
  -- strict thread matches above, loose matches on Subject: below --
2016-02-19  9:56 zhe.he

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.