diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2018-09-18 10:42:20 +0800 |
|---|---|---|
| committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-09-18 11:11:12 +0800 |
| commit | 13fcb2ff56c943d6cc71c702ca1b6a5244cd4397 (patch) | |
| tree | e39d618177c7a9617bdff2a27df04e2519340cca | |
| parent | f998cc01a868c2d7422679a33ad91284b84f8a1b (diff) | |
| download | meta-secure-core-13fcb2ff56c943d6cc71c702ca1b6a5244cd4397.tar.gz | |
kernel-initramfs: rename INITRAMFS_BASE_NAME to INITRAMFS_NAME
The *_BASE_NAME was renamed to *_NAME in oe-core commit
f952c8e08b4798aa0f8bf764cfd70bda0eae9b8b. So we also need to do the same
thing here.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
| -rw-r--r-- | meta/recipes-core/images/kernel-initramfs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/kernel-initramfs.bb b/meta/recipes-core/images/kernel-initramfs.bb index fd23e74..dffd614 100644 --- a/meta/recipes-core/images/kernel-initramfs.bb +++ b/meta/recipes-core/images/kernel-initramfs.bb | |||
| @@ -15,8 +15,8 @@ B = "${WORKDIR}/${BPN}-${PV}" | |||
| 15 | 15 | ||
| 16 | inherit linux-kernel-base kernel-arch | 16 | inherit linux-kernel-base kernel-arch |
| 17 | 17 | ||
| 18 | INITRAMFS_BASE_NAME = "${KERNEL_IMAGETYPE}-initramfs-${PV}-${PR}-${MACHINE}-${DATETIME}" | 18 | INITRAMFS_NAME = "${KERNEL_IMAGETYPE}-initramfs-${PV}-${PR}-${MACHINE}-${DATETIME}" |
| 19 | INITRAMFS_BASE_NAME[vardepsexclude] = "DATETIME" | 19 | INITRAMFS_NAME[vardepsexclude] = "DATETIME" |
| 20 | INITRAMFS_EXT_NAME = "-${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}" | 20 | INITRAMFS_EXT_NAME = "-${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}" |
| 21 | 21 | ||
| 22 | BUNDLE = "${@'1' if d.getVar('INITRAMFS_IMAGE', True) and \ | 22 | BUNDLE = "${@'1' if d.getVar('INITRAMFS_IMAGE', True) and \ |
