aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/conf/machine/include/tune-cortexa53.inc
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2020-03-23 16:28:32 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2020-03-30 14:53:15 +0200
commit26baec072cf91bcdec2e6608c40e2ff677dfdf06 (patch)
tree5efcc96d2e22f5b4482083f17c773406e5b36904 /meta-rcar-gen3/conf/machine/include/tune-cortexa53.inc
parenta1375dae34b5a5f3dda1db1e80d5c695cfbbd825 (diff)
[Community] Remove duplicate tune files
- There is conflict between meta-renesas and poky * tune-cortexa53.inc * tune-cortexa57-cortexa53.inc use the upstream tune files from poky solve this issue. - Current tune-cortexa53.inc file, in RCAR BSP meta-renesas, the ebisu AGL build is broken due to the duplicate file: * bad TUNE_FEATURES means bad TUNE_ARCH and so bad TARGET_ARCH. Bug-AGL: SPEC-3289 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: Ic981b7bf57304bf26fc530f5613cc19629eb835e
Diffstat (limited to 'meta-rcar-gen3/conf/machine/include/tune-cortexa53.inc')
-rw-r--r--meta-rcar-gen3/conf/machine/include/tune-cortexa53.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-rcar-gen3/conf/machine/include/tune-cortexa53.inc b/meta-rcar-gen3/conf/machine/include/tune-cortexa53.inc
deleted file mode 100644
index 11aae17..0000000
--- a/meta-rcar-gen3/conf/machine/include/tune-cortexa53.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-TUNECONFLICTS[aarch64] = "armv4 armv5 armv6 armv7 armv7a"
-
-MACHINEOVERRIDES =. "${@bb.utils.contains("TUNE_FEATURES", "cortexa53", "cortexa53:", "" ,d)}"