Thank you Eilís Ní Fhlannagáin.

I faced failures, when I tried to build few recipes:

(1)  'zephyr-lvgl' with 'nrf52840dk-nrf52840' machine.

Error log:
abi/zephyr-lvgl/2.7.1+gitAUTOINC+e4da3e5280_b0612c97c1-r0/recipe-sysroot-native/etc/quiltrc
 push', 0, 'stdout: Applying patch 0001-cmake-added-missing-file-ext-to.patch
patching file CMakeLists.txt
Hunk #1 FAILED at 58.
1 out of 1 hunk FAILED -- rejects in file CMakeLists.txt
Patch 0001-cmake-added-missing-file-ext-to.patch can be reverse-applied

(2) 'zephyr-http-client' with '96b-nitrogen' machine:
| Merged configuration 
'/home/saininav/work/development/zephyr-workspace/poky/build-zephyr/tmp-newlib/work/armv7m-yocto-eabi/zephyr-http-client/2.7.1+gitAUTOINC+e4da3e5280_b0612c97c1-r0/git/samples/net/sockets/http_client/prj.conf'
|
| error: Aborting due to Kconfig warnings
|
| CMake Error at 
/home/saininav/work/development/zephyr-workspace/poky/build-zephyr/tmp-newlib/work/armv7m-yocto-eabi/zephyr-http-client/2.7.1+gitAUTOINC+e4da3e5280_b0612c97c1-r0/git/cmake/kconfig.cmake:269
 (message):
|   command failed with return code: 1
| Call Stack (most recent call first):

Please find more  comments inline..

> -----Original Message-----
> From: Eilís Ní Fhlannagáin <pi...@pidge.org>
> Sent: Friday, January 7, 2022 10:10 PM
> To: pi...@pidge.org; yocto@lists.yoctoproject.org
> Cc: Saini, Naveen Kumar <naveen.kumar.sa...@intel.com>; Eilís Ní
> Fhlannagáin <elizabeth.flana...@huawei.com>
> Subject: [meta-zephyr][RFC][PATCH 0/6] Additional machines and removal of
> MACHINEOVERRIDES.
> 
> From: Eilís Ní Fhlannagáin <elizabeth.flana...@huawei.com>
> 
> This set of patches relates to what I discussed at
> https://lists.yoctoproject.org/g/yocto/message/55285.
> 
> Four major issues (and one minor issue)are dealt with in this series. The 
> first
> is a logical split of the
> meta-zephyr layer into a machine BSP layer and a functional core layer.
> 
> The second is the removal for the need of MACHINEOVERRIDES as a method
> of telling zephyr it's'-DZEPHYR_MODULES. Zephyr
> already knows this, so by abusing west list a bit, we can pull that 
> information
> out and generate the needed config
> line to be passed into cmake. Out of tree ZEPHYR_MODULES should be
> added via ZEPHYR_EXTRA_MODULES.
> 
> The third major issue is as we're now relying on west to know what modules
> Zephyr needs, we need to checkout the
> complete Zephyr source.
> 
> The last major issue is that Zephyr knows it's own machine config and I would
> like us to support as many of the Zephyr
> machines as possible. As I've yet to find a way to do this at build time, 
> with a
> little abuse of cmake exports we can
> generate machine configurations based on what is in Zephyr itself. These
> have obviously not all been tested
> 
> In essence, this patch gives us 382 additional machines to add to the 9 that
> already existed. Testing for these new
> boards is still being worked out.

[Naveen] Thanks for working on testing part too. It would be challenge to test 
all (~382) machine configurations !

> 
> Lastly there was a minor issue with the 2.6.1 kernel in that the dtc patch 
> Ross
> created for 2.7.0 (moved to 2.7.1) wasn't
> applied which causes 2.6.1 to fail with the same error
> 
> Eilís Ní Fhlannagáin (6):
>   meta-zephyr-core/bsp: Restructure into sublayers
>   west: Add west and python dependencies
>   zephyr.bbclass: Remove need for MACHINEOVERRIDES for
> ZEPHYR_MODULES
>   zephyr-kernel-src: Add complete zephyr source
>   zephyr-kernel-src-2.6.1: Add dtc patch.
>   meta-zephyr-bsp: Add autogenerated machines.
> 
>  README.txt                                    |   2 +-
>  {conf => meta-zephyr-bsp/conf}/layer.conf     |  12 +-
>  .../conf/machine/96b-aerocore2.conf           |  22 ++
>  .../conf/machine/96b-argonkey.conf            |  22 ++
>  .../conf}/machine/96b-avenger96.conf          |   0
>  .../conf/machine/96b-carbon-nrf51.conf        |  22 ++
>  meta-zephyr-bsp/conf/machine/96b-carbon.conf  |  22 ++
>  .../conf/machine/96b-meerkat96.conf           |  22 ++
>  meta-zephyr-bsp/conf/machine/96b-neonkey.conf |  22 ++
>  .../conf}/machine/96b-nitrogen.conf           |   0
>  .../conf/machine/96b-stm32-sensor-mez.conf    |  22 ++
>  meta-zephyr-bsp/conf/machine/96b-wistrio.conf |  22 ++
>  .../conf/machine/acrn-ehl-crb.conf            |  22 ++
>  meta-zephyr-bsp/conf/machine/acrn.conf        |  22 ++
>  .../conf/machine/actinius-icarus-bee-ns.conf  |  22 ++
>  .../conf/machine/actinius-icarus-bee.conf     |  22 ++
>  .../conf/machine/actinius-icarus-ns.conf      |  22 ++
>  .../conf/machine/actinius-icarus-som-ns.conf  |  22 ++
>  .../conf/machine/actinius-icarus-som.conf     |  22 ++
>  .../conf/machine/actinius-icarus.conf         |  22 ++
>  .../adafruit-feather-m0-basic-proto.conf      |  22 ++
>  .../machine/adafruit-feather-nrf52840.conf    |  22 ++
>  .../machine/adafruit-feather-stm32f405.conf   |  22 ++
>  .../adafruit-itsybitsy-m4-express.conf        |  22 ++
>  .../conf/machine/adafruit-trinket-m0.conf     |  22 ++
>  .../conf/machine/adp-xc7k-ae350.conf          |  22 ++
>  .../conf/machine/altera-max10.conf            |  22 ++
>  meta-zephyr-bsp/conf/machine/arduino-due.conf |  22 ++
>  .../conf}/machine/arduino-nano-33-ble.conf    |   0
>  .../conf/machine/arduino-nano-33-iot.conf     |  22 ++
>  .../conf/machine/arduino-zero.conf            |  22 ++
>  .../machine/arty-a7-arm-designstart-m1.conf   |  22 ++
>  .../machine/arty-a7-arm-designstart-m3.conf   |  22 ++
>  .../conf/machine/atsamd20-xpro.conf           |  22 ++
>  .../conf/machine/atsamd21-xpro.conf           |  22 ++
>  .../conf/machine/atsame54-xpro.conf           |  22 ++
>  .../conf/machine/atsamr21-xpro.conf           |  22 ++
>  .../conf/machine/b-l072z-lrwan1.conf          |  22 ++
>  .../conf/machine/b-l4s5i-iot01a.conf          |  22 ++
>  .../conf/machine/b-u585i-iot02a.conf          |  22 ++
>  .../conf/machine/bbc-microbit-v2.conf         |  22 ++
>  .../conf/machine/bbc-microbit.conf            |  22 ++
>  meta-zephyr-bsp/conf/machine/bcm958401m2.conf |  22 ++
>  .../conf/machine/bcm958402m2-a72.conf         |  22 ++
>  .../conf/machine/bcm958402m2-m7.conf          |  22 ++
>  .../machine/beaglev-starlight-jh7100.conf     |  22 ++
>  .../conf/machine/bl5340-dvk-cpuapp-ns.conf    |  22 ++
>  .../conf/machine/bl5340-dvk-cpuapp.conf       |  22 ++
>  .../conf/machine/bl5340-dvk-cpunet.conf       |  22 ++
>  meta-zephyr-bsp/conf/machine/bl652-dvk.conf   |  22 ++
>  meta-zephyr-bsp/conf/machine/bl653-dvk.conf   |  22 ++
>  meta-zephyr-bsp/conf/machine/bl654-dvk.conf   |  22 ++
>  .../conf/machine/bl654-sensor-board.conf      |  22 ++
>  meta-zephyr-bsp/conf/machine/bl654-usb.conf   |  22 ++
>  .../conf/machine/black-f407ve.conf            |  22 ++
>  .../conf/machine/black-f407zg-pro.conf        |  22 ++
>  .../conf/machine/blackpill-f401ce.conf        |  22 ++
>  .../conf/machine/blackpill-f411ce.conf        |  22 ++
>  meta-zephyr-bsp/conf/machine/bt510.conf       |  22 ++
>  meta-zephyr-bsp/conf/machine/bt610.conf       |  22 ++
>  .../conf/machine/cc1352r-sensortag.conf       |  22 ++
>  .../conf/machine/cc1352r1-launchxl.conf       |  22 ++
>  .../conf/machine/cc26x2r1-launchxl.conf       |  22 ++
>  .../conf/machine/cc3220sf-launchxl.conf       |  22 ++
>  .../conf/machine/cc3235sf-launchxl.conf       |  22 ++
>  .../circuitdojo-feather-nrf9160-ns.conf       |  22 ++
>  .../machine/circuitdojo-feather-nrf9160.conf  |  22 ++
>  .../conf/machine/colibri-imx7d-m4.conf        |  22 ++
>  .../machine/contextualelectronics-abc.conf    |  22 ++
>  .../conf/machine/cy8ckit-062-ble-m0.conf      |  22 ++
>  .../conf/machine/cy8ckit-062-ble-m4.conf      |  22 ++
>  .../conf/machine/cy8ckit-062-wifi-bt-m0.conf  |  22 ++
>  .../conf/machine/cy8ckit-062-wifi-bt-m4.conf  |  22 ++
>  .../conf/machine/decawave-dwm1001-dev.conf    |  22 ++
>  meta-zephyr-bsp/conf/machine/degu-evk.conf    |  22 ++
>  .../conf/machine/disco-l475-iot1.conf         |  22 ++
>  .../conf/machine/dragino-lsn50.conf           |  22 ++
>  .../conf/machine/dragino-nbsn95.conf          |  22 ++
>  .../conf/machine/efm32gg-slwstk6121a.conf     |  22 ++
>  .../conf/machine/efm32gg-stk3701a.conf        |  22 ++
>  .../conf/machine/efm32hg-slstk3400a.conf      |  22 ++
>  .../conf/machine/efm32pg-stk3401a.conf        |  22 ++
>  .../conf/machine/efm32pg-stk3402a-jg.conf     |  22 ++
>  .../conf/machine/efm32pg-stk3402a.conf        |  22 ++
>  .../conf/machine/efm32wg-stk3800.conf         |  22 ++
>  .../conf/machine/efr32-radio-brd4104a.conf    |  22 ++
>  .../conf/machine/efr32-radio-brd4180a.conf    |  22 ++
>  .../conf/machine/efr32-radio-brd4250b.conf    |  22 ++
>  .../conf/machine/efr32-radio-brd4255a.conf    |  22 ++
>  .../conf/machine/efr32mg-sltb004a.conf        |  22 ++
>  meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf |  22 ++
>  meta-zephyr-bsp/conf/machine/ehl-crb.conf     |  22 ++
>  .../conf/machine/em-starterkit-em11d.conf     |  22 ++
>  .../conf/machine/em-starterkit-em7d-v22.conf  |  22 ++
>  .../conf/machine/em-starterkit-em7d.conf      |  22 ++
>  .../conf/machine/em-starterkit.conf           |  22 ++
>  meta-zephyr-bsp/conf/machine/emsdp-em4.conf   |  22 ++
>  meta-zephyr-bsp/conf/machine/emsdp-em5d.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/emsdp-em6.conf   |  22 ++
>  .../conf/machine/emsdp-em7d-esp.conf          |  22 ++
>  meta-zephyr-bsp/conf/machine/emsdp-em7d.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/emsdp-em9d.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/emsdp.conf       |  22 ++
>  .../conf/machine/esp32c3-devkitm.conf         |  22 ++
>  meta-zephyr-bsp/conf/machine/faze.conf        |  22 ++
>  meta-zephyr-bsp/conf/machine/frdm-k22f.conf   |  22 ++
>  meta-zephyr-bsp/conf/machine/frdm-k64f.conf   |  22 ++
>  meta-zephyr-bsp/conf/machine/frdm-k82f.conf   |  22 ++
>  meta-zephyr-bsp/conf/machine/frdm-kl25z.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/frdm-kw41z.conf  |  22 ++
>  .../conf/machine/fvp-base-revc-2xaemv8a.conf  |  22 ++
>  .../conf/machine/fvp-baser-aemv8r-smp.conf    |  22 ++
>  .../conf/machine/fvp-baser-aemv8r.conf        |  22 ++
>  .../conf/machine/google-kukui.conf            |  22 ++
>  meta-zephyr-bsp/conf/machine/gr716a-mini.conf |  22 ++
>  .../conf/machine/hexiwear-k64.conf            |  22 ++
>  .../conf/machine/hexiwear-kw40z.conf          |  22 ++
>  .../conf/machine/hifive-unleashed.conf        |  22 ++
>  .../conf/machine/hifive-unmatched.conf        |  22 ++
>  .../conf/machine/hifive1-revb.conf            |  22 ++
>  meta-zephyr-bsp/conf/machine/hifive1.conf     |  22 ++
>  .../conf/machine/holyiot-yj16019.conf         |  22 ++
>  meta-zephyr-bsp/conf/machine/hsdk-2cores.conf |  22 ++
>  meta-zephyr-bsp/conf/machine/hsdk.conf        |  22 ++
>  .../conf}/machine/include/nrf52.inc           |   2 -
>  .../machine/include/stm32mp1-cortex-m4.inc    |   3 -
>  .../conf}/machine/include/tune-arc.inc        |   0
>  .../machine/include/tune-corei7-common.inc    |   0
>  .../conf}/machine/include/tune-cortexm0.inc   |   0
>  .../conf}/machine/include/tune-cortexm3.inc   |   0
>  .../conf}/machine/include/tune-cortexm4.inc   |   0
>  .../conf}/machine/include/tune-iamcu.inc      |   0
>  .../conf}/machine/include/tune-nios2.inc      |   0
>  .../conf/machine/intel-adsp-cavs15.conf       |  22 ++
>  .../conf/machine/intel-adsp-cavs18.conf       |  22 ++
>  .../conf/machine/intel-adsp-cavs20.conf       |  22 ++
>  .../conf/machine/intel-adsp-cavs25.conf       |  22 ++
>  .../conf/machine/intel-s1000-crb.conf         |  22 ++
>  .../conf}/machine/intel-x86-64.conf           |   0
>  meta-zephyr-bsp/conf/machine/iotdk.conf       |  22 ++
>  meta-zephyr-bsp/conf/machine/ip-k66f.conf     |  22 ++
>  meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf |  22 ++
>  meta-zephyr-bsp/conf/machine/legend.conf      |  22 ++
>  .../conf/machine/litex-vexriscv.conf          |  22 ++
>  .../conf/machine/lora-e5-dev-board.conf       |  22 ++
>  .../conf/machine/lpcxpresso11u68.conf         |  22 ++
>  .../conf/machine/lpcxpresso54114-m0.conf      |  22 ++
>  .../conf/machine/lpcxpresso54114-m4.conf      |  22 ++
>  .../conf/machine/lpcxpresso55s16.conf         |  22 ++
>  .../conf/machine/lpcxpresso55s28.conf         |  22 ++
>  .../conf/machine/lpcxpresso55s69-cpu0.conf    |  22 ++
>  .../conf/machine/lpcxpresso55s69-cpu1.conf    |  22 ++
>  .../conf/machine/lpcxpresso55s69-ns.conf      |  22 ++
>  meta-zephyr-bsp/conf/machine/m2gl025-miv.conf |  22 ++
>  .../conf/machine/mec1501modular-assy6885.conf |  22 ++
>  .../conf/machine/mec15xxevb-assy6853.conf     |  22 ++
>  .../conf/machine/mec172xevb-assy6906.conf     |  22 ++
>  .../conf/machine/mec2016evb-assy6797.conf     |  22 ++
>  meta-zephyr-bsp/conf/machine/mercury-xu.conf  |  22 ++
>  .../conf/machine/mikroe-clicker-2.conf        |  22 ++
>  .../machine/mikroe-mini-m4-for-stm32.conf     |  22 ++
>  meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf |  22 ++
>  .../conf/machine/mimxrt1010-evk.conf          |  22 ++
>  .../conf/machine/mimxrt1015-evk.conf          |  22 ++
>  .../conf/machine/mimxrt1020-evk.conf          |  22 ++
>  .../conf/machine/mimxrt1024-evk.conf          |  22 ++
>  .../conf/machine/mimxrt1050-evk-qspi.conf     |  22 ++
>  .../conf/machine/mimxrt1050-evk.conf          |  22 ++
>  .../machine/mimxrt1060-evk-hyperflash.conf    |  22 ++
>  .../conf/machine/mimxrt1060-evk.conf          |  22 ++
>  .../conf/machine/mimxrt1064-evk.conf          |  22 ++
>  .../conf/machine/mimxrt1170-evk-cm4.conf      |  22 ++
>  .../conf/machine/mimxrt1170-evk-cm7.conf      |  22 ++
>  .../conf/machine/mimxrt685-evk-cm33.conf      |  22 ++
>  meta-zephyr-bsp/conf/machine/mm-feather.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/mm-swiftio.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/mps2-an385.conf  |  22 ++
>  .../conf/machine/mps2-an521-ns.conf           |  22 ++
>  .../conf/machine/mps2-an521-remote.conf       |  22 ++
>  meta-zephyr-bsp/conf/machine/mps2-an521.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/mps3-an547.conf  |  22 ++
>  .../machine/msp-exp432p401r-launchxl.conf     |  22 ++
>  .../conf/machine/native-posix-64.conf         |  22 ++
>  .../conf/machine/native-posix.conf            |  22 ++
>  .../conf/machine/npcx7m6fb-evb.conf           |  22 ++
>  .../conf/machine/npcx9m6f-evb.conf            |  22 ++
>  .../conf/machine/nrf21540dk-nrf52840.conf     |  22 ++
>  .../conf/machine/nrf51-ble400.conf            |  22 ++
>  .../conf/machine/nrf51-blenano.conf           |  22 ++
>  .../conf/machine/nrf51-vbluno51.conf          |  22 ++
>  .../conf/machine/nrf51dk-nrf51422.conf        |  22 ++
>  .../conf/machine/nrf51dongle-nrf51422.conf    |  22 ++
>  .../conf/machine/nrf52-adafruit-feather.conf  |  22 ++
>  .../conf/machine/nrf52-blenano2.conf          |  22 ++
>  .../conf/machine/nrf52-sparkfun.conf          |  22 ++
>  .../conf/machine/nrf52-vbluno52.conf          |  22 ++
>  .../conf/machine/nrf52832-mdk.conf            |  22 ++
>  .../conf/machine/nrf52833dk-nrf52820.conf     |  22 ++
>  .../conf/machine/nrf52833dk-nrf52833.conf     |  22 ++
>  .../conf/machine/nrf52840-blip.conf           |  22 ++
>  .../conf/machine/nrf52840-mdk.conf            |  22 ++
>  .../conf/machine/nrf52840-papyr.conf          |  22 ++
>  .../conf/machine/nrf52840dk-nrf52811.conf     |  22 ++
>  .../conf}/machine/nrf52840dk-nrf52840.conf    |   0
>  .../conf/machine/nrf52840dongle-nrf52840.conf |  22 ++
>  .../conf/machine/nrf52dk-nrf52805.conf        |  22 ++
>  .../conf/machine/nrf52dk-nrf52810.conf        |  22 ++
>  .../conf/machine/nrf52dk-nrf52832.conf        |  22 ++
>  .../machine/nrf5340dk-nrf5340-cpuapp-ns.conf  |  22 ++
>  .../machine/nrf5340dk-nrf5340-cpuapp.conf     |  22 ++
>  .../machine/nrf5340dk-nrf5340-cpunet.conf     |  22 ++
>  .../conf/machine/nrf9160-innblue21-ns.conf    |  22 ++
>  .../conf/machine/nrf9160-innblue21.conf       |  22 ++
>  .../conf/machine/nrf9160-innblue22-ns.conf    |  22 ++
>  .../conf/machine/nrf9160-innblue22.conf       |  22 ++
>  .../conf/machine/nrf9160dk-nrf52840.conf      |  22 ++
>  .../conf/machine/nrf9160dk-nrf9160-ns.conf    |  22 ++
>  .../conf/machine/nrf9160dk-nrf9160.conf       |  22 ++
>  meta-zephyr-bsp/conf/machine/nsim-em.conf     |  22 ++
>  .../conf/machine/nsim-em7d-v22.conf           |  22 ++
>  .../conf/machine/nsim-hs-mpuv6.conf           |  22 ++
>  meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf |  22 ++
>  meta-zephyr-bsp/conf/machine/nsim-hs.conf     |  22 ++
>  .../conf/machine/nsim-hs6x-smp.conf           |  22 ++
>  meta-zephyr-bsp/conf/machine/nsim-hs6x.conf   |  22 ++
>  .../machine/nsim-sem-mpu-stack-guard.conf     |  22 ++
>  meta-zephyr-bsp/conf/machine/nsim-sem.conf    |  22 ++
>  .../conf/machine/nucleo-f030r8.conf           |  22 ++
>  .../conf/machine/nucleo-f031k6.conf           |  22 ++
>  .../conf/machine/nucleo-f070rb.conf           |  22 ++
>  .../conf/machine/nucleo-f091rc.conf           |  22 ++
>  .../conf/machine/nucleo-f103rb.conf           |  22 ++
>  .../conf/machine/nucleo-f207zg.conf           |  22 ++
>  .../conf/machine/nucleo-f302r8.conf           |  22 ++
>  .../conf/machine/nucleo-f303k8.conf           |  22 ++
>  .../conf/machine/nucleo-f303re.conf           |  22 ++
>  .../conf/machine/nucleo-f334r8.conf           |  22 ++
>  .../conf/machine/nucleo-f401re.conf           |  22 ++
>  .../conf/machine/nucleo-f410rb.conf           |  22 ++
>  .../conf/machine/nucleo-f411re.conf           |  22 ++
>  .../conf/machine/nucleo-f412zg.conf           |  22 ++
>  .../conf/machine/nucleo-f413zh.conf           |  22 ++
>  .../conf/machine/nucleo-f429zi.conf           |  22 ++
>  .../conf/machine/nucleo-f446re.conf           |  22 ++
>  .../conf/machine/nucleo-f746zg.conf           |  22 ++
>  .../conf/machine/nucleo-f756zg.conf           |  22 ++
>  .../conf/machine/nucleo-f767zi.conf           |  22 ++
>  .../conf/machine/nucleo-g071rb.conf           |  22 ++
>  .../conf/machine/nucleo-g0b1re.conf           |  22 ++
>  .../conf/machine/nucleo-g431rb.conf           |  22 ++
>  .../conf/machine/nucleo-g474re.conf           |  22 ++
>  .../conf/machine/nucleo-h723zg.conf           |  22 ++
>  .../conf/machine/nucleo-h743zi.conf           |  22 ++
>  .../conf/machine/nucleo-h745zi-q-m4.conf      |  22 ++
>  .../conf/machine/nucleo-h745zi-q-m7.conf      |  22 ++
>  .../conf/machine/nucleo-h753zi.conf           |  22 ++
>  .../conf/machine/nucleo-l011k4.conf           |  22 ++
>  .../conf/machine/nucleo-l031k6.conf           |  22 ++
>  .../conf/machine/nucleo-l053r8.conf           |  22 ++
>  .../conf/machine/nucleo-l073rz.conf           |  22 ++
>  .../conf/machine/nucleo-l152re.conf           |  22 ++
>  .../conf/machine/nucleo-l412rb-p.conf         |  22 ++
>  .../conf/machine/nucleo-l432kc.conf           |  22 ++
>  .../conf/machine/nucleo-l433rc-p.conf         |  22 ++
>  .../conf/machine/nucleo-l452re-p.conf         |  22 ++
>  .../conf/machine/nucleo-l452re.conf           |  22 ++
>  .../conf/machine/nucleo-l476rg.conf           |  22 ++
>  .../conf/machine/nucleo-l496zg.conf           |  22 ++
>  .../conf/machine/nucleo-l4r5zi.conf           |  22 ++
>  .../conf/machine/nucleo-l552ze-q-ns.conf      |  22 ++
>  .../conf/machine/nucleo-l552ze-q.conf         |  22 ++
>  .../conf/machine/nucleo-u575zi-q.conf         |  22 ++
>  .../conf/machine/nucleo-wb55rg.conf           |  22 ++
>  .../conf/machine/nucleo-wl55jc.conf           |  22 ++
>  .../conf/machine/nuvoton-pfm-m487.conf        |  22 ++
>  .../conf/machine/nxp-adsp-imx8.conf           |  22 ++
>  .../machine/nxp-ls1046ardb-smp-2cores.conf    |  22 ++
>  .../machine/nxp-ls1046ardb-smp-4cores.conf    |  22 ++
>  .../conf/machine/nxp-ls1046ardb.conf          |  22 ++
>  .../conf/machine/olimex-stm32-e407.conf       |  22 ++
>  .../conf/machine/olimex-stm32-h103.conf       |  22 ++
>  .../conf/machine/olimex-stm32-h407.conf       |  22 ++
>  .../conf/machine/olimex-stm32-p405.conf       |  22 ++
>  .../conf/machine/olimexino-stm32.conf         |  22 ++
>  .../conf/machine/particle-argon.conf          |  22 ++
>  .../conf/machine/particle-boron.conf          |  22 ++
>  .../conf/machine/particle-xenon.conf          |  22 ++
>  meta-zephyr-bsp/conf/machine/pico-pi-m4.conf  |  22 ++
>  .../conf/machine/pinetime-devkit0.conf        |  22 ++
>  .../conf/machine/pinnacle-100-dvk.conf        |  22 ++
>  meta-zephyr-bsp/conf/machine/qemu-arc-em.conf |  22 ++
>  meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf |  22 ++
>  .../conf/machine/qemu-arc-hs6x.conf           |  22 ++
>  .../conf/machine/qemu-cortex-a53-smp.conf     |  22 ++
>  .../conf/machine/qemu-cortex-a53-xip.conf     |  22 ++
>  .../conf/machine/qemu-cortex-a53.conf         |  22 ++
>  .../conf/machine/qemu-cortex-m0.conf          |  22 ++
>  .../conf}/machine/qemu-cortex-m3.conf         |   0
>  .../conf/machine/qemu-cortex-r5.conf          |  22 ++
>  meta-zephyr-bsp/conf/machine/qemu-leon3.conf  |  22 ++
>  .../conf}/machine/qemu-nios2.conf             |   0
>  .../conf/machine/qemu-riscv32-xip.conf        |  22 ++
>  .../conf/machine/qemu-riscv32.conf            |  22 ++
>  .../conf/machine/qemu-riscv64.conf            |  22 ++
>  .../conf/machine/qemu-x86-64-nokpti.conf      |  22 ++
>  meta-zephyr-bsp/conf/machine/qemu-x86-64.conf |  22 ++
>  .../conf/machine/qemu-x86-lakemont.conf       |  22 ++
>  .../conf/machine/qemu-x86-nokpti.conf         |  22 ++
>  .../conf/machine/qemu-x86-nommu.conf          |  22 ++
>  .../conf/machine/qemu-x86-nopae.conf          |  22 ++
>  .../conf/machine/qemu-x86-tiny.conf           |  22 ++
>  .../conf/machine/qemu-x86-virt.conf           |  22 ++
>  .../conf/machine/qemu-x86-xip.conf            |  22 ++
>  .../conf}/machine/qemu-x86.conf               |   0
>  meta-zephyr-bsp/conf/machine/qemu-xtensa.conf |  22 ++
>  .../conf/machine/quick-feather.conf           |  22 ++
>  .../conf/machine/rak4631-nrf52840.conf        |  22 ++
>  .../conf/machine/rak5010-nrf52840.conf        |  22 ++
>  .../conf/machine/rcar-h3ulcb-cr7.conf         |  22 ++
>  .../conf/machine/reel-board-v2.conf           |  22 ++
>  meta-zephyr-bsp/conf/machine/reel-board.conf  |  22 ++
>  .../conf/machine/ronoth-lodev.conf            |  22 ++
>  .../conf/machine/ruuvi-ruuvitag.conf          |  22 ++
>  .../conf/machine/rv32m1-vega-ri5cy.conf       |  22 ++
>  .../conf/machine/rv32m1-vega-zero-riscy.conf  |  22 ++
>  .../conf/machine/sam-e70-xplained.conf        |  22 ++
>  .../conf/machine/sam-e70b-xplained.conf       |  22 ++
>  .../conf/machine/sam-v71-xult.conf            |  22 ++
>  .../conf/machine/sam-v71b-xult.conf           |  22 ++
>  meta-zephyr-bsp/conf/machine/sam4e-xpro.conf  |  22 ++
>  meta-zephyr-bsp/conf/machine/sam4l-ek.conf    |  22 ++
>  .../conf/machine/sam4s-xplained.conf          |  22 ++
>  .../conf/machine/seeeduino-xiao.conf          |  22 ++
>  .../conf/machine/segger-trb-stm32f407.conf    |  22 ++
>  .../conf/machine/sensortile-box.conf          |  22 ++
>  meta-zephyr-bsp/conf/machine/serpente.conf    |  22 ++
>  .../sparkfun-thing-plus-nrf9160-ns.conf       |  22 ++
>  .../machine/sparkfun-thing-plus-nrf9160.conf  |  22 ++
>  .../conf/machine/steval-fcu001v1.conf         |  22 ++
>  .../conf/machine/stm32-min-dev-black.conf     |  22 ++
>  .../conf/machine/stm32-min-dev-blue.conf      |  22 ++
>  .../conf/machine/stm3210c-eval.conf           |  22 ++
>  .../conf/machine/stm32373c-eval.conf          |  22 ++
>  .../conf/machine/stm32f0-disco.conf           |  22 ++
>  .../conf/machine/stm32f030-demo.conf          |  22 ++
>  .../conf/machine/stm32f072-eval.conf          |  22 ++
>  .../conf/machine/stm32f072b-disco.conf        |  22 ++
>  .../conf/machine/stm32f103-mini.conf          |  22 ++
>  .../conf/machine/stm32f3-disco.conf           |  22 ++
>  .../conf/machine/stm32f4-disco.conf           |  22 ++
>  .../conf/machine/stm32f411e-disco.conf        |  22 ++
>  .../conf/machine/stm32f412g-disco.conf        |  22 ++
>  .../conf/machine/stm32f429i-disc1.conf        |  22 ++
>  .../conf/machine/stm32f469i-disco.conf        |  22 ++
>  .../conf/machine/stm32f723e-disco.conf        |  22 ++
>  .../conf/machine/stm32f746g-disco.conf        |  22 ++
>  .../conf/machine/stm32f769i-disco.conf        |  22 ++
>  .../conf/machine/stm32g0316-disco.conf        |  22 ++
>  .../conf/machine/stm32g071b-disco.conf        |  22 ++
>  .../conf/machine/stm32h735g-disco.conf        |  22 ++
>  .../conf/machine/stm32h747i-disco-m4.conf     |  22 ++
>  .../conf/machine/stm32h747i-disco-m7.conf     |  22 ++
>  .../conf/machine/stm32l1-disco.conf           |  22 ++
>  .../conf/machine/stm32l476g-disco.conf        |  22 ++
>  .../conf/machine/stm32l496g-disco.conf        |  22 ++
>  .../conf/machine/stm32l562e-dk-ns.conf        |  22 ++
>  .../conf/machine/stm32l562e-dk.conf           |  22 ++
>  .../conf}/machine/stm32mp157c-dk2.conf        |   0
>  .../conf/machine/stm32vl-disco.conf           |  22 ++
>  meta-zephyr-bsp/conf/machine/teensy40.conf    |  22 ++
>  meta-zephyr-bsp/conf/machine/teensy41.conf    |  22 ++
>  .../conf/machine/thingy52-nrf52832.conf       |  22 ++
>  .../machine/thingy53-nrf5340-cpuapp-ns.conf   |  22 ++
>  .../conf/machine/thingy53-nrf5340-cpuapp.conf |  22 ++
>  .../conf/machine/thingy53-nrf5340-cpunet.conf |  22 ++
>  .../conf/machine/tlsr9518adk80d.conf          |  22 ++
>  meta-zephyr-bsp/conf/machine/twr-ke18f.conf   |  22 ++
>  .../conf/machine/twr-kv58f220m.conf           |  22 ++
>  .../conf/machine/ubx-bmd300eval-nrf52832.conf |  22 ++
>  .../conf/machine/ubx-bmd330eval-nrf52810.conf |  22 ++
>  .../conf/machine/ubx-bmd340eval-nrf52840.conf |  22 ++
>  .../conf/machine/ubx-bmd345eval-nrf52840.conf |  22 ++
>  .../conf/machine/ubx-bmd360eval-nrf52811.conf |  22 ++
>  .../conf/machine/ubx-bmd380eval-nrf52840.conf |  22 ++
>  .../conf/machine/ubx-evkannab1-nrf52832.conf  |  22 ++
>  .../conf/machine/ubx-evkninab1-nrf52832.conf  |  22 ++
>  .../conf/machine/ubx-evkninab3-nrf52840.conf  |  22 ++
>  .../conf/machine/ubx-evkninab4-nrf52833.conf  |  22 ++
>  .../conf/machine/udoo-neo-full-m4.conf        |  22 ++
>  meta-zephyr-bsp/conf/machine/up-squared.conf  |  22 ++
>  .../conf/machine/usb-kw24d512.conf            |  22 ++
>  meta-zephyr-bsp/conf/machine/v2m-beetle.conf  |  22 ++
>  .../conf/machine/v2m-musca-b1-ns.conf         |  22 ++
>  .../conf/machine/v2m-musca-b1.conf            |  22 ++
>  .../conf/machine/v2m-musca-s1-ns.conf         |  22 ++
>  .../conf/machine/v2m-musca-s1.conf            |  22 ++
>  meta-zephyr-bsp/conf/machine/warp7-m4.conf    |  22 ++
>  .../conf/machine/waveshare-open103z.conf      |  22 ++
>  meta-zephyr-bsp/conf/machine/xenvm.conf       |  22 ++
>  .../conf/machine/xmc45-relax-kit.conf         |  22 ++
>  .../conf/machine/xt-sim-intel-s1000.conf      |  22 ++
>  meta-zephyr-bsp/conf/machine/xt-sim.conf      |  22 ++
>  ...xport-an-OpenEmbedded-machine-config.patch | 201
> ++++++++++++++++++
>  .../meta/generate-zephyr-machines.bb          |  48 +++++
>  COPYING.MIT => meta-zephyr-core/COPYING.MIT   |   0
>  meta-zephyr-core/README.txt                   | 119 +++++++++++
>  .../classes}/siteinfo-zephyr.bbclass          |   0
>  .../classes}/zephyr-flash-bossac.bbclass      |   0
>  .../classes}/zephyr-flash-dfu.bbclass         |   0
>  .../classes}/zephyr-flash-pyocd.bbclass       |   0
>  .../classes}/zephyr-qemuboot.bbclass          |   0
>  .../classes}/zephyr.bbclass                   |  42 ++++
>  .../classes}/zephyrtest.bbclass               |   0
>  .../conf}/distro/zephyr.conf                  |   0
>  meta-zephyr-core/conf/layer.conf              |  22 ++
>  .../lib}/oeqa/controllers/__init__.py         |   0
>  .../oeqa/controllers/zephyrtargetcontrol.py   |   0
>  .../lib}/oeqa/runtime/__init__.py             |   0
>  .../lib}/oeqa/runtime/cases/zephyr.py         |   0
>  .../lib}/oeqa/utils/qemuzephyrrunner.py       |   0
>  .../recipes-core}/newlib/newlib_%.bbappend    |   0
>  .../binutils/binutils-2.26arc.inc             |   0
>  .../binutils-cross-canadian_2.26arc.bb        |   0
>  .../binutils/binutils-cross_2.26arc.bb        |   0
>  ...e54244cd02bdcf4f1057be3ce96631f35ac3.patch |   0
>  .../recipes-devtools-arc}/gcc/gcc-6.x.arc.inc |   0
>  .../gcc/gcc-cross-canadian_6.x.arc.bb         |   0
>  .../gcc/gcc-cross_6.x.arc .bb                 |   0
>  .../gcc/gcc-source_6.x.arc.bb                 |   0
>  .../gcc/libgcc_6.x.arc.bb                     |   0
>  .../gcc/gcc-cross_6.%.bbappend                |   0
>  .../recipes-devtools}/gcc/libgcc_6.%.bbappend |   0
>  .../python/python3-anytree_2.8.0.bb           |  14 ++
>  .../python/python3-breathe_4.31.0.bb          |  17 ++
>  .../python/python3-canopen_1.2.1.bb           |  17 ++
>  .../python/python3-cbor_1.0.0.bb              |  19 ++
>  .../python/python3-colorama_0.4.4.bb          |  16 ++
>  .../python/python3-coverage_5.5.bb            |  14 ++
>  .../python/python3-docopt_0.6.2.bb            |  14 ++
>  .../python/python3-gcovr_5.0.bb               |  14 ++
>  .../python/python3-gitlint_0.15.1.bb          |  14 ++
>  .../python/python3-imgtool_1.7.2.bb           |  14 ++
>  .../python/python3-intelhex_2.3.0.bb          |  12 ++
>  .../python/python3-junithtml_30.0.4.bb        |  14 ++
>  .../python/python3-junitparser_2.1.1.bb       |  14 ++
>  .../python/python3-lpc-checksum_2.2.0.bb      |  14 ++
>  .../python/python3-lpc_checksum_2.2.0.bb      |  14 ++
>  .../python/python3-mock_4.0.3.bb              |  14 ++
>  .../python/python3-mypy_0.910.bb              |  14 ++
>  .../python/python3-packaging_21.0.bb          |  14 ++
>  .../python/python3-pillow_8.3.2.bb            |  14 ++
>  .../python/python3-progress_1.6.bb            |  14 ++
>  .../python/python3-psutil_5.8.0.bb            |  14 ++
>  .../python/python3-pyelftools_0.27.bb         |  14 ++
>  .../python/python3-pygithub_1.55.bb           |  14 ++
>  .../python/python3-pygments_2.10.0.bb         |  15 ++
>  .../python/python3-pykwalify_1.8.0.bb         |  15 ++
>  .../recipes-devtools/python/python3-pylink    |  11 +
>  .../python/python3-pyocd_0.32.0.bb            |  14 ++
>  .../python/python3-pyparsing_2.4.7.bb         |  14 ++
>  .../python/python3-sphinx_4.2.0.bb            |  14 ++
>  .../qemu/files/nios2-add-support.patch        |   0
>  .../recipes-devtools}/qemu/qemu_%.bbappend    |   0
>  .../recipes-devtools/west/west_0.12.99.bb     |  22 ++
>  .../0001-cmake-add-yocto-toolchain.patch      |   0
>  ...0001-cmake-added-missing-file-ext-to.patch |   0
>  ...ry-generation-issue-in-cross-compila.patch |   0
>  ...rduino-nano-33-ble-storage-partition.patch |   0
>  .../zephyr-kernel/files/dtc.patch             |   0
>  .../zephyr-kernel/zephyr-blinky.bb            |   0
>  .../zephyr-kernel/zephyr-coap-client.bb       |   0
>  .../zephyr-kernel/zephyr-coap-server.bb       |   0
>  .../zephyr-kernel/zephyr-echo-client.bb       |   0
>  .../zephyr-kernel/zephyr-hci-uart.bb          |   0
>  .../zephyr-kernel/zephyr-helloworld.bb        |   0
>  .../zephyr-kernel/zephyr-http-client.bb       |   0
>  .../zephyr-kernel/zephyr-image.inc            |   0
>  .../zephyr-kernel/zephyr-kernel-common.inc    |  13 +-
>  .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc |  54 +++++
>  .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc |  69 ++++++
>  .../zephyr-kernel/zephyr-kernel-src-dev.inc   |   0
>  .../zephyr-kernel/zephyr-kernel-src.bb        |   0
>  .../zephyr-kernel/zephyr-kernel-src.inc       |  58 +++++
>  .../zephyr-kernel/zephyr-kernel-test-all.bb   |   0
>  .../zephyr-kernel/zephyr-kernel-test.bb       |   0
>  .../zephyr-kernel/zephyr-kernel-test.inc      |   0
>  .../zephyr-kernel/zephyr-lvgl.bb              |   0
>  .../zephyr-kernel/zephyr-mqtt-publisher.bb    |   0
>  .../zephyr-kernel/zephyr-openamp-rsc-table.bb |   0
>  .../zephyr-openthread-echo-client.bb          |   0
>  .../zephyr-kernel/zephyr-peripheral-esp.bb    |   0
>  .../zephyr-kernel/zephyr-peripheral-hr.bb     |   0
>  .../zephyr-kernel/zephyr-philosophers.bb      |   0
>  .../zephyr-kernel/zephyr-sample.inc           |   0
>  .../zephyr-kernel/zephyr-websocket-client.bb  |   0
>  .../zephyr-kernel/zephyr-kernel-src-2.6.1.inc |  20 --
>  .../zephyr-kernel/zephyr-kernel-src-2.7.1.inc |  20 --
>  .../zephyr-kernel/zephyr-kernel-src.inc       |  27 ---
>  498 files changed, 9467 insertions(+), 87 deletions(-)
>  rename {conf => meta-zephyr-bsp/conf}/layer.conf (62%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-aerocore2.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-argonkey.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/96b-avenger96.conf
> (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-carbon-nrf51.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-carbon.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-meerkat96.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-neonkey.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/96b-nitrogen.conf
> (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-stm32-sensor-
> mez.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/96b-wistrio.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/acrn-ehl-crb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/acrn.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-bee-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-
> bee.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-som-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus-
> som.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/actinius-icarus.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-m0-
> basic-proto.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-feather-
> stm32f405.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-itsybitsy-m4-
> express.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/adafruit-trinket-
> m0.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/adp-xc7k-ae350.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/altera-max10.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/arduino-due.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/arduino-nano-33-
> ble.conf (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/arduino-nano-33-
> iot.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/arduino-zero.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/arty-a7-arm-
> designstart-m1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/arty-a7-arm-
> designstart-m3.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/atsamd20-xpro.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/atsamd21-xpro.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/atsame54-xpro.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/atsamr21-xpro.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/b-l072z-lrwan1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/b-l4s5i-iot01a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/b-u585i-iot02a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bbc-microbit-v2.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bbc-microbit.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bcm958401m2.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bcm958402m2-
> a72.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bcm958402m2-
> m7.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/beaglev-starlight-
> jh7100.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-cpuapp-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-
> cpuapp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl5340-dvk-
> cpunet.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl652-dvk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl653-dvk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl654-dvk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl654-sensor-
> board.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bl654-usb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/black-f407ve.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/black-f407zg-pro.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/blackpill-f401ce.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/blackpill-f411ce.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bt510.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/bt610.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cc1352r-
> sensortag.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cc1352r1-launchxl.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cc26x2r1-launchxl.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cc3220sf-launchxl.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cc3235sf-launchxl.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/circuitdojo-feather-
> nrf9160-ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/circuitdojo-feather-
> nrf9160.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/colibri-imx7d-m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/contextualelectronics-
> abc.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-
> m0.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-ble-
> m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-
> m0.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/cy8ckit-062-wifi-bt-
> m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/decawave-dwm1001-
> dev.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/degu-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/disco-l475-iot1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/dragino-lsn50.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/dragino-nbsn95.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efm32gg-
> slwstk6121a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efm32gg-
> stk3701a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efm32hg-
> slstk3400a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-
> stk3401a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-stk3402a-
> jg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efm32pg-
> stk3402a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efm32wg-
> stk3800.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-
> brd4104a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-
> brd4180a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-
> brd4250b.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efr32-radio-
> brd4255a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/efr32mg-sltb004a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ehl-crb-sbl.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ehl-crb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-
> em11d.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-em7d-
> v22.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit-
> em7d.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/em-starterkit.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em5d.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em6.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em7d-
> esp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em7d.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/emsdp-em9d.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/emsdp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/esp32c3-devkitm.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/faze.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k22f.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k64f.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/frdm-k82f.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/frdm-kl25z.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/frdm-kw41z.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/fvp-base-revc-
> 2xaemv8a.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/fvp-baser-aemv8r-
> smp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/fvp-baser-
> aemv8r.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/google-kukui.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/gr716a-mini.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hexiwear-k64.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hexiwear-kw40z.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hifive-unleashed.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hifive-
> unmatched.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hifive1-revb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hifive1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/holyiot-yj16019.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hsdk-2cores.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/hsdk.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/nrf52.inc (89%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/stm32mp1-
> cortex-m4.inc (67%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-arc.inc
> (100%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-corei7-
> common.inc (100%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-
> cortexm0.inc (100%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-
> cortexm3.inc (100%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-
> cortexm4.inc (100%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-iamcu.inc
> (100%)
>  rename {conf => meta-zephyr-bsp/conf}/machine/include/tune-nios2.inc
> (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs15.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs18.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs20.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/intel-adsp-cavs25.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/intel-s1000-crb.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/intel-x86-64.conf (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/iotdk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ip-k66f.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/it8xxx2-evb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/legend.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/litex-vexriscv.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lora-e5-dev-
> board.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso11u68.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso54114-
> m0.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso54114-
> m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s16.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s28.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-
> cpu0.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-
> cpu1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/lpcxpresso55s69-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/m2gl025-miv.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mec1501modular-
> assy6885.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mec15xxevb-
> assy6853.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mec172xevb-
> assy6906.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mec2016evb-
> assy6797.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mercury-xu.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mikroe-clicker-2.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mikroe-mini-m4-for-
> stm32.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimx8mm-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1010-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1015-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1020-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1024-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1050-evk-
> qspi.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1050-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1060-evk-
> hyperflash.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1060-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1064-evk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1170-evk-
> cm4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt1170-evk-
> cm7.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mimxrt685-evk-
> cm33.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mm-feather.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mm-swiftio.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an385.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521-ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521-
> remote.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mps2-an521.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/mps3-an547.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/msp-exp432p401r-
> launchxl.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/native-posix-64.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/native-posix.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/npcx7m6fb-evb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/npcx9m6f-evb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf21540dk-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-ble400.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-blenano.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf51-vbluno51.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf51dk-nrf51422.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf51dongle-
> nrf51422.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-adafruit-
> feather.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-blenano2.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-sparkfun.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52-vbluno52.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52832-mdk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52833dk-
> nrf52820.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52833dk-
> nrf52833.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-blip.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-mdk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840-papyr.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840dk-
> nrf52811.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/nrf52840dk-
> nrf52840.conf (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52840dongle-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52805.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52810.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf52dk-nrf52832.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-
> cpuapp-ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-
> cpuapp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf5340dk-nrf5340-
> cpunet.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue21-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-
> innblue21.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-innblue22-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160-
> innblue22.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-nrf9160-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nrf9160dk-
> nrf9160.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-em.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-em7d-v22.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs-mpuv6.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs-smp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs6x-smp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-hs6x.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-sem-mpu-stack-
> guard.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nsim-sem.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f030r8.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f031k6.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f070rb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f091rc.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f103rb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f207zg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f302r8.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f303k8.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f303re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f334r8.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f401re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f410rb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f411re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f412zg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f413zh.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f429zi.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f446re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f746zg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f756zg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-f767zi.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g071rb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g0b1re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g431rb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-g474re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h723zg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h743zi.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-
> m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h745zi-q-
> m7.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-h753zi.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l011k4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l031k6.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l053r8.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l073rz.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l152re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l412rb-p.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l432kc.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l433rc-p.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l452re-p.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l452re.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l476rg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l496zg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l4r5zi.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l552ze-q-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-l552ze-q.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-u575zi-q.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-wb55rg.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nucleo-wl55jc.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nuvoton-pfm-
> m487.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nxp-adsp-imx8.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-
> 2cores.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb-smp-
> 4cores.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/nxp-ls1046ardb.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-
> e407.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-
> h103.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-
> h407.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/olimex-stm32-
> p405.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/olimexino-stm32.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/particle-argon.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/particle-boron.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/particle-xenon.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/pico-pi-m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/pinetime-devkit0.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/pinnacle-100-dvk.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-em.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-hs.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-arc-hs6x.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53-
> smp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53-
> xip.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-a53.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-m0.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/qemu-cortex-m3.conf
> (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-cortex-r5.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-leon3.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/qemu-nios2.conf (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv32-xip.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv32.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-riscv64.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-64-
> nokpti.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-64.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-
> lakemont.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nokpti.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-
> nommu.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-nopae.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-tiny.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-virt.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-x86-xip.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/qemu-x86.conf (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/qemu-xtensa.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/quick-feather.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/rak4631-nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/rak5010-nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/rcar-h3ulcb-cr7.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/reel-board-v2.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/reel-board.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ronoth-lodev.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ruuvi-ruuvitag.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/rv32m1-vega-
> ri5cy.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/rv32m1-vega-zero-
> riscy.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sam-e70-
> xplained.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sam-e70b-
> xplained.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sam-v71-xult.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sam-v71b-xult.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sam4e-xpro.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sam4l-ek.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sam4s-xplained.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/seeeduino-xiao.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/segger-trb-
> stm32f407.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sensortile-box.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/serpente.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-
> nrf9160-ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/sparkfun-thing-plus-
> nrf9160.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/steval-fcu001v1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32-min-dev-
> black.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32-min-dev-
> blue.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm3210c-eval.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32373c-eval.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f0-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f030-demo.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f072-eval.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f072b-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f103-mini.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f3-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f4-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f411e-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f412g-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f429i-disc1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f469i-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f723e-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f746g-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32f769i-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32g0316-
> disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32g071b-
> disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32h735g-
> disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32h747i-disco-
> m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32h747i-disco-
> m7.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32l1-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32l476g-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32l496g-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32l562e-dk-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32l562e-dk.conf
>  rename {conf => meta-zephyr-bsp/conf}/machine/stm32mp157c-dk2.conf
> (100%)
>  create mode 100755 meta-zephyr-bsp/conf/machine/stm32vl-disco.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/teensy40.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/teensy41.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/thingy52-
> nrf52832.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-
> cpuapp-ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-
> cpuapp.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/thingy53-nrf5340-
> cpunet.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/tlsr9518adk80d.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/twr-ke18f.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/twr-kv58f220m.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd300eval-
> nrf52832.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd330eval-
> nrf52810.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd340eval-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd345eval-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd360eval-
> nrf52811.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-bmd380eval-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkannab1-
> nrf52832.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab1-
> nrf52832.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab3-
> nrf52840.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/ubx-evkninab4-
> nrf52833.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/udoo-neo-full-
> m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/up-squared.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/usb-kw24d512.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/v2m-beetle.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-b1-
> ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-b1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-s1-ns.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/v2m-musca-s1.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/warp7-m4.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/waveshare-
> open103z.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/xenvm.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/xmc45-relax-kit.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/xt-sim-intel-
> s1000.conf
>  create mode 100755 meta-zephyr-bsp/conf/machine/xt-sim.conf
>  create mode 100644 meta-zephyr-bsp/recipes-meta/meta/files/0001-
> zephyr-Export-an-OpenEmbedded-machine-config.patch
>  create mode 100644 meta-zephyr-bsp/recipes-meta/meta/generate-
> zephyr-machines.bb

[Naveen] It should be documented, when to use this recipe and how ! And what it 
produces.


>  rename COPYING.MIT => meta-zephyr-core/COPYING.MIT (100%)
>  create mode 100644 meta-zephyr-core/README.txt
>  rename {classes => meta-zephyr-core/classes}/siteinfo-zephyr.bbclass
> (100%)
>  rename {classes => meta-zephyr-core/classes}/zephyr-flash-bossac.bbclass
> (100%)
>  rename {classes => meta-zephyr-core/classes}/zephyr-flash-dfu.bbclass
> (100%)
>  rename {classes => meta-zephyr-core/classes}/zephyr-flash-pyocd.bbclass
> (100%)
>  rename {classes => meta-zephyr-core/classes}/zephyr-qemuboot.bbclass
> (100%)
>  rename {classes => meta-zephyr-core/classes}/zephyr.bbclass (54%)
>  rename {classes => meta-zephyr-core/classes}/zephyrtest.bbclass (100%)
>  rename {conf => meta-zephyr-core/conf}/distro/zephyr.conf (100%)
>  create mode 100644 meta-zephyr-core/conf/layer.conf
>  rename {lib => meta-zephyr-core/lib}/oeqa/controllers/__init__.py (100%)
>  rename {lib => meta-zephyr-
> core/lib}/oeqa/controllers/zephyrtargetcontrol.py (100%)
>  rename {lib => meta-zephyr-core/lib}/oeqa/runtime/__init__.py (100%)
>  rename {lib => meta-zephyr-core/lib}/oeqa/runtime/cases/zephyr.py
> (100%)
>  rename {lib => meta-zephyr-core/lib}/oeqa/utils/qemuzephyrrunner.py
> (100%)
>  rename {recipes-core => meta-zephyr-core/recipes-
> core}/newlib/newlib_%.bbappend (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/binutils/binutils-2.26arc.inc (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/binutils/binutils-cross-canadian_2.26arc.bb (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/binutils/binutils-cross_2.26arc.bb (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/gcc/files/cbd8e54244cd02bdcf4f1057be3ce96631f35ac3.patch (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/gcc/gcc-6.x.arc.inc (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/gcc/gcc-cross-canadian_6.x.arc.bb (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/gcc/gcc-cross_6.x.arc .bb (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/gcc/gcc-source_6.x.arc.bb (100%)
>  rename {recipes-devtools-arc => meta-zephyr-core/recipes-devtools-
> arc}/gcc/libgcc_6.x.arc.bb (100%)
>  rename {recipes-devtools => meta-zephyr-core/recipes-devtools}/gcc/gcc-
> cross_6.%.bbappend (100%)
>  rename {recipes-devtools => meta-zephyr-core/recipes-
> devtools}/gcc/libgcc_6.%.bbappend (100%)
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> anytree_2.8.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> breathe_4.31.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> canopen_1.2.1.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> cbor_1.0.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> colorama_0.4.4.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> coverage_5.5.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> docopt_0.6.2.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> gcovr_5.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> gitlint_0.15.1.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> imgtool_1.7.2.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> intelhex_2.3.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> junithtml_30.0.4.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> junitparser_2.1.1.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> lpc-checksum_2.2.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> lpc_checksum_2.2.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> mock_4.0.3.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> mypy_0.910.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> packaging_21.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pillow_8.3.2.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> progress_1.6.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> psutil_5.8.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pyelftools_0.27.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pygithub_1.55.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pygments_2.10.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pykwalify_1.8.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pylink
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pyocd_0.32.0.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> pyparsing_2.4.7.bb
>  create mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> sphinx_4.2.0.bb

[Naveen]  Meta-zephyr already has layer dependency on meta-python and I think 
most of the recipes are already available in meta-python layer.
https://git.yoctoproject.org/meta-zephyr/tree/conf/layer.conf#n16
Is there any specific reason for keeping these recipes in this layer ! It will 
require additional work to maintain them here.


>  rename {recipes-devtools => meta-zephyr-core/recipes-
> devtools}/qemu/files/nios2-add-support.patch (100%)
>  rename {recipes-devtools => meta-zephyr-core/recipes-
> devtools}/qemu/qemu_%.bbappend (100%)
>  create mode 100644 meta-zephyr-core/recipes-
> devtools/west/west_0.12.99.bb
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/files/0001-cmake-add-yocto-toolchain.patch (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/files/0001-cmake-added-missing-file-ext-to.patch (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/files/0001-x86-fix-efi-binary-generation-issue-in-cross-compila.patch
> (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/files/arduino-nano-33-ble-storage-partition.patch (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/files/dtc.patch (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-blinky.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-coap-client.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-coap-server.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-echo-client.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-hci-uart.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-helloworld.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-http-client.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-image.inc (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-kernel-common.inc (76%)
>  create mode 100644 meta-zephyr-core/recipes-kernel/zephyr-
> kernel/zephyr-kernel-src-2.6.1.inc
>  create mode 100644 meta-zephyr-core/recipes-kernel/zephyr-
> kernel/zephyr-kernel-src-2.7.1.inc
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-kernel-src-dev.inc (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-kernel-src.bb (100%)
>  create mode 100644 meta-zephyr-core/recipes-kernel/zephyr-
> kernel/zephyr-kernel-src.inc
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-kernel-test-all.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-kernel-test.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-kernel-test.inc (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-lvgl.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-mqtt-publisher.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-openamp-rsc-table.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-openthread-echo-client.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-peripheral-esp.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-peripheral-hr.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-philosophers.bb (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-sample.inc (100%)
>  rename {recipes-kernel => meta-zephyr-core/recipes-kernel}/zephyr-
> kernel/zephyr-websocket-client.bb (100%)
>  delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-
> 2.6.1.inc
>  delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src-
> 2.7.1.inc
>  delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc
> 
> --
> 2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55769): https://lists.yoctoproject.org/g/yocto/message/55769
Mute This Topic: https://lists.yoctoproject.org/mt/88261389/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to