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/wic | |
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/wic')
-rw-r--r-- | meta-yocto-bsp/wic/mpc8315e-rdb.wks | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-yocto-bsp/wic/mpc8315e-rdb.wks b/meta-yocto-bsp/wic/mpc8315e-rdb.wks deleted file mode 100644 index d0cb607ffc..0000000000 --- a/meta-yocto-bsp/wic/mpc8315e-rdb.wks +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | # short-description: Create SD card image for MPC8315E-RDB | ||
2 | # long-description: Create a partitioned SD card image for Freescale MPC8315E-RDB reference hardware. | ||
3 | part /boot --source bootimg-partition --ondisk sdb --fstype=ext3 --label boot | ||
4 | part / --source rootfs --ondisk sdb --fstype=ext3 --label root | ||