mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ddf68ab675
commit
0c64d0e431
@@ -1,6 +1,5 @@
|
||||
KBRANCH:genericx86 = "standard/base"
|
||||
KBRANCH:genericx86-64 = "standard/base"
|
||||
KBRANCH:edgerouter = "standard/edgerouter"
|
||||
KBRANCH:beaglebone-yocto = "standard/beaglebone"
|
||||
|
||||
KMACHINE:genericx86 ?= "common-pc"
|
||||
@@ -9,5 +8,4 @@ KMACHINE:beaglebone-yocto ?= "beaglebone"
|
||||
|
||||
COMPATIBLE_MACHINE:genericx86 = "genericx86"
|
||||
COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
|
||||
COMPATIBLE_MACHINE:edgerouter = "edgerouter"
|
||||
COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
|
||||
|
||||
Reference in New Issue
Block a user