aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2020-07-20arm-none-eabi-gcc: removeTrevor Woerner
We already have a dependency on meta-arm/meta-arm in order to build tf-a (there's no point carrying our own recipe when there's a common, consolidated one to use in meta-arm). meta-arm/meta-arm now has a dependency on meta-arm/meta-arm-toolchain. meta-arm-toolchain has a recipe for virtual/arm-none-eabi-gcc, so we might as well use that too, and remove our own version. Note that using the meta-arm-toolchain recipe required a small change to how the dependency is specified. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2020-02-14remove imageTrevor Woerner
This is a BSP layer, not a software demonstration layer. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2020-01-27gcc-arm-none-eabi-native: Add recipeJoshua Watt
Adds a recipe to pull down the prebuilt GCC for compiling on Cortex-R and Cortex-M processors from ARM. This toolchain is required to build Arm Trusted Firmware for the Rockchip rk3399 SoC, since it must compile some firmware for the M0 coprocessor. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2018-04-15linux-rockchip: removeTrevor Woerner
There is no MACHINE that is using it. This recipe should have really been called "linux-radxa" since that is from where it is fetching the sources, i.e. github.com/radxa and not github.com/rockchip-linux. The conf/machine/include/rk3{066|188}.inc files were still using the old kernel recipe name. Now with RSS, the "prebuilt-gcc-linaro" no longer works. Although I could get this recipe to work again, trying to build the kernel fails with "as: unrecognized option -EL". Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2016-12-26recipes-devtools: Add recipe for prebuilt-gcc-linaroRomain Perier
Reviewed-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Romain Perier <romain.perier@gmail.com>
2015-01-23recipies-devtools: Add net-kexec packageRomain Perier
This installs a script which is able to kexec a kernel through the network from user space. As the proprietary bootloader is limited and does not offer such a feature, this is a good alternative for developers.