diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-22 12:32:40 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-22 12:32:40 +0000 |
commit | 44ef8aee5df1b3f6d4595c660f2f772e9e0d484c (patch) | |
tree | 32038fb08db5027f2aaa962b1ee18d93adb4bcc0 /conf/documentation.conf | |
parent | c6150944b250086c0375b86ce819a8b9bf9d2820 (diff) |
image.bbclass: Add FEED_DEPLOYDIR_BASE_URI to use deploy dir a feed ("bogofeed").
* If set to a base URL of ipk deploy dir as exported by HTTP/FTP, it will create
set of feed configs to use deploy subdirs as feeds.
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r-- | conf/documentation.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index 96a292b9d7..6c71bc00c7 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -103,6 +103,9 @@ PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slot SYSVINIT_ENABLED_GETTYS[doc] = "Specify which VTs should be running a getty, the default is 1" +FEED_URIS[doc] = "List of ipkg feed records to put into generated image." +FEED_DEPLOYDIR_BASE_URI[doc] = "Allow to serve ipk deploy dir as an adhoc feed (bogofeed). Set to base URL of the dir as exported by HTTP. Set of adhoc feed configs will be generated in image." + # insane bbclass QA_LOG[doc] = "Enable logging of QA errors to log.qa_package. Default is not to log." |