aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
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.