All of lore.kernel.org
 help / color / mirror / Atom feed
From: public-hk@iks.rwth-aachen.de
To: yocto@yoctoproject.org
Subject: Re: Newbie Question regarding custom layer and populate_rootfs
Date: Mon, 23 May 2016 21:17:25 +0200	[thread overview]
Message-ID: <921c8a5c-5f65-2b8f-67da-a01d1ef69a06@ind.rwth-aachen.de> (raw)
In-Reply-To: <1463721900.2210.11.camel@hibento.de>

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

Hi Stephan, hi Herrie,

thank you for your replies to my question.

>> So here are the questions:
>> 1) Why my version of the psplash executable - even though it was built -
>> is not installed in the root fs?
> Did you manually build your splash recipe (bitbake psplash-myproject)?
> This does not include it in an image yet. It must be added to image
> features either manually or through a dependency. 
> The psplash-raspberry package seems to be included in the dependencies
> here
> https://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi/tree/conf/machine/include/rpi-base.inc#n51 - maybe there is a chance to override this in your local.conf
> The cleanest way might be to include this in an own machine definition
> and override it afterwards.

I have finally added a machine raspberry2p which includes the original
raspberrypi2 machine definition - and then defines another SPLASH reference.
That worked.

>
>> 2) I have been able to review the logs from build steps and almost
>> everything related to the package creation in tmp/work subfolder of my
>> build project. But how can I see which packages are installed during the
>> populate_rootfs step? There seems to be no dedicated log file.
> There is a rather complex conglomerate of piped commands here, which
> does this: https://community.freescale.com/docs/DOC-94953 

What helped my a lot were the commands

bitbake-layers show-layers and
bitbake -g </image>/ && emacs pn-depends.dot

That reference is a really valuable link!

Thank you and best regards

Hauke


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

      reply	other threads:[~2016-05-23 17:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-20  6:44 Newbie Question regarding custom layer and populate_rootfs public-hk
2016-05-20  5:25 ` Stephan Roslen
2016-05-23 19:17   ` public-hk [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=921c8a5c-5f65-2b8f-67da-a01d1ef69a06@ind.rwth-aachen.de \
    --to=public-hk@iks.rwth-aachen.de \
    --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.