From 5ec2132cdf6c66d3eac37d657fc21c2beef6fa1b Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 12 Apr 2011 11:04:06 -0700 Subject: scripts/hob: wrapper script to run hob gui with a UI specific config file This ensures any configuration changes made in the GUI are only set when using hob. The default hob.local.conf is generated with a line which adds image_types to INHERITS so that the GUI can introspect the available FSTYPES. (From OE-Core rev: 23335d6c7b62899d2d7336d0c07d7ee2aa6c4ed1) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- scripts/hob | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 scripts/hob (limited to 'scripts') diff --git a/scripts/hob b/scripts/hob new file mode 100755 index 0000000000..19930bab32 --- /dev/null +++ b/scripts/hob @@ -0,0 +1,18 @@ +#!/usr/bin/env bash +if ! (test -r "$BUILDDIR/conf/hob.local.conf"); then + cat < conf/hob.local.conf +fi + +bitbake -R conf/hob.local.conf -t xmlrpc -u hob + +ret=$? +exit $ret -- cgit v1.2.3-54-g00ecf