[yocto] how to specify if multiple bb files are existing

Insop Song insop.song at gmail.com
Wed Jun 4 18:27:30 PDT 2014


Hi All,

I want include "u-boot-fw-utils" to my image.

I want to include "u-boot-fw-utils_2013.01.01.bb", but
"u-boot-fw-utils_2011.06.bb" is included if I added it in my image
like following

IMAGE_INSTALL += " \
...
        u-boot-fw-utils \
"

Question:
- how to specify bb file when there are multiple of them like followings?



$ du . -a | grep u-boot-fw


12 ./meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.01.01.bb
12 ./meta/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bb

Thank you,

ISS



More information about the yocto mailing list