[oe-commits] Andrea Adami : linux-yocto-tiny-kexecboot: repair after changes in kernel. bbclass

git at git.openembedded.org git at git.openembedded.org
Wed Sep 18 22:31:21 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 1de5c36d8bcae20bcdd286c7c645d73c8ecfb6be
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1de5c36d8bcae20bcdd286c7c645d73c8ecfb6be

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Sep 15 18:15:15 2013 +0200

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 at gmail.com>

---

 .../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 78858a3..686cc3d 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}-$
 KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}"
 
 INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
+INITRAMFS_TASK = "initramfs-kexecboot-klibc-image:do_rootfs"
+
 
 do_populate_sysroot() {
     :
@@ -16,3 +18,9 @@ do_populate_sysroot() {
 do_install() {
     :
 }
+
+do_package() {
+}
+
+do_package_ipk() {
+}



More information about the Openembedded-commits mailing list