diff mbox series

[1/2] kas: remove obsolete armcompiler LICENSE_FLAGS_ACCEPTED

Message ID 20230606144315.3928160-1-ross.burton@arm.com
State New
Headers show
Series [1/2] kas: remove obsolete armcompiler LICENSE_FLAGS_ACCEPTED | expand

Commit Message

Ross Burton June 6, 2023, 2:43 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

armcompiler was removed from meta-arm-toolchain (24c4cfa) so this isn't
needed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 kas/corstone1000-base.yml | 1 -
 kas/corstone500.yml       | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/kas/corstone1000-base.yml b/kas/corstone1000-base.yml
index 6fda343b..9cfe1a20 100644
--- a/kas/corstone1000-base.yml
+++ b/kas/corstone1000-base.yml
@@ -31,7 +31,6 @@  local_conf_header:
   base: |
     CONF_VERSION = "2"
     PACKAGE_CLASSES = "package_ipk"
-    LICENSE_FLAGS_ACCEPTED += "armcompiler"
     BB_NUMBER_THREADS ?= "16"
     PARALLEL_MAKE ?= "-j16"
     PACKAGECONFIG:append:pn-perf = " coresight"
diff --git a/kas/corstone500.yml b/kas/corstone500.yml
index a454a469..f1587b44 100644
--- a/kas/corstone500.yml
+++ b/kas/corstone500.yml
@@ -33,7 +33,6 @@  local_conf_header:
   base: |
     CONF_VERSION = "2"
     PACKAGE_CLASSES = "package_ipk"
-    LICENSE_FLAGS_ACCEPTED += "armcompiler"
     BB_NUMBER_THREADS ?= "16"
     PARALLEL_MAKE ?= "-j16"
     PACKAGECONFIG:append:pn-perf = " coresight"