All of lore.kernel.org
 help / color / mirror / Atom feed
From: Renaud Barbier <renaud.barbier@ge.com>
To: Yocto discussion list <yocto@yoctoproject.org>
Subject: Re: Assembling images to build a NOR boot image
Date: Mon, 11 Aug 2014 17:12:47 +0100	[thread overview]
Message-ID: <53E8EB7F.5050502@ge.com> (raw)
In-Reply-To: <CAP71WjyJPaKkWFRdwBZzMrpMa7tykjb_o4=jp24PTi29mkC==Q@mail.gmail.com>

On 08/08/2014 09:19, Nicolas Dechesne wrote:
> On Thu, Aug 7, 2014 at 7:07 PM, Renaud Barbier <renaud.barbier@ge.com> wrote:
>> > Hello,
>> > I am working on the creation of a boot image for a NOR flash.
>> > The image assembles a boot loader and a ubi image containing the kernel
>> > and device tree.
>> >
>> > So far I have created a build area to install the kernel and device tree
>> > and used IMAGE_CMD_ubi to create the ubi image.
>> >
>> > Then I have added a python function do_norbuild that puts together the
>> > boot loader and ubi image and adds padding.
>> > Using bitbake, I can create the NOR image as follows:
>> > bitbake -c norbuild core-image
>> >
>> > However,
>> > "bitbake core-image" will not call the norbuild task.
>> >
>> > I have been through quite a lot of code and documentation and cannot
>> > figure out why the task is not called.
>> >
>> > If you have any idea of what couldbe wrong, please le me know.
> you seem to have created a task, not just a Python function, since you
> can run it with -c norbuild. By default when running bitbake <recipe>,
> bitbake will run do_build task. so when you create your own custom
> task, you need to insert it into the task list, maybe you haven't done
> that?
> 
> something like this should work in your case:
> 
> addtask norbuild before do_build after do_rootfs

Thanks,
originally I had "addtask norbuild after do_rootfs" followed by other
desperate attempts. It did not work.
I just saw your email as I was looking at do_build.
Adding before do_build did resolve my problem.

Cheers,
Renaud



      reply	other threads:[~2014-08-11 16:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-07 17:07 Assembling images to build a NOR boot image Renaud Barbier
2014-08-08  8:19 ` Nicolas Dechesne
2014-08-11 16:12   ` Renaud Barbier [this message]

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=53E8EB7F.5050502@ge.com \
    --to=renaud.barbier@ge.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.