diff options
Diffstat (limited to 'meta-initramfs')
| -rw-r--r-- | meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.4.bb b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.4.bb new file mode 100644 index 0000000000..47215b5087 --- /dev/null +++ b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | require recipes-kernel/linux/linux-yocto-tiny_3.4.bb | ||
| 2 | |||
| 3 | PACKAGES = "" | ||
| 4 | PROVIDES = "" | ||
| 5 | |||
| 6 | KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${PR}-${MACHINE}" | ||
| 7 | KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}" | ||
| 8 | |||
| 9 | INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image" | ||
| 10 | |||
| 11 | do_populate_sysroot() { | ||
| 12 | : | ||
| 13 | } | ||
| 14 | |||
| 15 | do_install() { | ||
| 16 | : | ||
| 17 | } | ||
