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
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel