diff options
author | Jon Mason <jdmason@kudzu.us> | 2021-08-16 18:01:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-18 17:01:26 +0100 |
commit | 476f558b75ae40b92ea96b4692ce6e39cf5ff210 (patch) | |
tree | c25e3cbb3594396a68f5ac7f1686b303233f0d71 /meta-yocto-bsp/conf | |
parent | f3e7063e6aaa525bb8db2ad513cee5907bdaa3c1 (diff) | |
download | poky-476f558b75ae40b92ea96b4692ce6e39cf5ff210.tar.gz |
yocto-bsp: update machine confs with new tune locations
(From meta-yocto rev: c909922cc70bbf1420a51e035625d06537334b47)
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
5 files changed, 6 insertions, 6 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 65c79fd34d..fa7275fe2d 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |||
@@ -12,7 +12,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree" | |||
12 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" | 12 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" |
13 | 13 | ||
14 | DEFAULTTUNE ?= "cortexa8hf-neon" | 14 | DEFAULTTUNE ?= "cortexa8hf-neon" |
15 | include conf/machine/include/tune-cortexa8.inc | 15 | include conf/machine/include/arm/armv7a/tune-cortexa8.inc |
16 | 16 | ||
17 | IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" | 17 | IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" |
18 | EXTRA_IMAGECMD:jffs2 = "-lnp " | 18 | EXTRA_IMAGECMD:jffs2 = "-lnp " |
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf index fbe33be9d1..447862f550 100644 --- a/meta-yocto-bsp/conf/machine/edgerouter.conf +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf | |||
@@ -2,7 +2,7 @@ | |||
2 | #@NAME: Edgerouter | 2 | #@NAME: Edgerouter |
3 | #@DESCRIPTION: Machine configuration for a generic edgerouter | 3 | #@DESCRIPTION: Machine configuration for a generic edgerouter |
4 | 4 | ||
5 | require conf/machine/include/tune-mips64.inc | 5 | require conf/machine/include/mips/tune-mips64.inc |
6 | 6 | ||
7 | MACHINE_FEATURES = "pci ext2 ext3 serial" | 7 | MACHINE_FEATURES = "pci ext2 ext3 serial" |
8 | 8 | ||
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index 81ec24e971..14913ea1f1 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | #@DESCRIPTION: Machine configuration for generic x86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. | 3 | #@DESCRIPTION: Machine configuration for generic x86_64 (64-bit) PCs and servers. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. |
4 | 4 | ||
5 | DEFAULTTUNE ?= "core2-64" | 5 | DEFAULTTUNE ?= "core2-64" |
6 | require conf/machine/include/tune-core2.inc | 6 | require conf/machine/include/x86/tune-core2.inc |
7 | require conf/machine/include/genericx86-common.inc | 7 | require conf/machine/include/genericx86-common.inc |
8 | 8 | ||
9 | SERIAL_CONSOLES_CHECK = "ttyS0" | 9 | SERIAL_CONSOLES_CHECK = "ttyS0" |
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 1387bde852..ed4fc8a3de 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | #@DESCRIPTION: Machine configuration for generic x86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. | 3 | #@DESCRIPTION: Machine configuration for generic x86 (32-bit) PCs. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware. |
4 | 4 | ||
5 | DEFAULTTUNE ?= "core2-32" | 5 | DEFAULTTUNE ?= "core2-32" |
6 | require conf/machine/include/tune-core2.inc | 6 | require conf/machine/include/x86/tune-core2.inc |
7 | require conf/machine/include/genericx86-common.inc | 7 | require conf/machine/include/genericx86-common.inc |
8 | 8 | ||
9 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" | 9 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" |
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 59d96d1417..253a855dc3 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | include conf/machine/include/x86-base.inc | 1 | include conf/machine/include/x86/x86-base.inc |
2 | require conf/machine/include/qemuboot-x86.inc | 2 | require conf/machine/include/x86/qemuboot-x86.inc |
3 | MACHINE_FEATURES += "wifi efi pcbios" | 3 | MACHINE_FEATURES += "wifi efi pcbios" |
4 | 4 | ||
5 | PREFERRED_VERSION_linux-yocto ?= "5.10%" | 5 | PREFERRED_VERSION_linux-yocto ?= "5.10%" |