Re: [OE-core] Multiple recipes sharing the same source

2015-12-29 Thread Logan Buchy
Thanks Christopher! Yes, this is exactly what I needed. Much appreciation. On Tue, Dec 29, 2015 at 12:40 PM, Christopher Larson wrote: > > On Tue, Dec 29, 2015 at 1:30 PM, Logan Buchy > wrote: > >> I've got a third-party SDK given to me by our SoC provider. The SDK &

[OE-core] Multiple recipes sharing the same source

2015-12-29 Thread Logan Buchy
Hi, I've got a third-party SDK given to me by our SoC provider. The SDK contains * Vanilla Linux kernel with a set of patches that adds drivers for SoC peripherals * Proprietary bootloader * Proprietary binary libraries * Proprietary firmware for on-chip peripherals * A build system which compile

[OE-core] Building firmware recipe with different toolchain

2015-10-29 Thread Logan Buchy
Hi guys, I have a board which has both a Cortex-A9 and a Cortex-m0+, The Cortex-A9 is running the main application with the Linux kernel while the cortex-m0+ is present to handle some real-time control tasks. Currently, I am building the cortex-m0+ firmware separately and saving the artifacts to

[OE-core] Question regarding project organization with OE

2015-10-09 Thread Logan Buchy
Hi, It's my first time posting here, I hope I have the right mailing list! I've been looking into OE in the last few days as a candidate to replace the ageing build scripts in a project I am involved with. I've been really impressed with OE's feature list - it ticks off a lot of boxes for our re