Hi everyone! I have been read the official document: http://www.genode.org/documentation/developer-resources/porting http://www.genode.org/documentation/developer-resources/porting I know the basic steps to port driver to genode. but i have some question:how can i write a port file?i don’t know what thing should write in a port file?
only include License ,version,downloads, URL,SHA,DIR.patches,patch_ot. is’t ok?
what the relationship between port file and hash file?
Hello,
On 03/18/2015 03:01 PM, 周俊 wrote:
Hi everyone! I have been read the official document:http://www.genode.org /documentation/developer-resources/porting I know the basic steps to port driver to genode. but i have some question:how can i write a port file?i don’t know what thing should write in a port file?
only include License ,version,downloads, URL,SHA,DIR.patches,patch_ot. is’t ok?
what the relationship between port file and hash file?
Have you already read the section "Creating the port file" of the porting guide?
http://www.genode.org/documentation/developer-resources/porting_dosbox#Creat...
The relationship between the port file and the hash file is explained here:
http://www.genode.org/documentation/release-notes/14.05#Unification_of_the_p...
You may also find the following text helpful. It describes the steps taken to port numptyphysics to Genode:
https://raw.githubusercontent.com/nfeske/genode-world/master/doc/numptyphysi...
Last but not least, you may have a look at the other port files for inspiration.
Happy hacking! Norman