[yocto] Initramfs framework buggy ?

Ayoub Zaki ayoub.zaki at googlemail.com
Sat Jun 4 08:43:47 PDT 2016


Hello,

when udev is not included in PACKAGE_INSTALL within the initramfs image
recipe (which I don't want to use !), the boot fails (no device nodes !)
even when using both USE_DEVFS = "0" and "1" because the dev/ folder is not
created !

here my recipe :

DESCRIPTION = "base initramfs"

PACKAGE_INSTALL = "${VIRTUAL-RUNTIME_base-utils}
${ROOTFS_BOOTSTRAP_INSTALL}"

# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""

export IMAGE_BASENAME = "base-initramfs-image"
IMAGE_LINGUAS = ""

LICENSE = "MIT"

IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
inherit core-image

USE_DEVFS = "0"

IMAGE_ROOTFS_SIZE = "8192"
IMAGE_ROOTFS_EXTRA_SPACE = "0"

BAD_RECOMMENDATIONS += "busybox-syslog"

I'm using latest krogoth branch, same isssue with jethro.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160604/0a6555f0/attachment.html>


More information about the yocto mailing list