summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-17 09:31:35 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-08-20 11:22:56 +0300
commitd4ab9ca93cad7786ab2e97339f2a0c43b804d88b (patch)
tree6b0029d2e6d033891636fbef29bd7c41cf15e5dd
parent596907b3bae9dc8fa7f1cea4cf87fe44be9a2417 (diff)
downloadmeta-raspberrypi-d4ab9ca93cad7786ab2e97339f2a0c43b804d88b.tar.gz
machines: Use tune files from new location in oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/raspberrypi-cm3.conf2
-rw-r--r--conf/machine/raspberrypi2.conf2
-rw-r--r--conf/machine/raspberrypi3-64.conf2
-rw-r--r--conf/machine/raspberrypi3.conf2
-rw-r--r--conf/machine/raspberrypi4-64.conf2
-rw-r--r--conf/machine/raspberrypi4.conf2
6 files changed, 6 insertions, 6 deletions
diff --git a/conf/machine/raspberrypi-cm3.conf b/conf/machine/raspberrypi-cm3.conf
index f1b8151..2ffdfaf 100644
--- a/conf/machine/raspberrypi-cm3.conf
+++ b/conf/machine/raspberrypi-cm3.conf
@@ -3,7 +3,7 @@
3#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3) 3#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3)
4 4
5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" 5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6require conf/machine/include/tune-cortexa7.inc 6require conf/machine/include/arm/armv7a/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc 7include conf/machine/include/rpi-base.inc
8 8
9SDIMG_KERNELIMAGE ?= "kernel7.img" 9SDIMG_KERNELIMAGE ?= "kernel7.img"
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf
index 505c6f2..403d15e 100644
--- a/conf/machine/raspberrypi2.conf
+++ b/conf/machine/raspberrypi2.conf
@@ -4,7 +4,7 @@
4 4
5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" 5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6 6
7require conf/machine/include/tune-cortexa7.inc 7require conf/machine/include/arm/armv7a/tune-cortexa7.inc
8include conf/machine/include/rpi-base.inc 8include conf/machine/include/rpi-base.inc
9 9
10SERIAL_CONSOLES ?= "115200;ttyAMA0" 10SERIAL_CONSOLES ?= "115200;ttyAMA0"
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf
index 5394132..95475f3 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
@@ -11,7 +11,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\
11 bluez-firmware-rpidistro-bcm4345c0-hcd \ 11 bluez-firmware-rpidistro-bcm4345c0-hcd \
12" 12"
13 13
14require conf/machine/include/tune-cortexa53.inc 14require conf/machine/include/arm/armv8a/tune-cortexa53.inc
15include conf/machine/include/rpi-base.inc 15include conf/machine/include/rpi-base.inc
16 16
17RPI_KERNEL_DEVICETREE = " \ 17RPI_KERNEL_DEVICETREE = " \
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
index dafb66e..1212498 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -3,7 +3,7 @@
3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 32 bits mode 3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 32 bits mode
4 4
5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" 5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6require conf/machine/include/tune-cortexa7.inc 6require conf/machine/include/arm/armv7a/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc 7include conf/machine/include/rpi-base.inc
8 8
9MACHINE_EXTRA_RRECOMMENDS += "\ 9MACHINE_EXTRA_RRECOMMENDS += "\
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf
index 12c8954..960bb67 100644
--- a/conf/machine/raspberrypi4-64.conf
+++ b/conf/machine/raspberrypi4-64.conf
@@ -10,7 +10,7 @@ MACHINE_EXTRA_RRECOMMENDS += "\
10 bluez-firmware-rpidistro-bcm4345c0-hcd \ 10 bluez-firmware-rpidistro-bcm4345c0-hcd \
11" 11"
12 12
13require conf/machine/include/tune-cortexa72.inc 13require conf/machine/include/arm/armv8a/tune-cortexa72.inc
14include conf/machine/include/rpi-base.inc 14include conf/machine/include/rpi-base.inc
15 15
16RPI_KERNEL_DEVICETREE = " \ 16RPI_KERNEL_DEVICETREE = " \
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf
index d6b1d1b..49f9dbd 100644
--- a/conf/machine/raspberrypi4.conf
+++ b/conf/machine/raspberrypi4.conf
@@ -3,7 +3,7 @@
3#@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 32 bit mode 3#@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 32 bit mode
4 4
5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" 5DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6require conf/machine/include/tune-cortexa7.inc 6require conf/machine/include/arm/armv7a/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc 7include conf/machine/include/rpi-base.inc
8 8
9MACHINE_FEATURES += "pci" 9MACHINE_FEATURES += "pci"