| Submitter | Joshua Lock |
|---|---|
| Date | July 12, 2011, 11:24 p.m. |
| Message ID | <cover.1310511423.git.josh@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/7439/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib josh/hobComments
On 07/12/2011 04:24 PM, Joshua Lock wrote: > Hob is the BitBake GUI I've been working on, the following pair of patches > make it a little more nicely integrated into OE-Core. > > The first adds a variable to image_types.bbclass that the GUI can use to > determine what image types are available. > > The second adds a wrapper script to call the GUI with a postfile, if the UI > can find hob.local.conf any configuration settings made in the UI will be > written to that file, rather than local.conf, ensuring that configuration > changes made in the GUI don't affect CLI builds. > > The following changes since commit a6e9edb7b4b5b0bdb067a59d691d33fba8948963: > > sato-sdk: add clutter for sato-sdk image (2011-07-12 15:23:35 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib josh/hob > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/hob > > Joshua Lock (2): > classes/image_types: add a variable to list available IMAGE_FSTYPE's > scripts/hob: wrapper script to run hob gui with a UI specific config > file > The scripts/hob patch has been merged, but the image_types is pending a v2 I believe. Thanks Sau! > meta/classes/image_types.bbclass | 2 ++ > scripts/hob | 18 ++++++++++++++++++ > 2 files changed, 20 insertions(+), 0 deletions(-) > create mode 100755 scripts/hob >
On Tue, 2011-07-19 at 11:29 -0700, Saul Wold wrote: > On 07/12/2011 04:24 PM, Joshua Lock wrote: > > Hob is the BitBake GUI I've been working on, the following pair of patches > > make it a little more nicely integrated into OE-Core. > > > > The first adds a variable to image_types.bbclass that the GUI can use to > > determine what image types are available. > > > > The second adds a wrapper script to call the GUI with a postfile, if the UI > > can find hob.local.conf any configuration settings made in the UI will be > > written to that file, rather than local.conf, ensuring that configuration > > changes made in the GUI don't affect CLI builds. > > > > The following changes since commit a6e9edb7b4b5b0bdb067a59d691d33fba8948963: > > > > sato-sdk: add clutter for sato-sdk image (2011-07-12 15:23:35 +0100) > > > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib josh/hob > > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/hob > > > > Joshua Lock (2): > > classes/image_types: add a variable to list available IMAGE_FSTYPE's > > scripts/hob: wrapper script to run hob gui with a UI specific config > > file > > > The scripts/hob patch has been merged, but the image_types is pending a > v2 I believe. The v2 was already merged: http://git.openembedded.org/cgit.cgi/openembedded-core/commit/?id=12600138721262ce02e9dd243bcf44e52e065179 Thanks, Joshua
Hob is the BitBake GUI I've been working on, the following pair of patches make it a little more nicely integrated into OE-Core. The first adds a variable to image_types.bbclass that the GUI can use to determine what image types are available. The second adds a wrapper script to call the GUI with a postfile, if the UI can find hob.local.conf any configuration settings made in the UI will be written to that file, rather than local.conf, ensuring that configuration changes made in the GUI don't affect CLI builds. The following changes since commit a6e9edb7b4b5b0bdb067a59d691d33fba8948963: sato-sdk: add clutter for sato-sdk image (2011-07-12 15:23:35 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib josh/hob http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/hob Joshua Lock (2): classes/image_types: add a variable to list available IMAGE_FSTYPE's scripts/hob: wrapper script to run hob gui with a UI specific config file meta/classes/image_types.bbclass | 2 ++ scripts/hob | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) create mode 100755 scripts/hob