From: "Robert P. J. Day" <rpjday@crashcourse.ca>
To: Christopher Larson <clarson@kergoth.com>
Cc: yocto <yocto@yoctoproject.org>, Gary Thomas <gary@mlbassoc.com>
Subject: Re: Extending images
Date: Fri, 18 Jul 2014 14:55:32 -0400 (EDT) [thread overview]
Message-ID: <alpine.LFD.2.11.1407181453420.13980@localhost> (raw)
In-Reply-To: <CABcZANm+Nb9OKDHrvjBm-BOyWaKy5pHgZmp33F0fjAmoUQH18Q@mail.gmail.com>
On Fri, 18 Jul 2014, Christopher Larson wrote:
> I really don't think this was ever safe, as it completely depended
> on how the image recipe added its bits to IMAGE_INSTALL, which could
> easily vary from image to image. I've *always* told folks to use
> IMAGE_INSTALL_append if anything, even back in oe classic :) --
a quick grep in openembedded-core/meta shows:
$ grep -r "IMAGE_INSTALL +=" *
recipes-core/images/core-image-minimal-mtdutils.bb:IMAGE_INSTALL += "mtd-utils"
recipes-extended/images/core-image-testmaster.bb:IMAGE_INSTALL += "\
recipes-extended/images/core-image-lsb-sdk.bb:IMAGE_INSTALL += "kernel-dev"
recipes-graphics/images/core-image-directfb.bb:IMAGE_INSTALL += "\
recipes-qt/images/qt4e-demo-image.bb:IMAGE_INSTALL += "\
recipes-rt/images/core-image-rt-sdk.bb:IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
recipes-rt/images/core-image-rt.bb:IMAGE_INSTALL += "rt-tests hwlatdetect"
recipes-sato/images/core-image-sato-sdk.bb:IMAGE_INSTALL += "kernel-dev"
recipes-sato/images/core-image-sato.bb:IMAGE_INSTALL += "packagegroup-core-x11-sato-games"
$
now i'm scared to look. :-)
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
next prev parent reply other threads:[~2014-07-18 18:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-18 16:26 Extending images Gary Thomas
2014-07-18 16:48 ` Robert P. J. Day
2014-07-18 16:49 ` Christopher Larson
2014-07-18 16:54 ` Gary Thomas
2014-07-18 17:00 ` Christopher Larson
2014-07-18 18:45 ` Robert P. J. Day
2014-07-18 18:48 ` Christopher Larson
2014-07-18 18:55 ` Robert P. J. Day [this message]
2014-07-18 19:07 ` Christopher Larson
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=alpine.LFD.2.11.1407181453420.13980@localhost \
--to=rpjday@crashcourse.ca \
--cc=clarson@kergoth.com \
--cc=gary@mlbassoc.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.