============================================ Linux-ready firmware developer kit: HOWTO WRITE PLUGIN-TEST ============================================ Description: ============ How to write your own plugin-test and include it in the firmwarekit. Creating a plugin-test is easy! Even if you don't have a lot of development experience, don't be discouraged! Create & Share :) Contents: ========= 1. Quick way 2. More documentation ------------- 1. Quick way ------------- - Look in the 'linuxfirmwarekit/_example' dir. There you will find examples for creating a .exe, .so and .sh plugin-test along with its respective 'Makefile'. - Think of your short, informative plugin-test name, create a dir with that name under 'linuxfirmwarekit/'. - Make sure you have a 'Makefile' that copies your resulting plugin-test binary (and any other helper binaries you need) into the 'linuxfirmwarkit/plugins/' directory. The firmwarekit goes through this directory and runs each plugin-test it finds there. - Submit any patches you'd like to share to the mailing list: http://www.bughost.org/mailman/listinfo/firmwarekit-discuss ---------------------- 2. More documentation ---------------------- - Read section '3. Implemention' in the 'README' file for the implementation design of the firmwarekit. - Now follow 1. Quick way above :) Contributer: Rolla Selbak (rolla.n.selbak@intel.com)