============== -*- outline -*- ==============

              Renesas Yocto Maker

2021/06/11	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
=============================================

----------------------
* What is this ?
----------------------

	When you get Renesas BSP, it is difficult to understand
	what you need to do to use it. This is one of helper for it.
	This helps you to compile Yocto for you.

----------------------
* Note
----------------------

	This is *Un Official* Tool.
	        ^^^^^^^^^^^^^^^^^^^
	Contributor never take responsibility even though some issue happen.
	            ^^^^^^^^^^^^^^^^^^^^^^^^^

----------------------
* License ?
----------------------

	Licensed under the Apache License, Version 2.0 (the "License");
	you may not use this file except in compliance with the License.
	You may obtain a copy of the License at

		http://www.apache.org/licenses/LICENSE-2.0

	Unless required by applicable law or agreed to in writing, software
	distributed under the License is distributed on an "AS IS" BASIS,
	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
	See the License for the specific language governing permissions and
	limitations under the License.

----------------------
* Prepare
----------------------

	You need many tools to compible Yocto.
	You can find and use tool-installer.xxx under script.
	You should belong to "sudo" user.

	ex) for Ubuntu
		> ./script/tool-installer.ubuntu

----------------------
* How to use ?
----------------------

	run yocto-maker, and follow the questions

		> cd ${renesas-yocto-maker}
		> ./yocto-maker

----------------------
* How to flash to board ?
----------------------

	You can use renesas-bsp-rom-writer

		https://github.com/morimoto/renesas-bsp-rom-writer
		https://gitlab.com/morimoto.kuninori/renesas-bsp-rom-writer