diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2014-04-01 00:03:10 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-04-06 13:31:33 +0100 |
commit | f24daddfa090335c7887e41b3ab2ba91cef24af8 (patch) | |
tree | 9357b3f621b7499d1573e92a36768a22183edda4 /meta-initramfs | |
parent | 4b2a4dac0f19f1ba8a33b35b05be0808eca91b08 (diff) | |
download | meta-openembedded-contrib-f24daddfa090335c7887e41b3ab2ba91cef24af8.tar.gz |
linux-yocto-tiny-kexecboot: remove ${PR} remnant
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb index 20a9791a264..8c7f7177e92 100644 --- a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb +++ b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.10.bb @@ -4,7 +4,7 @@ SUMMARY = "Yocto tiny kernel embedding a minimalistic kexecboot initramfs" PACKAGES = "" PROVIDES = "" -KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${PR}-${MACHINE}" +KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${MACHINE}" KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}" INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image" |