All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ravikiran J <ravikiran.j@mistralsolutions.com>
To: Yocto Project <yocto@yoctoproject.org>
Subject: ERROR: No manifest generated
Date: Wed, 5 Sep 2018 11:09:08 +0530	[thread overview]
Message-ID: <CALDHXte7Z+dLUv4LDZAuQMJSRQMmjAp=3AoSQCtnM5LrC99mhA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1647 bytes --]

Dear Yocto team,

We have developed some recipe file to install  the firmware binary in the
file system of Yocto.
Recipe file is working fine in *Yocto morty* version but when we tried the
same in the *Yocto sumo* version we got the following error for *bitbake
core-image-minimal*.

*ERROR: core-image-minimal-1.0-r0 do_rootfs: No manifest generated from:
rtl-firmware in
/home/graco_sm/1.4.4/GRACO_SM_REL_V1.1/Software/U-Boot-and-Linux/sumo/poky/meta-graco/recipes-graco/firmware/rtl-firmware.bb
<http://rtl-firmware.bb>*
ERROR: core-image-minimal-1.0-r0 do_rootfs: Function failed: do_rootfs
ERROR: Logfile of failure stored in:
/home/graco_sm/1.4.4/GRACO_SM_REL_V1.1/Software/U-Boot-and-Linux/sumo/poky/build/tmp/work/rzn1d400_graco-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.28035
ERROR: Task
(/home/graco_sm/1.4.4/GRACO_SM_REL_V1.1/Software/U-Boot-and-Linux/sumo/poky/meta/recipes-core/images/core-image-minimal.bb:do_rootfs)
failed with exit code '1'


Recipe file* rtl-firmware.bb <http://rtl-firmware.bb> *content

DESCRIPTION = "RTL 8723BU BT firmware"

LICENSE = "MIT"
LIC_FILES_CHKSUM =
"file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"

PACKAGE_ARCH = "all"

SRC_URI += " \
    file://rtl8723b_fw.bin \
"

do_install () {
    install -d ${D}${base_libdir}/firmware/
    install -m 755 ${WORKDIR}/rtl8723b_fw.bin ${D}${base_libdir}/firmware/
}

FILES_${PN} += " \
        ${base_libdir}/firmware/rtl8723b_fw.bin \
"


What needs to be done for to avoiding manifest error  ?
Kindly help us to resolve this issue.


Thanks and Regards,
Ravikiran J J

[-- Attachment #2: Type: text/html, Size: 2135 bytes --]

             reply	other threads:[~2018-09-05  5:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05  5:39 Ravikiran J [this message]
2018-09-05 20:17 ` ERROR: No manifest generated Khem Raj
2018-09-06 14:03   ` Ravikiran J

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALDHXte7Z+dLUv4LDZAuQMJSRQMmjAp=3AoSQCtnM5LrC99mhA@mail.gmail.com' \
    --to=ravikiran.j@mistralsolutions.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.