diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-29 22:36:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-02 10:38:55 +0000 |
commit | e363c4007602e3578f0ae982785918d5e9d417bf (patch) | |
tree | e1509bbcd6ba613cbad6763a187a2c00b393c21a /meta-yocto-bsp/conf | |
parent | 18b6b2ae819cbf0ef3858944b4cd02ab74df6607 (diff) | |
download | poky-e363c4007602e3578f0ae982785918d5e9d417bf.tar.gz |
conf/machine: Remove mpc8315e-rdb machine
This hardware is old/obsolete and unobtainable. Its proving hard to support
with nobody fixing bugs or helping keep the platform running/up to date.
Whilst there is value in real hardware testing, this platform ist just too
old and obsolete to support. This does leave a gap for the power architecture
but at this point there is nobody willing to step up to cover it.
The TSC did discuss and agree support for this platform should be removed.
It calls into question the support/testing of the architecture by Yocto
Project which is being discussed by the TSC and governing board.
(From meta-yocto rev: aa691d49ceb6700eb1881b789fe34f8369bcb0ef)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf deleted file mode 100644 index 5382796284..0000000000 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale MPC8315E-RDB | ||
3 | #@DESCRIPTION: Machine configuration for Freescale MPC8315E-RDB | ||
4 | |||
5 | TARGET_FPU = "" | ||
6 | |||
7 | require conf/machine/include/tune-ppce300c3.inc | ||
8 | |||
9 | KERNEL_IMAGETYPE = "uImage" | ||
10 | |||
11 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
12 | UBOOT_MACHINE = "MPC8315ERDB_config" | ||
13 | |||
14 | SERIAL_CONSOLES = "115200;ttyS0" | ||
15 | |||
16 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | ||
17 | |||
18 | PREFERRED_VERSION_linux-yocto ?= "5.2%" | ||
19 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
20 | |||
21 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
22 | XSERVER ?= "xserver-xorg \ | ||
23 | xf86-video-fbdev" | ||
24 | |||
25 | UBOOT_ENTRYPOINT = "0x00000000" | ||
26 | |||
27 | KERNEL_DEVICETREE = "mpc8315erdb.dtb" | ||
28 | |||
29 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" | ||
30 | |||
31 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | ||
32 | JFFS2_ERASEBLOCK = "0x4000" | ||
33 | |||
34 | IMAGE_FSTYPES += "wic wic.bmap" | ||
35 | WKS_FILE ?= 'mpc8315e-rdb.wks' | ||
36 | IMAGE_BOOT_FILES ?= "u-boot.bin uImage mpc8315erdb.dtb;dtb" | ||