aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools-arc
AgeCommit message (Collapse)Author
2022-01-24meta-zephyr-core/bsp: Restructure into sublayersEilís Ní Fhlannagáin
This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparation for adding the autogenerated zephyr machines. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
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>
2017-04-03binutils (ARC): remove unneeded patchJuro Bystricky
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-03-17gcc (ARC): upgrade to 6.3.0Juro Bystricky
Upgrade needed to avoid some compiler bugs with -Os. https://jira.zephyrproject.org/browse/ZEP-1882 Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-02-06binutils (ARC): fix buildJuro Bystricky
Fix the error: ERROR: binutils-cross-arc-2.26+gitarc-r0 do_fetch: Fetcher failure: Unable to find file file://no-tooldirpaths.patch anywhere This is a consequence of including recipes-devtools/binutils/binutils-cross.inc which uses the patch in SRC_URI. (This patch was not used previously). Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-18gcc (ARC): removed unneeded patchesJuro Bystricky
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
2017-01-10meta-zephyr: Support for ARC toolchainJuro Bystricky
Added support for ARC toolchains: binutils, gcc, libgcc. These are not upstreamed, but taken from Symantec ARC repos. [YOCTO#10659] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>