I am configuring one package "X" that is depended on other package "Y".
the "Y" package is successfully build and I am able to find it into the below path.
tmp/work/cortexa8hf-neon-poky-linux-gnueabi/"Y"/0.1.0-r1/recipe-sysroot-native/usr/bin
As per my understanding if the package "X" is depended on the package "Y" then all the components of the package "Y" should be copied into the path "recipe-sysroot-native/usr/bin" of the package "X".
But I am not able to find the depended package "Y" into the recipe-sysroot-native of the Package "X".
If my understanding is false let me know the correct way to do this. As I am not able to find the package "Y" into the dir "recipe-sysroot-native/usr/bin" of package "X"
thanks
Amit G.