Hi,

perhaps you can explain a bit more what you really want to achieve.
You wrote you want to have it in a global variable, but to what purpose:

Do you need to use it one recipe?
My guess is that you don't know how many versions of pkg-* you have (three in your example) and you maybe want to do something like

IMAGE_INSTALL:append = " ${variable_containing_all_my_pkg}"

(Not sure if that would work, but you also wrote you are installing already).

If you just need to have the number of installed packages pkg-* you could just parse the build folder *after* you finished the Yocto build, but that would be outside the bitbake process...
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#64214): https://lists.yoctoproject.org/g/yocto/message/64214
Mute This Topic: https://lists.yoctoproject.org/mt/109388624/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to