Re: [yocto] [meta-zephyr][PATCH 1/2] zephyr-core/zephyr-kernel: Refactor zephyr-image and zephyr-sample

2022-09-30 Thread Jon Mason
On Fri, Sep 30, 2022 at 05:34:36PM +0100, Peter Hoyes wrote: > From: Peter Hoyes > > At the moment: > * zephyr-image.inc depends on zephyr-sample.inc, which doesn't really >make sense. > * zephyr-image.inc inherits testimage, even though it may not be >required. > * Out-of-tree Zephyr

[yocto] [meta-zephyr][PATCH 1/2] zephyr-core/zephyr-kernel: Refactor zephyr-image and zephyr-sample

2022-09-30 Thread Peter Hoyes
From: Peter Hoyes At the moment: * zephyr-image.inc depends on zephyr-sample.inc, which doesn't really make sense. * zephyr-image.inc inherits testimage, even though it may not be required. * Out-of-tree Zephyr apps have to include zephyr-sample.inc in order to deploy the binaries,