aboutsummaryrefslogtreecommitdiffstats
path: root/meta-atp
AgeCommit message (Collapse)Author
2022-02-22layers: Bump to use kirkstoneKhem Raj
its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-11atp/linux-yocto: use wildcards in the bbappendRoss Burton
Don't hard-code 5.4, use wildcards instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-11-09atp/atp-native: don't pass -WerrorRoss Burton
New compiler is now warning about ignored return values[1], so patch out the use of -Werror, which is bad practise outside of development builds. [1] https://github.com/ARM-software/ATP-Engine/issues/9 Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-11-03Update git: SRC_URIsRoss Burton
GitHub has deprecated the unauthorised git protocol[1], so all GitHub URLs need to specify protocol=https. Also the git fetcher is making the branch parameter mandatory, so add it where it is currently implicit. [1] https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Ross Burton <ross.burton@arm.com>
2021-08-10arm: remove support for hardknott and olderJon Mason
No testing is being done against older branches. Only have the compatibility set to honister to prevent any issues. Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-04meta-arm: Convert to new override syntaxJon Mason
Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-08-04meta-arm: Add honister layer compatibilityJon Mason
Signed-off-by: Jon Mason <jon.mason@arm.com>
2021-04-22atp: initial layerAdrian Herrera
meta-atp layer provides support for building AMBA Adaptive Traffic Profiles (ATP) Engine. It provides the following recipes: - ATP Engine native standalone build. - ATP Engine with gem5 as host platform. - ATP Linux kernel modules. - ATP Linux user API. - ATP Linux tests. The layer provides a "gem5-atp-arm64" machine with ATP device and adapter support. Change-Id: Ib86c7502d62d5707d0d4bbdd7d179f231cf96f57 Signed-off-by: Adrian Herrera <adrian.herrera@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>