- 22 Mar, 2022 2 commits
-
-
Diego Sueiro authored
Issue-Id: SCM-4188 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ib70ea26d54c876bdb9cba6d75413fa15b9665578
-
Diego Sueiro authored
The unauthenticated git protocol on port 9418 is no longer supported in github. this case we need to pass ';protocol=https' in SRC_URI Change based on https://cgit.openembedded.org/meta-openembedded/commit/meta-oe/recipes-extended/ostree/ostree_2021.1.bb?h=hardknott&id=7fbb2767186a4db729efe4f440cc9a992f2ab183 Issue-Id: SCM-4188 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I7903c5900910e630fb70ef59c57c0610a1c26a8d
-
- 31 Jan, 2022 3 commits
-
-
Diego Sueiro authored
Issue-Id: SCM-4067 Issue-Id: SCM-4066 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I7aeb812b468a62cd9719b35ed6745522f531286e
-
Diego Sueiro authored
The python-pip from from https://bootstrap.pypa.io/get-pip.py does not support Python 3.6 anymore. We should install it from https://bootstrap.pypa.io/pip/3.6/get-pip.py instead. Issue-Id: SCM-4067 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Idc432466e1e7c6735df306c4f048e6c036b40f4b
-
Diego Sueiro authored
The upstream project has changed from master -> main, so we update our branch to match .. otherwise, we fail the fetch! Change based on https://git.yoctoproject.org/meta-virtualization/commit/?h=hardknott&id=724e26aaab925372c89080669256feab2d639b05 Issue-Id: SCM-4066 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ifcdeb96d47a083e55f31d6c360a75c3610818c8e
-
- 24 Jan, 2022 2 commits
-
-
Diego Sueiro authored
Issue-Id: SCM-4057 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ib3ae9047f9b30e3c35aed7e82387e6477a054af4
-
Diego Sueiro authored
Upstream project is not hosting the source code in ftp.pcre.org anymore. Hence, fetch the sources from https://sourceforge.net/projects/pcre/files/pcre/ and https://github.com/PhilipHazel/pcre2/releases// Changes based on https://git.yoctoproject.org/poky/commit/meta/recipes-support/libpcre?h=hardknott&id=7c58687a402a1622921963a089995471ec5c4348 Issue-Id: SCM-4057 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I55c8c5831ce8bfbdf471f2239e7b172f9f09188f
-
- 19 Jan, 2022 7 commits
-
-
Diego Sueiro authored
Issue-Id: SCM-3910 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I40ce00f2f9cc72cbb9c9515344a733d2af833bda
-
Diego Sueiro authored
The upstream project has changed from master -> main, so we update our branch to match .. otherwise, we fail the fetch! Change based on https://git.yoctoproject.org/meta-virtualization/commit/?h=hardknott&id=5f3650880ec887263b6e4ab160c11ed7dffd32c2 Issue-Id: SCM-3910 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ic95fdf4bd348069eeec50f213e62c13e2f8d8db8
-
Diego Sueiro authored
Recent updates in host tools detected new shellcheck failures in k3s-killall.sh Since they are not critical, lets ignore them. Issue-Id: SCM-3910 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ic5869e6584ff9a447dede184650a489fe43adc91
-
A previous patch added new functionality to the copyright date checking, to consider the date of the latest git commit that modified the file. This should have applied both to internal works and modified external works, but was only applied to the former. This patch ensures it applies to both. Issue-Id: SCM-3910 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I5bce036c154a7a0e34817c48a8884a5527526810
-
When determining the validity of the copyright year as stated in a file's header, the header check now considers the date of the latest git commit that modified that file. If the file has local changes that have yet to be committed, or is not yet tracked by git at all, then the check continues to use the file's latest modification date as given by the local filesystem. Issue-Id: SCM-3910 Signed-off-by:
Richard Neill <richard.neill@arm.com> Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Icf6dd7ed9c3583975b4ff74db40e6b922fed6a3c
-
Issue-Id: SCM-3910 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I040119c36b616be437e8dffe9f456c43b8fd29d0
-
Depending on the version of the host's libmagic library, python-magic can report different file-type strings. This patch adds "bash script" as an included file type for systems running earlier versions of the library, before bash files evaluate as "bourne-again shell script". Issue-Id: SCM-3910 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I4f2b296995d04af4d1899807c48452263aa18d91
-
- 20 Oct, 2021 1 commit
-
-
Diego Sueiro authored
Issue-Id: SCM-3530 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I6605463b67eb8894124ce28013b7fa90ec5a026b
-
- 18 Oct, 2021 3 commits
-
-
Diego Sueiro authored
Issue-Id: SCM-3071 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I2958d9c7fe82fd0c153674af9bcaf26eafb81e17
-
Diego Sueiro authored
Issue-Id: SCM-3071 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I62c80eb6820e4bbd573d4791356003e6c7864c30
-
Kamil Dzieżyk authored
This patch fix the bug with using kas directly with ewaol-config files, where 'BB_NUMBER_THREADS' variable was unset, resulting bitbake to use only single core and long build time. Issue-Id: SCM-3553 Signed-off-by:
Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: I2eadeb9539eb8682633be35f515f530d366ae2a8
-
- 15 Oct, 2021 5 commits
-
-
Since in ewaol-release.yml we pin meta-arm repo, we exclude its layers in ewaol-base.yml and eneable them in arm-machines.yml when included by specific kas configs (e.g. n1sdp.yml). Issue-Id: SCM-3553 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I1aeb60c0ce660cde6af31de8393905d106b6cf9c
-
Issue-Id: SCM-3553 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ib1cf0383fd7bf187d40f6f837cf5cee9800d64aa
-
Kamil Dzieżyk authored
This script is based on kas-ci-build with addition of developer focused features like a support for loading script parameters from a valid yaml file. This file can be selected by setting '--config=path/to/config.yml[:named-config]'. The config file can contain more than one 'named-config'. If no 'named-config' is specified, first one from the file is selected. '--list-ci-build-targets' parameter is replaced with '--list-configs', that will print '*-build' configs listed in '--config' file. Below script parameters are not supported any more: (*) '--list-build-machines' (*) '--list-build-modifiers' Issue-Id: SCM-2620 Signed-off-by:
Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: I3860a8c4e93f26e4afb7f3f38c722c7e483a199d
-
Kamil Dzieżyk authored
This patch: (*) adds '-j' parameter to set maximum number of cpu threads available for bitbake. (*) adds '--out-dir' parameter to allow user to change build directory. (*) renames 'layer_dir' variable into 'project_root', which is more accurate. (*) updates documentation. Issue-Id: SCM-2620 Signed-off-by:
Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: Ia4d12550e9c2b982147f3b537b56ff73c7cb0121
-
Kamil Dzieżyk authored
Issue-Id: SCM-3529 Signed-off-by:
Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: Ie11ee2f453499d998e9cd87e32191fb5e224668d
-
- 14 Oct, 2021 4 commits
-
-
The Neoverse N1 System Development Platform (N1SDP) is the sole reference platform for EWAOL. Issue-Id: SCM-3554 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I5ae76f286ae3be4520e2f61e6490528e0095bbf5
-
In order to run the k3s integration tests, the service must be started. This patch moves the service-start function outside of the optional clean-up activities, to always run if necessary. This patch also ensures the service activation is complete before the test-suite set-up activities attempt to interact with it. Issue-Id: SCM-3553 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I875e3dc97c5f6c6b372263eb69f7f73eabe5cd4f
-
The shared run-ptest should set the correct log-directory environment variable appropriate for the package that is being tested. To do this, this patch makes the test recipes set the environment variable during the package install. In addition, this patch fixes an error where the BATS scripts were evaluating the environment clean-up variable incorrectly. Issue-Id: SCM-3553 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I98e51725dc0d2e841dabfb7a2a26fd5d1b1c613e
-
Kamil Dzieżyk authored
Issue-Id: SCM-3527 Signed-off-by:
Kamil Dziezyk <kamil.dziezyk@arm.com> Change-Id: I10b767dd2aa498967e4d45db8c1c9a3e39eac8de
-
- 11 Oct, 2021 1 commit
-
-
Richard Neill authored
Instructions are given for building FVP images with validation tests using kas directly and using the tools/build/kas-ci-build.py build script. This patch makes the documentation consistent by also stating both methods for the N1SDP. Issue-Id: SCM-3553 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I7b0a129d24701fd84a59ba17fcbca389a1f85e70
-
- 08 Oct, 2021 4 commits
-
-
Diego Sueiro authored
Issue-Id: SCM-3553 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Ibada74392a2d7a5b073ac9f72ab2fd1592810bb3
-
Diego Sueiro authored
Issue-Id: SCM-3527 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: I5602a6aafb5090d7337a6a01b89f88ae9c9485de
-
Diego Sueiro authored
Issue-Id: SCM-3553 Signed-off-by:
Diego Sueiro <diego.sueiro@arm.com> Change-Id: Icdc35340a2d5657e49812189c947e06621485b83
-
meta-virtualization adds potentially necessary kernel config fragments only if k3s is enabled as a DISTRO_FEATURE. Issue-Id: SCM-3553 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: Ief8d4c57add35cccadfb0f0d60f3e667031af73d
-
- 07 Oct, 2021 2 commits
-
-
Richard Neill authored
This patch adds the same --keep_venv functionality used in run-checks.py to doc-build.py, to align the behavior of the two scripts. Issue-Id: SCM-3553 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: Id9b4ae7f39f262b65bbb21edbe800346b1d859ae
-
Richard Neill authored
Issue-Id: SCM-3553 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I6af820c1d08f985bf2136ec7d37ea43fd6773306
-
- 05 Oct, 2021 4 commits
-
-
Richard Neill authored
Issue-Id: SCM-3529 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I169b5cc35fa34ba0e37f7e0101d1b7f75a895f86
-
Richard Neill authored
Issue-Id: SCM-3529 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I51b68f6e46b313ecfc2e119f72c10bbec0caed83
-
Richard Neill authored
As the fvp-base machine is a complete system simulation, users may experience a performance impact when running the EWAOL image. This patch notifies users of this in the documentation. This patch also clarifies references to the supported platforms FVP-Base and N1SDP, and their associated Yocto MACHINE names fvp-base and n1sdp. Issue-Id: SCM-3529 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: Ia1a3435ed1189f9f848c79870328adc86fbea5a6
-
Richard Neill authored
Issue-Id: SCM-3529 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: Iddc16e3a1840444f35f3307ab2ecacf3ca16503f
-
- 04 Oct, 2021 2 commits
-
-
Richard Neill authored
The usage instructions now correctly refer to the script name (__file__) rather than the module name (__name__) when describing how to call the tools. Issue-Id: SCM-3529 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: I2d264cb1a15827fd6b1195debe71a283171ab03c
-
Richard Neill authored
This patch decouples README.md from the rendered documentation, allowing its non-Markdown text to be swapped to Markdown format. The README and relevant documentation pages are refactored so that the README only contains the critical information, and references the main content within the project documentation. The Sphinx package 'm2r2' which supports embedding .md files within .rst files is no longer necessary, and is removed. Issue-Id: SCM-3529 Signed-off-by:
Richard Neill <richard.neill@arm.com> Change-Id: Ie6d5ac9f29a421bb6a9707aebfd0dcb36d416a07
-