mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
gem5/gem5: specify precise BSD license flavour
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Build instructions for gem5 custom bootloader
|
||||
|
||||
SUMMARY = "Gem5 AARCH64 boot loader"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
inherit deploy
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ inherit scons package
|
||||
|
||||
HOMEPAGE = "https://www.gem5.org/documentation/general_docs/m5ops"
|
||||
SUMMARY = "m5ops provide pseudo-instructions to trigger gem5 functionality"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
M5OPS_DIR = "util/m5"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ require gem5-source_20.inc
|
||||
|
||||
SUMMARY = "m5term allows users to connect to gem5's simulated console"
|
||||
HOMEPAGE = "https://www.gem5.org/documentation/general_docs/fullsystem/m5term"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
inherit native
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
SUMMARY = "A modular platform for computer-system architecture research"
|
||||
HOMEPAGE = "http://gem5.org"
|
||||
LICENSE = "BSD & MIT & LGPLv2.1"
|
||||
LICENSE = "BSD-3-Clause & MIT & LGPLv2.1"
|
||||
|
||||
# Gem5 build and run parameter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user