At 2017-11-20 18:18:42, "Amit Gondaliya" <[email protected]> wrote: > Hello, > > 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. > > <workspace>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". >
If "Y" is "Y-native", then it should be in "recipe-sysroot-native". If it is just "Y", then it should be in "recipe-sysroot". > But I am not able to find the depended package "Y" into the > recipe-sysroot-native of the Package "X". > > If I 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. > > Best Regards, > Amit Gondaliya
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
