Re: [yocto] devshell env in warrior

2019-06-18 Thread matthew stanger
Hey Khem, Check that Makefiles are not overriding CC/CXX/LD etc. some old crufty > Makefiles I have seen doing that, you might see something like In the recipe it's caused by 'inherit module', which is needed because part of the recipe is building modules. I would understand this would unset

Re: [yocto] devshell env in warrior

2019-06-18 Thread Khem Raj
On Mon, Jun 17, 2019 at 4:55 PM matthew stanger wrote: > > I'm trying to figure out why when running devshell in Warrior CC/CFLAGS are > not the same as do_compile for a recipe. For example. > devshell printenv yields: > CC=aarch64-poky-linux-gcc -fuse-ld=bfd >

[yocto] devshell env in warrior

2019-06-17 Thread matthew stanger
I'm trying to figure out why when running devshell in Warrior CC/CFLAGS are not the same as do_compile for a recipe. For example. devshell printenv yields: CC=aarch64-poky-linux-gcc -fuse-ld=bfd