aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2021-08-05Convert to new override syntaxNaveen Saini
Use the convert-overrides.py to convert to new syntax and fixed some additional changes manually. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2020-09-23zephyr-kernel: add Zephyr RTOS version 2.3.0 supportMah, Yock Gen
Signed-off-by: Mah, Yock Gen <yock.gen.mah@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2020-04-02qemu: update recipe versionNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2019-12-09qemu: updated version to bbappend latest bbNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2017-02-05qemu_2.8: disable Nios2 for nowJuro Bystricky
Disable build of QEMU for Nios2 as the patch for QEMU 2.7 does not apply cleanly for QEMU 2.8. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-23qemu-nios2: New MACHINEJuro Bystricky
Added support for Zephyr qemu-nios2 BOARD. Nios2 CPU is not supported natively by upstream QEMU, so a Nios2 specific patch needs to be applied. [YOCTO#10660] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-19meta-zephyr: newlib supportJuro Bystricky
This patch adds newlib libraries for cortex-m3, x86, IAMCU and ARC toolchains. [YOCTO#10662] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-04meta-zephyr: add support for cortexm3 toolchainJuro Bystricky
Cortex-M3 is not supported natively by oe-embedded, so we need to do it here. With these changes it should be possible to run: To build all Zephyr tests: $ MACHINE=qemuarm bitbake zephyr-kernel-test-all $ MACHINE=qemuarm bitbake zephyr-kernel-test-all -ctestimage To build "philosophers" sample: $ MACHINE=qemuarm bitbake zephyr-philosophers Once built, you can run the created "philosophers" image in qemu (at this point the various paths have to be entered manually): $ ./tmp/sysroots/x86_64-linux/usr/bin/qemu-system-arm \ -kernel ./tmp/deploy/images/qemuarm/philosophers.elf \ -cpu cortex-m3 -machine lm3s6965evb -nographic -vga none Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>