From: "Eric Bénard" <eric@eukrea.com>
To: yocto@yoctoproject.org
Subject: Re: How to temporarily disable a package rebuild during an image build?
Date: Sun, 2 Feb 2014 21:40:43 +0100 [thread overview]
Message-ID: <20140202214043.0963a0e6@e6520eb> (raw)
In-Reply-To: <52E96001.7030000@dynamicdevices.co.uk>
Hi Alex,
Le Wed, 29 Jan 2014 20:09:37 +0000,
Alex J Lennon <ajlennon@dynamicdevices.co.uk> a écrit :
> I was wondering if there's a per-package environment variable I could
> use to contrain the rebuilding of packages?
>
> i.e. I am modifying a linux-imx kernel, rebuilding that kernel package
> and then generating an output filesystem image to boot from an SD card
> for testing.
>
> Each time I modify linux-imx I am finding that qt4 does a rebuild.
>
> So whilst I'm making changes to linux-imx for test I'd rather that q4
> didn't rebuild when I build the image, and was wondering if there's a
> way to prevent that?
>
that because of one of these bbappend :
http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-qt/qt4/qt4-embedded_4.8.5.bbappend
http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-arm/tree/recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
If you don't need opengl nor openvg in qt you can disable the options
and remove the DEPENDS added in the bbappend.
Eric
prev parent reply other threads:[~2014-02-02 20:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 20:09 How to temporarily disable a package rebuild during an image build? Alex J Lennon
2014-01-30 18:40 ` Adam Lee
2014-01-30 23:11 ` Alex J Lennon
2014-01-30 23:54 ` Adam Lee
2014-01-31 0:00 ` Alex J Lennon
2014-01-31 0:22 ` Adam Lee
2014-01-31 14:50 ` Alex J Lennon
2014-02-02 20:40 ` Eric Bénard [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=20140202214043.0963a0e6@e6520eb \
--to=eric@eukrea.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.