All of lore.kernel.org
 help / color / mirror / Atom feed
* forcing a task to run while building an image
@ 2012-01-31  7:10 Joshua Immanuel
  2012-02-01  6:37 ` Joshua Immanuel
  2012-02-01 11:04 ` forcing a task to run while building an image Sathishkumar Duraisamy
  0 siblings, 2 replies; 17+ messages in thread
From: Joshua Immanuel @ 2012-01-31  7:10 UTC (permalink / raw)
  To: Yocto Project

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

Hello all,
	How do I force a particular task to run every time while building an
image? At present in my custom image recipe I've added the following
lines
        
        SOME_VARIABLE = "Blah"
        do_bootimg[depends] += "base-files:do_install"
        
But the contents of ${SOME_VARIABLE} is not available in the
'base-files' recipe. Even

        export SOME_VARIABLE = "Blah"
        
doesn't solve the problem. So, I would like to know whether the approach
used here to force a task is correct. Moreover how can I make the
variable defined here to be available in the forced task.

Regards
Joshua

-- 
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-02-03 16:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31  7:10 forcing a task to run while building an image Joshua Immanuel
2012-02-01  6:37 ` Joshua Immanuel
2012-02-01 15:49   ` creating global variables in a recipes Joshua Immanuel
2012-02-01 16:14     ` Christopher Larson
2012-02-01 16:50     ` William Mills
2012-02-02  5:17       ` Joshua Immanuel
2012-02-02 15:17         ` Chris Larson
2012-02-03  7:13           ` Joshua Immanuel
2012-02-02 22:27       ` Richard Purdie
2012-02-03 16:13         ` William Mills
2012-02-01 11:04 ` forcing a task to run while building an image Sathishkumar Duraisamy
2012-02-01 11:42   ` Joshua Immanuel
2012-02-01 12:22     ` Sathishkumar Duraisamy
2012-02-01 12:31       ` Joshua Immanuel
2012-02-03  8:04     ` Joshua Immanuel
2012-02-03  8:51       ` Sathishkumar Duraisamy
2012-02-03  9:57         ` Joshua Immanuel

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.