From: Stefano Stabellini Date: Fri, 10 Apr 2015 17:21:33 +0000 (+0000) Subject: Document newly introduced functions and commands X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4fc808ae872c24ac8fb06beb88d2e991742ddbdb;p=raisin.git Document newly introduced functions and commands Signed-off-by: Stefano Stabellini --- diff --git a/README b/README index 03f854c..7c46660 100644 --- a/README +++ b/README @@ -53,6 +53,9 @@ depends on Xen, should be built after Xen). You need to implement a few bash functions in the component script file: +* component_check_package +passes a list of build dependencies to check-package + * component_build git clones, builds and installs the new component under DESTDIR @@ -90,6 +93,7 @@ particular: install_dependencies start_initscripts stop_initscripts +check-package If your component comes with additional data, maybe a config script or anything else, place it under "data".