[OE-core] [PATCH V6 0/2] Fix some issues of kernel/image recipes (initramfs bundled kernel packaging)

liu.ming50 at gmail.com liu.ming50 at gmail.com
Sat Apr 8 16:43:43 UTC 2017


From: Ming Liu <liu.ming50 at gmail.com>

Changes in patch set V6:
1 Change "d.getVar('KERNEL_PRIORITY')" > "d.getVar('KERNEL_PRIORITY', False)"
  to avoid running into a "basehash value changed" error, which is caused by
  KERNEL_VERSION is extracted from kernel headers at run time.

Ming Liu (2):
  image.bbclass: remove initramfs bundle related code
  kernel-initramfs: add recipe

 meta/classes/image.bbclass                    | 13 ----
 meta/recipes-kernel/linux/kernel-initramfs.bb | 95 +++++++++++++++++++++++++++
 2 files changed, 95 insertions(+), 13 deletions(-)
 create mode 100644 meta/recipes-kernel/linux/kernel-initramfs.bb

-- 
2.7.4




More information about the Openembedded-core mailing list