All of lore.kernel.org
 help / color / mirror / Atom feed
* Finding out the IMAGE_BASENAME of the image beeing built
@ 2013-03-30 12:32 Ulf Samuelsson
  2013-03-30 13:04 ` Takeshi Hamasaki
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ulf Samuelsson @ 2013-03-30 12:32 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Trying create a programming script recipe and need to find out the 
IMAGE_BASENAME of the bitbake target
so I can get the filename of the image

${MACHINE}-${IMAGE_BASENAME}.ubi

I.E: if I do

$ MACHINE=beagleboard  bitbake some-image

and "some-image_1.0.bb" contains

IMAGE_BASENAME = "renamed-image"

Then the resulting image will be

     "beagleboard-renamed-image.ubi"

How get this info from another recipe?

BR
Ulf Samuelsson




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

end of thread, other threads:[~2013-04-01 13:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 12:32 Finding out the IMAGE_BASENAME of the image beeing built Ulf Samuelsson
2013-03-30 13:04 ` Takeshi Hamasaki
2013-03-30 14:36   ` Ulf Samuelsson
2013-03-30 14:13 ` Paul Eggleton
2013-03-30 21:01   ` Ulf Samuelsson
2013-04-01 13:09 ` Takeshi Hamasaki

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.