All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix some issues of kernel/image recipes
@ 2017-03-21  0:54 liu.ming50
  2017-03-21  0:54 ` [PATCH 1/5] kernel.bbclass: fix some incorrect inter-task dependencies liu.ming50
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: liu.ming50 @ 2017-03-21  0:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Peter Liu

From: Peter Liu <peter.x.liu@external.atlascopco.com>

The changes include:
kernel.bbclass: fix some incorrect inter-task dependencies
kernel.bbclass: introduce INITRAMFS_IMAGE_NAME
kernel.bbclass: handle kernel-vmlinux in KERNEL_IMAGETYPES
image.bbclass: remove initramfs bundle related code
kernel-initramfs: add recipe

Ming Liu (5):
  kernel.bbclass: fix some incorrect inter-task dependencies
  kernel.bbclass: introduce INITRAMFS_IMAGE_NAME
  kernel.bbclass: handle kernel-vmlinux in KERNEL_IMAGETYPES
  image.bbclass: remove initramfs bundle related code
  kernel-initramfs: add recipe

 meta/classes/image.bbclass                    |  13 ----
 meta/classes/kernel-fitimage.bbclass          |  10 +--
 meta/classes/kernel.bbclass                   |  73 +++++++++----------
 meta/recipes-kernel/linux/kernel-initramfs.bb | 100 ++++++++++++++++++++++++++
 meta/recipes-kernel/linux/linux-yocto.inc     |   1 -
 5 files changed, 139 insertions(+), 58 deletions(-)
 create mode 100644 meta/recipes-kernel/linux/kernel-initramfs.bb

-- 
2.7.4



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

end of thread, other threads:[~2017-03-21 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21  0:54 [PATCH 0/5] Fix some issues of kernel/image recipes liu.ming50
2017-03-21  0:54 ` [PATCH 1/5] kernel.bbclass: fix some incorrect inter-task dependencies liu.ming50
2017-03-21  0:55 ` [PATCH 2/5] kernel.bbclass: introduce INITRAMFS_IMAGE_NAME liu.ming50
2017-03-21  0:55 ` [PATCH 3/5] kernel.bbclass: handle kernel-vmlinux in KERNEL_IMAGETYPES liu.ming50
2017-03-21  0:55 ` [PATCH 4/5] image.bbclass: remove initramfs bundle related code liu.ming50
2017-03-21  0:55 ` [PATCH 5/5] kernel-initramfs: add recipe liu.ming50
2017-03-21  1:00 ` [PATCH 0/5] Fix some issues of kernel/image recipes Denys Dmytriyenko
     [not found]   ` <VI1PR0301MB1919C266E20E5F0BFE546554E33D0@VI1PR0301MB1919.eurprd03.prod.outlook.com>
2017-03-21 14:05     ` Ming Liu

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.