From 8a1c70aab5d703b4bb834b2bfd44f8f26ed5e92c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Jul 2021 18:14:13 +0100 Subject: README.OE-Core/README.qemu: Move to markdown format The READMEs are often viewed from websites so switch to markdown format which is much as readable as text and much better from html in broswers. (From OE-Core rev: a9f366a883e4a5dcc364ca2841615c5acc494439) Signed-off-by: Richard Purdie --- README.OE-Core | 29 ----------------------------- README.OE-Core.md | 29 +++++++++++++++++++++++++++++ README.qemu | 15 --------------- README.qemu.md | 15 +++++++++++++++ 4 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 README.OE-Core create mode 100644 README.OE-Core.md delete mode 100644 README.qemu create mode 100644 README.qemu.md diff --git a/README.OE-Core b/README.OE-Core deleted file mode 100644 index 521916cd4f..0000000000 --- a/README.OE-Core +++ /dev/null @@ -1,29 +0,0 @@ -OpenEmbedded-Core -================= - -OpenEmbedded-Core is a layer containing the core metadata for current versions -of OpenEmbedded. It is distro-less (can build a functional image with -DISTRO = "nodistro") and contains only emulated machine support. - -For information about OpenEmbedded, see the OpenEmbedded website: - http://www.openembedded.org/ - -The Yocto Project has extensive documentation about OE including a reference manual -which can be found at: - http://yoctoproject.org/documentation - - -Contributing ------------- - -Please refer to -http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded -for guidelines on how to submit patches. - -Mailing list: - - http://lists.openembedded.org/mailman/listinfo/openembedded-core - -Source code: - - http://git.openembedded.org/openembedded-core/ diff --git a/README.OE-Core.md b/README.OE-Core.md new file mode 100644 index 0000000000..521916cd4f --- /dev/null +++ b/README.OE-Core.md @@ -0,0 +1,29 @@ +OpenEmbedded-Core +================= + +OpenEmbedded-Core is a layer containing the core metadata for current versions +of OpenEmbedded. It is distro-less (can build a functional image with +DISTRO = "nodistro") and contains only emulated machine support. + +For information about OpenEmbedded, see the OpenEmbedded website: + http://www.openembedded.org/ + +The Yocto Project has extensive documentation about OE including a reference manual +which can be found at: + http://yoctoproject.org/documentation + + +Contributing +------------ + +Please refer to +http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded +for guidelines on how to submit patches. + +Mailing list: + + http://lists.openembedded.org/mailman/listinfo/openembedded-core + +Source code: + + http://git.openembedded.org/openembedded-core/ diff --git a/README.qemu b/README.qemu deleted file mode 100644 index 9f56b7d668..0000000000 --- a/README.qemu +++ /dev/null @@ -1,15 +0,0 @@ -QEMU Emulation Targets -====================== - -To simplify development, the build system supports building images to -work with the QEMU emulator in system emulation mode. Several architectures -are currently supported in 32 and 64 bit variants: - - * ARM (qemuarm + qemuarm64) - * x86 (qemux86 + qemux86-64) - * PowerPC (qemuppc only) - * MIPS (qemumips + qemumips64) - -Use of the QEMU images is covered in the Yocto Project Reference Manual. -The appropriate MACHINE variable value corresponding to the target is given -in brackets. diff --git a/README.qemu.md b/README.qemu.md new file mode 100644 index 0000000000..9f56b7d668 --- /dev/null +++ b/README.qemu.md @@ -0,0 +1,15 @@ +QEMU Emulation Targets +====================== + +To simplify development, the build system supports building images to +work with the QEMU emulator in system emulation mode. Several architectures +are currently supported in 32 and 64 bit variants: + + * ARM (qemuarm + qemuarm64) + * x86 (qemux86 + qemux86-64) + * PowerPC (qemuppc only) + * MIPS (qemumips + qemumips64) + +Use of the QEMU images is covered in the Yocto Project Reference Manual. +The appropriate MACHINE variable value corresponding to the target is given +in brackets. -- cgit v1.2.3-54-g00ecf