]> code.ossystems Code Review - openembedded-core.git/commit
kernel.bbclass: use the consistent naming schema for initramfs
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 9 Jul 2018 15:04:59 +0000 (15:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jul 2018 10:10:14 +0000 (11:10 +0100)
commit935b9d5a2bd12effad65f69a631ecff96b8bb553
tree8fe0f8cb1a533a14052c08ecbd6919d2c452ed22
parent1860d9d3c62e2e94cd68a809385873ffd8270b6d
kernel.bbclass: use the consistent naming schema for initramfs

* use INITRAMFS_BASE_NAME and INITRAMFS_SYMLINK_NAME variables, like
  other kernel artifacts are using
* use "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" instead of
  "${PV}-${PR}-${MACHINE}-${DATETIME}" to be consistent with other files
* allow to modify default symlink name with INITRAMFS_SYMLINK_NAME
  instead of currently used:
  initramfs_symlink_name=${type}-initramfs-${MACHINE}

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass