- Jun 13, 2025
-
-
Nikita Venkatesh authored
When libexpat is upgraded from version 2.2.5 to 2.7.1, the generated libexpat.la file may inject unnecessary linker flags during the GDB build process. This can introduce unnecessary dependencies like -lm and the libm.a static archive, leading to link errors in environments where such libraries are not available. Deleting libexpat.la ensures a cleaner and more reliable link process. Change-Id: Ib36046556ef71badea284bfead47fac06ad67efe Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/768420 Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com>
-
- Jun 10, 2025
-
-
Daniel Fellows authored
If the --gdb_only arg is specified we install gdb to a new destination outside of the install dir, so we can package it separately. GNUTOOLS-15776 Change-Id: Id05d9a0ee343c59985c7f2851db434a5d5ee1c10 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/759533 Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/772077 Tested-by:
Daniel Fellows <daniel.fellows@arm.com> Reviewed-by:
Daniel Fellows <daniel.fellows@arm.com>
-
- May 07, 2025
-
-
Daniel Fellows authored
This reverts commit 52a0dbedeee7093bae346f5bc1ffaf12597b4546. This is due to the isl library not accepting the host name for Arm64 Darwin. GNUTOOLS-13500 Change-Id: I1ca133cb1453bfd55e17ce5eb6e98308079c7694 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/759814 Tested-by:
Daniel Fellows <daniel.fellows@arm.com> Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Reviewed-by:
Daniel Fellows <daniel.fellows@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/760429
-
- May 01, 2025
-
-
Daniel Fellows authored
Pass the baseline host architecture when building the other compatible host libraries. See GNUTOOLS-13500 Change-Id: Ida41a7da2bc1fc492b65eaffb4518b90ae82ca06 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/745162 Reviewed-by:
Daniel Fellows <daniel.fellows@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/758306 Tested-by:
Daniel Fellows <daniel.fellows@arm.com>
-
- Apr 28, 2025
-
-
Rename BLD_HOST_PYTHON_DIR to PYTHON_FOR_WINDOWS_DIR in python-config.sh Change-Id: I72f82f99e5d3b00b2e5d619e855c16f6f2b4af0d Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/753624 Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-by:
Gianluca Busiello <gianluca.busiello@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/756929 Reviewed-by:
Daniel Fellows <daniel.fellows@arm.com> Tested-by:
Daniel Fellows <daniel.fellows@arm.com>
-
- Apr 17, 2025
-
-
Update the rsync command to avoid duplication of newlib libraries. See GNUTOOLS-13897 Change-Id: Ie1ba6a82b41516528b41bb8bd92d71dff7740e33 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/751430 Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Tested-by:
Daniel Fellows <daniel.fellows@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/751498 Reviewed-by:
Daniel Fellows <daniel.fellows@arm.com>
-
- Mar 31, 2025
-
-
Nikita Venkatesh authored
Change-Id: Ia98bb93fab0334410ca17fe9131191a86913389a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/736051 Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-by:
Gianluca Busiello <gianluca.busiello@arm.com>
-
Nikita Venkatesh authored
Enable the use of python-config.sh in gdb-python configuration process. Instead of hardcoding --with-python=yes, pass gdb_with_python to the gdb-python config. Change-Id: I0cb08c7f492f62d0a6c5aee3cdf145c1412b6f32 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/733767 Reviewed-by:
Gianluca Busiello <gianluca.busiello@arm.com> Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com>
-
- Jan 27, 2025
-
-
Daniel Fellows authored
The PATH update was causing issues on WSL, it actually isnt needed, as we only want to produce the headers, they dont compile anything, so need no tools. See - GNUTOOLS-15168 Change-Id: I9c5c1c7a329a72a52b985fdb38d310f9d38165f1 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/716766 Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-by:
Tamar Christina <tamar.christina@arm.com>
-
- Jan 23, 2025
-
-
Daniel Fellows authored
Fixes issue where we were matching a .xml directory. Change-Id: I16750ec1abce1d1c80fe83ac01be14a57403d43c Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/714577 Tested-by:
Daniel Fellows <daniel.fellows@arm.com> Tested-by:
Service account - used by users in DSG GNU team <dgboter@arm.com> Reviewed-by:
Vaseeharan Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/717889 Reviewed-by:
Daniel Fellows <daniel.fellows@arm.com>
-
- Dec 13, 2024
-
-
Daniel Fellows authored
Change-Id: I696f3a5d9ef1aeb1188bfc9ee574d4c42899e425
-
- Dec 05, 2024
-
-
Daniel Fellows authored
We decided to revert these changes incase of unexpected behaviour and have instructed users how to use the build-newlib-for-mingw-toolchain.sh script in the Readme. We have also renamed build-newlib.sh to build-newlib-for-mingw-toolchain.sh I have also done some slight alterations in this script. More info - GNUTOOLS-15453 Change-Id: I7af7cdfe54f81962662e5c19e7ed303f60b89619
-
Daniel Fellows authored
The gcc2 and gcc4 compilers are designed to be run on the build machine not on the host machine, so the host dependencies are not needed. Please see https://jira.arm.com/browse/GNUTOOLS-15454 for more info. Change-Id: I7e99d2dc65b30bef693707f544f2a064a7824fbf
-
Vaseeharan Vinayagamoorthy authored
Improve the wording in the comments. Use -cpu max instead of -cpu any because "max" is the documented alias of "any". Add NFS related messages to be ignored by dejagnu. These are all changes from the refactored oban-scripts. For more information, see https://jira.arm.com/browse/GNUTOOLS-15450 Change-Id: I8da4806a370663b3f2b5e0eefebced84afa4f9a9
-
Daniel Fellows authored
Add additional build flag to prevent build errors due to a missing libdebuginfo dependency when building on ubuntu 20.04 for mingw builds. This build dependency was a result of switching the cross toolchain builds from centos7 to rhe8. More info see https://jira.arm.com/browse/GNUTOOLS-15268 The static linking patch of gcc2 stage has also been reverted due to build failures on rhe8. Moving the mingw builds back to ubuntu has made that patch redundant. Change-Id: I6e03d1c9abf5daf7a7f1f23e55539ce39eeafcbd
-
Stam Markianos-Wright authored
This is only a few minor changes that remove some deviation between gnu-devtools and oban-scripts. The changes in site-expand-list.exp are currently non-functional, as the two lists there are currently identical. This is likely the correct handling if the lists deviate in the future, though. The change in site-exhaustive-qemu.exp adds a bit more test coverage and brings it inline with the FastModels exhaustive configuration. As a separate point, I would suggest the team stop using "site-legacy-fastmodels" as soon as possible, in order to get better test coverage! Change-Id: Id797bf6625d9be364fcfabe4fdfc7f4754e8ed76
-
Daniel Fellows authored
Change-Id: I329da3ed5937d29cf63066eae7862a761c13697e
-
Daniel Fellows authored
When trying to run the mingw toolchain, the compiler couldnt not find the required dll files specifically libwinpthread-1.dll, it appears we were already trying to statically link this with -Bstatic,-lpthread but it seems these additional flags are required. macos clang compiler cannot statically link Change-Id: I28778592fbeeb5350e5450cfc65ae65606e3fac7
-
- Dec 04, 2024
-
-
Daniel Fellows authored
Change-Id: I02fc6ab9ffe1043e82005fe94b1b7c5cc233d6ba
-
Daniel Fellows authored
GNUTOOLS-15229 script to automate the building and synchronization of Newlib with an exisiting toolchain, adds logic that exists in bld-gnu.sh to gnu-devtools Change-Id: Ia87d63c6ecf65c8de93c7a62c006531997866029
-
- Sep 26, 2024
-
-
Gianluca Busiello authored
The following new features have been added: - Support for testsuite. - Build of mingw toolchains. - Test using Fastmodels. - GDB plugin for debugging in "Fastmodels" emulated environemnt. --------------------------------- Squashed commit of the following: commit fbbdb3fa Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Mon Sep 23 16:57:41 2024 +0100 Fixed table with list of supported builds The mingw builds were still reported in the table of supported toolchains as not supported. Removed the extra column as all the listed toolchains are now supported for building. Change-Id: I87dda717bc6523bffe0dc6fde79e182947bb4b88 commit 73974b80 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Fri Sep 20 14:24:50 2024 +0100 Cleanup of all files used by the arm CI Created a tidy code baseline suitable for public release of the build scripts with support for tests, mingw and fm-gdb-plugin. Change-Id: I0800a0750ae32242c73252de6e2f44c6eeb4100f commit 5d6c2f11 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Thu Sep 19 14:32:00 2024 +0100 After looking at the mingw build process in bld_gnu in more detail, we realised the process in the read me was slightly wrong and could be optimized, this updates mingw instructions in README Change-Id: I813513400453d9140837b7af2f306710adc640c0 commit b6a9e92c Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Tue Jul 2 18:31:31 2024 +0100 Applied all changes to the dejagnu files This patch provides the dejagnu files changed with gerrit patches: - 543528 - 543529 - 543530 - 543531 - 543571 - 543605 Change-Id: Icb09a6e7b2ba634a76b808b6ad3d452f57e431d4 commit 1ef5509a Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Thu Jul 4 17:17:44 2024 +0100 Restored instructions for testing Draft of the full README that describes testing with fastmodels and qemu. fm-gdb-plugin is left out because the integration in this project requires further work. Change-Id: I0ae70d06e52a92e318911acf5fd917f1ab7ae885 commit 1b770558 Merge: a33f68c3 b9f291e1 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Tue Sep 17 14:04:26 2024 +0100 Merge "Followup to fix issue reported in patch 647903" into main commit b9f291e1 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Mon Sep 2 13:14:01 2024 +0100 Followup to fix issue reported in patch 647903 Removed wrong definition of board file with .exp extension. See: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-for-arm/+/647903/10/build-baremetal-toolchain.sh#1346 Change-Id: I1d61e5e3bd48294b2dece230408bcbedae9d1959 commit a33f68c3 Author: dgboter <dgboter@arm.com> Date: Wed Aug 14 11:36:49 2024 +0100 GNUTOOLS-15136 add docs for fm-gdb-plugin usage Change-Id: I55109dcc300027a4ba54fb48d9b815fce21ee39e commit d7aab325 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Thu Jul 18 13:37:44 2024 +0100 GNUTOOLS-15099 pass in correct params for mingw64 bit builds Change-Id: I0bcde942b72207faf5a7f06d8e5ff3b0e328f0f6 commit f3d72a7a Merge: 121a9678 a2b66338 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Sun Aug 18 09:45:17 2024 +0100 Merge "Applied all changes to the dejagnu files" into main commit a2b66338 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Tue Jul 2 18:31:31 2024 +0100 Applied all changes to the dejagnu files Applied the latest patches reviewed by Stam in his refactoring patches and added the dejagnu files changed with gerrit patches: - 543528 - 543529 - 543530 - 543531 (updated to patchset 12 from July 23rd) - 543571 (updated to patchset 14 from July 23rd) - 543605 Change-Id: Icb09a6e7b2ba634a76b808b6ad3d452f57e431d4 commit 121a9678 Merge: be801f8f c9347e9c Author: Daniel Fellows <daniel.fellows@arm.com> Date: Fri Aug 16 10:11:24 2024 +0100 Merge "GNUTOOLS-15098 add documentation on how to build mingw" into main commit c9347e9c Author: Daniel Fellows <daniel.fellows@arm.com> Date: Tue Jul 23 14:48:25 2024 +0100 GNUTOOLS-15098 add documentation on how to build mingw Change-Id: I4b6dd3e02ecc864299facff407715567916e6c30 commit be801f8f Author: Daniel Fellows <daniel.fellows@arm.com> Date: Fri Aug 9 11:52:42 2024 +0100 GNUTOOLS-15136 Build fm_gd_plugin and commit to gerrit Change-Id: Idc2b961b9d60c0944c28afee5235445d2e855851 commit 19eb0684 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Wed Jun 19 15:15:39 2024 +0100 GNUTOOLS-14723 add warning when multiple targets are specified Change-Id: I1682a79f60ec43d92720c8721d5d3e968e4709da commit 394fdebd Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Thu Jun 13 16:42:47 2024 +0100 GNUTOOLS-14324 Deprecate oban-scripts Re-introduced testing in gnu-devtools-for-arm. This is a revert of the change temporarily applied with task GNUTOOLS-14739 "implement skipping logic for testing features" Change-Id: If1a2efd8f4526dbfbfd515fe5e29bf5e59bb1520 commit 0f4dc6ee Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Thu Jun 13 17:27:20 2024 +0100 Fix the path check with readlink under macos The option "-f" is not supported in Darwin for readlink. Using greadlink on Darwin so that we can use -f Change-Id: Ia053808b8117925a9a4ab152fcc8850c7e31da79 commit 84d88b57 Merge: d9053860 56af4d17 Author: Alex Coplan <alex.coplan@arm.com> Date: Fri Apr 26 16:25:42 2024 +0100 Merge "Add sample spc directory" into main commit 56af4d17 Author: Alex Coplan <alex.coplan@arm.com> Date: Thu Apr 25 17:04:25 2024 +0100 Add sample spc directory This adds a sample spc directory including trunk.spc for trunk builds and morello.spc for users looking to work on the Morello GNU toolchain. Change-Id: I2808c05321eab2efccc54586f2ef6ef8ee34f922 commit d9053860 Author: Alex Coplan <alex.coplan@arm.com> Date: Fri Apr 26 12:57:40 2024 +0100 Fix aarch64-none-linux-gnu build for morello This fixes an issue in build-cross-linux-toolchain.sh which was causing the build to fail when attempting to build a Morello Linux toolchain as follows: ./build-gnu-toolchain.sh --target=aarch64-none-linux-gnu --morello The problem was that in the libc{,-headers} stages, the variable libc[_headers]_extra_config_envflags lost some quotes around the operands to the ternary invocation inside the CC=, CXX= lines. In particular, this meant that instead of setting: CC=aarch64-none-linux-gnu-gcc -mabi=purecap -march=morello+c64 it would just set: CC=aarch64-none-linux-gnu-gcc and this eventually caused the gcc2 build to attempt to link vanilla A64 objects (libc crt files) into a purecap libgcc. This patch fixes the issue by using heredocs around the definitions of the appropriate extra_config_envflags variables and inserting double quotes around the operands to the ternary invocations. Tested by building a Morello toolchain as described above. Change-Id: Id06f0750f4df9f47df9c05742672a628d4067003 commit abc44060 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Wed Apr 24 18:18:59 2024 +0100 GNUTOOLS-14900 Fix dir structure - Identified the role of the different directories setup in build-gnu-toolchain.sh (added notes in the header) - Handling execdir when the script is run from a link and as a command in PATH - Documented how to configure the scripts for execution (link or from PATH) Change-Id: Ice837c5d431782408a2c3c330df8c9a356081481 commit 391284ad Author: Alex Coplan <alex.coplan@arm.com> Date: Wed Apr 24 14:18:00 2024 +0100 source-fetch.py: Add shebang and make script executable This allows invoking the script directly without having to name an interpreter. Change-Id: Ieacf448bab8a0ec74a5d836d61f7b34ebc7f84cf commit b1b98ccd Author: Daniel Fellows <daniel.fellows@arm.com> Date: Wed Apr 17 14:37:35 2024 +0100 GNUTOOLS-14843 fix none SpcItemGitVersion checkouts Change-Id: Ic6a64e30efe7da3f290a82a34259c4b989a75676 commit 95e2d40c Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Wed Apr 3 13:56:57 2024 +0100 GNUTOOLS-14765 Clean command errors The "clean" stage removes all directories and run the "start" stage, at which point the installdir is lost and the error rises: this was introduced by refactoring here: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/oban-scripts/+/566141/3/build-elf.sh#682 Implemented a generic mk_bin_dirs in utilities Invoking the function in start stage so that in case of cleanup and start, the directories are created. Also fixed build-cross script which has a similar defect Change-Id: Ifb9b0b15189c12dad2ba1d2e2843b84154953dff commit 8a8bbe61 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Fri Mar 29 00:40:19 2024 +0000 GNUTOOLS-14813 Integrate changes from oban-script checked out the latest bump of the scripts (c0adf91f) based on an older oban-script series of patches. bumped the scripts again and integrate the newest updates in the refactored oban-scripts finally rebased to include all the changes in gnu-devtools-for-arm Change-Id: I56ac0addef13347a347d7bfa369af3c3c21756a3 commit 86b9a07a Merge: 863ae941 92e8e2e2 Author: Habibul Islam <habibul.islam@arm.com> Date: Thu Mar 28 13:44:37 2024 +0000 Merge "GNUTOOLS-14818 Generalise the comment by removing anything specific to internal arm infra" into main commit 92e8e2e2 Author: Habibul Islam <habibul.islam@arm.com> Date: Wed Mar 27 14:48:21 2024 +0000 GNUTOOLS-14818 Generalise the comment by removing anything specific to internal arm infra Change-Id: I6c6fe798142325f95aa98d8ea6a38c79120beedb commit 863ae941 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Mon Mar 25 11:26:47 2024 +0000 GNUTOOLS-14791 update script help and remove old naming Change-Id: I8c4669816861d96bcae670a24427364d43a9ffc2 commit 967ede9f Merge: 7507ebba 980bde02 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Thu Mar 21 17:17:43 2024 +0000 Merge "GNUTOOLS-14321 improvements to README.md" into main commit 980bde02 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Wed Mar 20 15:25:56 2024 +0000 GNUTOOLS-14321 improvements to README.md Implemented changes suggested by Vasee in: https://eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-builder/+/607784/11/gnu-devtools-for-arm-README.md Change-Id: I4f3320d285fa4efabca5f55a6338786ef71b1802 commit 7507ebba Merge: 9bfa651f f47c2b27 Author: Habibul Islam <habibul.islam@arm.com> Date: Wed Mar 20 11:12:00 2024 +0000 Merge "GNUTOOLS-14740 blue ocean to display each stage" into main commit 9bfa651f Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Tue Mar 19 09:56:47 2024 +0000 Removed testing with oban-scripts The integration of the patch that tests using oban-scripts failed becasue the python environment didn't work under the old OS builder (cen7, without docker) Removed this change because we are using a new test strategy from the refactored branch. We might re-instate this code later and solve the python issue Change-Id: I8717750499184a84baa627e88bb333917ea4ab49 commit d13beb44 Author: Nikita Venkatesh <Nikita.Venkatesh@arm.com> Date: Wed Feb 21 15:51:21 2024 +0000 GNUTOOLS-14690: Fix builds on the Mac Update PATH for bison, findutils, gnubin, getopt and texinfo to be used for Mac builds Change-Id: I6981c1c61214ba530eb4a47d9fa1530c0f338bc6 commit 541097ba Author: Daniel Fellows <daniel.fellows@arm.com> Date: Wed Mar 6 17:51:59 2024 +0000 test with oban Change-Id: Ic5fad53d06629bf0b083924bb3a4bcc1e6829dd8 commit 3bc7be31 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Fri Mar 15 17:39:58 2024 +0000 Added LICENSE and updated README This was reviewed in patch https: //eu-gerrit-1.euhpc.arm.com/c/dsg-gnu/Internal/gnu-devtools-builder/+/607784 Change-Id: I905846211d107991e54898101fc094c964e00bab commit 85a5f233 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Thu Mar 14 16:21:30 2024 +0000 implement skipping logic for testing features Change-Id: Ibab9c842d94452eae1d16ec551bbf85eaa2ad79e commit f47c2b27 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Thu Mar 7 09:32:59 2024 +0000 GNUTOOLS-14740 blue ocean to display each stage Change-Id: Ib13d2f60e6c5b3125e4f8a622b5149db5b787b08 commit 359aef04 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Wed Feb 28 16:58:01 2024 +0000 add robot framework test Change-Id: I9c27d3e59476b4b295c30fcede68890bb952d6b1 commit 7b743776 Merge: c0adf91f 09d6819e Author: Daniel Fellows <daniel.fellows@arm.com> Date: Fri Feb 23 12:24:49 2024 +0000 Merge "check git history, build only for changed files, separate devtools map" into main commit 09d6819e Author: Daniel Fellows <daniel.fellows@arm.com> Date: Tue Feb 20 11:11:11 2024 +0000 check git history, build only for changed files, separate devtools map Change-Id: I16049a8f51f6b248d2da507d30650a75bf3e0883 commit c0adf91f Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Wed Feb 21 16:09:37 2024 +0000 oban-scripts version bump-up - added fix to only match directories for gcc in utilities.sh in find source tree - removed board files header Change-Id: Ide539eb722644db5683f5552d687f027d70f0431 commit 74e2bdbb Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Thu Feb 15 13:47:12 2024 +0000 GNUTOOLS-14687 Set multiple builds - Listed all expected build combination for multiple arch/os - Changed Jenkinsfile to support builds on host and builds in docker - Introduced the field cplatform to pass for the container to enforce pulling a specific container platform (eg: linux/arm/v7 from aarch64 host) - Updated file-origins with the latest fm-gdb-plugin SHA - Set all builds for linux targets to build libcrypt --config-flags-libc="--enable-crypt" Change-Id: I183a68ea475518c81e245d30126a14688c72482b commit 1455f3ae Author: Daniel Fellows <daniel.fellows@arm.com> Date: Wed Feb 14 13:01:27 2024 +0000 use release tarball, remove .additional repos Change-Id: I26f47263e5cd525e8f0fc2be3b4fd47d2306047c commit d16a8e49 Author: Daniel Fellows <daniel.fellows@arm.com> Date: Thu Feb 8 09:25:58 2024 +0000 Configure and use container in Jenkinsfile, add parallel tasks Change-Id: Id2b007c07f9fea0ccec17778e105d5aab51a27d6 commit 05e13dec Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Fri Feb 2 16:06:18 2024 +0000 GNUTOOLS-14645 Created first set of scripts imported with the builder. Refs: oban-scripts: 84675c5bb0f9d3454ab5bb5a4f5b020d36e70c86 models-install: b7d8a2a2faae503bf21e59525cc9c7883eca5ae3 fm-gdb-plugin: 0c64b262f2c0c5fb442352fb933091b6464c9c00 Set jenkins to run a native build Using source-fetch.py to get the src repos. We can't use --shallow, otherwise the upstream servers report: error: git://sourceware.org/git/binutils-gdb.git error: Server does not allow request for unadvertised object 8a6295d22f3a8c2c4ae7f4237657cb1be4833bbb Change-Id: Iea5ea1a98d13d641cf65fdeab8c7a8746ff027c2 commit d66e2cd7 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Wed Jan 31 00:16:38 2024 +0000 Added a comment to test CI Change-Id: I341e9bb283c81d4d37b1b015e1391f19a4a48f18 commit 397828a7 Author: Gianluca Busiello <gianluca.busiello@arm.com> Date: Tue Jan 30 17:10:03 2024 +0000 Initial setup for this project CI Change-Id: I9ced58efde0226c2ab3d7d3c7af5c03f7a04eb50
-
- Apr 26, 2024
-
-
Gianluca Busiello authored
Fixed issue with build scripts for morello Added example spc files
-
Gianluca Busiello authored
Fixed execution directory issues See merge request !2
-
- Apr 25, 2024
-
-
Gianluca Busiello authored
-
- Apr 23, 2024
-
-
Gianluca Busiello authored
GNUTOOLS-14843 fix none SpcItemGitVersion checkout See merge request !1
-
- Apr 22, 2024
-
-
Gianluca Busiello authored
-
- Apr 04, 2024
-
-
Habibul Islam authored
-
- Mar 26, 2024
-
-
Habibul Islam authored
-
Habibul Islam authored
-
Habibul Islam authored
-
Habibul Islam authored
-
Habibul Islam authored
-
Habibul Islam authored
-