All of lore.kernel.org
 help / color / mirror / Atom feed
* Failed to build zImage-initramfs
@ 2019-10-13  1:14 JH
  2019-10-13  1:24 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: JH @ 2019-10-13  1:14 UTC (permalink / raw)
  To: openembedded-core

Hi,

Apologize if it is not right mailing list for helps, please advise
which mailing list I should go.

I have been trying to build zImage-initramfs, according to the
oe-core/meta/classes/kernel.bbclass, I defined following variables in
local.conf:

INITRAMFS_IMAGE = "zImage-initramfs"
INITRAMFS_IMAGE_NAME = "zImage-initramfs"
INITRAMFS_IMAGE_BUNDLE = "1"
IMAGE_INSTALL_append = "zImage-initramfs"

But I had following errors:

ERROR: Nothing RPROVIDES 'zImage-initramfs' (but
/build/Ramdisk/oe-core/../meta-solar/recipes-core/images/ram-image.bb
RDEPENDS on or otherwise requires it)

NOTE: Runtime target 'zImage-initramfs' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['zImage-initramfs']

ERROR: Required build target 'solar-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['ram-image', 'zImage-initramfs']

In my ram-image.bb:

inherit core-image

IMAGE_ROOTFS_SIZE = "100000"
IMAGE_FSTYPES += " ${INITRAMFS_FSTYPES} cpio.gz tar.gz"
PACKAGE_INSTALL = "${IMAGE_INSTALL}"

What I am missing for "Nothing RPROVIDES" error?

Thank you.

Kind regards,

- jh


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-10-20  9:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13  1:14 Failed to build zImage-initramfs JH
2019-10-13  1:24 ` Khem Raj
2019-10-13  4:06   ` JH
2019-10-13  5:09     ` Khem Raj
2019-10-13  9:10       ` JH
2019-10-13 10:32         ` Ferry Toth
2019-10-20  9:20           ` JH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.