diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2013-06-17 22:34:44 +0200 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-18 22:11:14 +0100 |
| commit | eb426661f4c8d00703627cb35540cdc7dd1ec58b (patch) | |
| tree | ab3155840922c0fc23c1d6faa5b1fe3eb91637ab /meta-initramfs | |
| parent | bb84e59036b350e29fe96e9aaa0614147d268fb9 (diff) | |
| download | meta-openembedded-eb426661f4c8d00703627cb35540cdc7dd1ec58b.tar.gz | |
initramfs-kexecboot(-klibc)-image: provide SUMMARY and DESCRIPTION
* plus some minor editing of comments
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs')
| -rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 10 | ||||
| -rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index dbe558397e..dd6d07dfaf 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | # Initramfs image providing kexecboot | 1 | SUMMARY = "Initramfs image for kexecboot kernel" |
| 2 | # a linux as bootloader implementation | 2 | DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers." |
| 3 | |||
| 4 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 6 | 5 | ||
| @@ -9,9 +8,8 @@ IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" | |||
| 9 | # avoid circular dependencies | 8 | # avoid circular dependencies |
| 10 | EXTRA_IMAGEDEPENDS = "" | 9 | EXTRA_IMAGEDEPENDS = "" |
| 11 | 10 | ||
| 12 | # for ubiattach we have to install mtd-utils-ubifs | 11 | # We really need just kexecboot, kexec and ubiattach |
| 13 | # or use ubiattach-klibc instead | 12 | IMAGE_INSTALL = "kexecboot kexec mtd-utils-ubifs" |
| 14 | IMAGE_INSTALL = "kexec kexecboot mtd-utils-ubifs" | ||
| 15 | 13 | ||
| 16 | # Do not pollute the initrd image with rootfs features | 14 | # Do not pollute the initrd image with rootfs features |
| 17 | IMAGE_FEATURES = "" | 15 | IMAGE_FEATURES = "" |
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb index 37349e1e20..df97511892 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | require initramfs-kexecboot-image.bb | 1 | require initramfs-kexecboot-image.bb |
| 2 | 2 | ||
| 3 | IMAGE_INSTALL = "kexec-klibc kexecboot-klibc ubiattach-klibc" | 3 | SUMMARY = "Initramfs image for kexecboot kernel (klibc-static binaries)" |
| 4 | |||
| 5 | # We really need just kexecboot, kexec and ubiattach | ||
| 6 | # statically compiled against klibc | ||
| 7 | IMAGE_INSTALL = "kexecboot-klibc kexec-klibc ubiattach-klibc" | ||
