diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-09-15 18:15:15 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-18 23:43:06 +0100 |
commit | 1de5c36d8bcae20bcdd286c7c645d73c8ecfb6be (patch) | |
tree | 23d0add318ec4fb5d8453a089576c413736dfbaa /meta-initramfs/recipes-kernel | |
parent | 5e593fa0c754b7913a7bd88236ee7d949b21d897 (diff) | |
download | meta-openembedded-1de5c36d8bcae20bcdd286c7c645d73c8ecfb6be.tar.gz |
linux-yocto-tiny-kexecboot: repair after changes in kernel.bbclass
Add INITRAMFS_TASK to build the cpio on first run and exclude
the packaging tasks to avoid the expected errors about modules_split
and packaging. The recipe doesn't create any package.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-kernel')
-rw-r--r-- | meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8.bb b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8.bb index 78858a320..686cc3d9e 100644 --- a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8.bb +++ b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.8.bb | |||
@@ -8,6 +8,8 @@ KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${PR}-$ | |||
8 | KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}" | 8 | KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}" |
9 | 9 | ||
10 | INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image" | 10 | INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image" |
11 | INITRAMFS_TASK = "initramfs-kexecboot-klibc-image:do_rootfs" | ||
12 | |||
11 | 13 | ||
12 | do_populate_sysroot() { | 14 | do_populate_sysroot() { |
13 | : | 15 | : |
@@ -16,3 +18,9 @@ do_populate_sysroot() { | |||
16 | do_install() { | 18 | do_install() { |
17 | : | 19 | : |
18 | } | 20 | } |
21 | |||
22 | do_package() { | ||
23 | } | ||
24 | |||
25 | do_package_ipk() { | ||
26 | } | ||