diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-21 19:52:44 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-05-21 19:52:44 +0200 |
commit | fc373f546bd8bb18b70611930453fe166280d72a (patch) | |
tree | bf9ce81070a215394cd9fbdac788bed3920bd7da /templates/machine | |
parent | 677c2cc7672143744170da5130bf4c22044a0fae (diff) |
Remove the 64bit rpi3 target
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine')
l--------- | templates/machine/raspberrypi3-64/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/raspberrypi3-64/50_local.conf.inc | 3 |
2 files changed, 0 insertions, 4 deletions
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 |