From fc373f546bd8bb18b70611930453fe166280d72a Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 21 May 2019 19:52:44 +0200 Subject: Remove the 64bit rpi3 target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As memory is already low on 32-bit, the 64-bit target is deprecated for now. There is no benefit in maintaining two targets atm. Change-Id: I29d755ff70693280dcc1e4ce996bd4c2894bacfb Bug-AGL: SPEC-2323 Signed-off-by: Jan-Simon Möller --- templates/machine/raspberrypi3-64/50_bblayers.conf.inc | 1 - templates/machine/raspberrypi3-64/50_local.conf.inc | 3 --- 2 files changed, 4 deletions(-) delete mode 120000 templates/machine/raspberrypi3-64/50_bblayers.conf.inc delete mode 100644 templates/machine/raspberrypi3-64/50_local.conf.inc (limited to 'templates/machine') diff --git a/templates/machine/raspberrypi3-64/50_bblayers.conf.inc b/templates/machine/raspberrypi3-64/50_bblayers.conf.inc deleted file mode 120000 index 653316c5c..000000000 --- a/templates/machine/raspberrypi3-64/50_bblayers.conf.inc +++ /dev/null @@ -1 +0,0 @@ -../raspberrypi3/50_bblayers.conf.inc \ No newline at end of file diff --git a/templates/machine/raspberrypi3-64/50_local.conf.inc b/templates/machine/raspberrypi3-64/50_local.conf.inc deleted file mode 100644 index 74d952ed9..000000000 --- a/templates/machine/raspberrypi3-64/50_local.conf.inc +++ /dev/null @@ -1,3 +0,0 @@ -MACHINE = "raspberrypi3-64" -#see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi3-64.inc -require conf/include/agl_raspberrypi3-64.inc -- cgit 1.2.3-korg