diff --git a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-bootloader.inc b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-bootloader.inc
index 7e753b2c..c4fd3a1d 100644
--- a/meta-gem5/recipes-devtools/gem5/gem5-aarch64-bootloader.inc
+++ b/meta-gem5/recipes-devtools/gem5/gem5-aarch64-bootloader.inc
@@ -1,7 +1,7 @@
 # Build instructions for gem5 custom bootloader
 
 SUMMARY = "Gem5 AARCH64 boot loader"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 inherit deploy
 
diff --git a/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb b/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb
index 7b483445..8ff4826e 100644
--- a/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb
+++ b/meta-gem5/recipes-devtools/gem5/gem5-m5ops_20.bb
@@ -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"
 
diff --git a/meta-gem5/recipes-devtools/gem5/gem5-m5term-native_20.bb b/meta-gem5/recipes-devtools/gem5/gem5-m5term-native_20.bb
index 07faddbb..b91dbbc7 100644
--- a/meta-gem5/recipes-devtools/gem5/gem5-m5term-native_20.bb
+++ b/meta-gem5/recipes-devtools/gem5/gem5-m5term-native_20.bb
@@ -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
 
diff --git a/meta-gem5/recipes-devtools/gem5/gem5-native.inc b/meta-gem5/recipes-devtools/gem5/gem5-native.inc
index 74b35c98..9c07aad4 100644
--- a/meta-gem5/recipes-devtools/gem5/gem5-native.inc
+++ b/meta-gem5/recipes-devtools/gem5/gem5-native.inc
@@ -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
 
