summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/edgerouter.conf
diff options
context:
space:
mode:
authorPaul Gortmaker <paulg@kernel.org>2023-05-09 21:37:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-11 09:15:19 +0100
commit0c64d0e4317e3749f7f7ed9ecd5d08bbb0cedc9e (patch)
tree81a4a523be9a7eb623c81e8f7ee7f86c55b78364 /meta-yocto-bsp/conf/machine/edgerouter.conf
parentddf68ab675787e69205f4e16002dedc408440c09 (diff)
downloadpoky-0c64d0e4317e3749f7f7ed9ecd5d08bbb0cedc9e.tar.gz
yocto-bsp: drop MIPS Edgerouter support
As per ongoing discussions, there is a general desire to try and update our hardware reference platforms when an appropriate (newer) substitute is available. However, in the case of MIPS, there isn't an obvious one to choose. But continuing to maintain support for an old board that hasn't been available for purchase for years doesn't make sense either. So we are dropping support for the Edgerouter for future releases. The MIPS architecture will still get coverage via QEMU build/boot testing. (From meta-yocto rev: 5ea231c6c6387804a85adf15d3f03bdae9b2be25) Signed-off-by: Paul Gortmaker <paulg@kernel.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/edgerouter.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/edgerouter.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
deleted file mode 100644
index ffdcf55f02..0000000000
--- a/meta-yocto-bsp/conf/machine/edgerouter.conf
+++ /dev/null
@@ -1,26 +0,0 @@
1#@TYPE: Machine
2#@NAME: Edgerouter
3#@DESCRIPTION: Machine configuration for a generic edgerouter
4
5require conf/machine/include/mips/tune-mips64.inc
6
7MACHINE_FEATURES = "pci ext2 ext3 serial"
8
9KERNEL_IMAGETYPE = "vmlinux"
10KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
11KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
12
13PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
14PREFERRED_VERSION_linux-yocto ?= "6.1%"
15
16SERIAL_CONSOLES = "115200;ttyS0"
17USE_VT ?= "0"
18
19MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
20
21IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap"
22JFFS2_ERASEBLOCK = "0x10000"
23
24WKS_FILE ?= "edgerouter.wks"
25IMAGE_BOOT_FILES ?= "vmlinux;vmlinux.64"
26do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"