summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vyacheslav Barinov [Wed, 4 Feb 2015 08:57:25 +0000 (11:57 +0300)]
util-linux required for /usr/bin/getopt
Unless it's installed a lot of messages:
/bin/vconftool: line 273: getopt: command not found
ERROR: vconftool set: bad arguments
during firmware build
Change-Id: I7429b6c72e7aac23e1eb27a42b86c14aea3f0d34
Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
José Bollo [Fri, 23 Jan 2015 17:34:09 +0000 (18:34 +0100)]
Improved mode computation
This will avoid false errors during image creation.
Change-Id: I299899a2c17887ad2fb5b741976f80433306189e
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
José Bollo [Fri, 23 Jan 2015 13:34:19 +0000 (14:34 +0100)]
Removing detection of the mode
Removing it allow to adapt to the best situation: first serveur
then direct, allowing to try the two modes and being in favour
of the server access.
The problem was that pgrep was raising smack errors when
scanning /proc
Change-Id: I4cec5a6cdc63d1750d857cc2399cb508694e5f9e
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
José Bollo [Tue, 9 Dec 2014 16:00:13 +0000 (17:00 +0100)]
Improving access mode, negatives, colorisation
The connection mode (server or direct) is
now checked and set depending on an existing
buxtond process.
The numbers having negative values are now well
handled.
The colorized output is now filtered depending
on being printing to a terminal or not.
Change-Id: I66b18880f34d3c85f2f3d44c43412ef01fbf0767
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
José Bollo [Tue, 9 Dec 2014 14:02:38 +0000 (15:02 +0100)]
Adding option -i to vconftool
For improving the conformance to vconftool, the option -i
is now handled. Also, the arguments are parsed using getopt
to ensure compatibility with older parsing algorithm.
Change-Id: I6b50fd82ec5ccf6a5132325c94f8b056ec9d1ea4
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
José Bollo [Fri, 5 Dec 2014 14:47:41 +0000 (15:47 +0100)]
Improved packaging
This commits has 2 main goals:
- Allow to provide vconf, vconf-devel, vconf-keys-devel
for solving issue when building.
- that done, error came because the vconftool replacement
coulded not run without a server buxton what is a problem
at build time. Thus the tool is replaced using an agnostic
tool written in bash.
There is an issue with that current version: it provides a
package that it also obsoletes. This issue will be fixed soon.
Change-Id: I9ea93d61cfe12fa23448fd6367d372cc7bbf55d9
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
José Bollo [Thu, 4 Dec 2014 15:06:06 +0000 (16:06 +0100)]
Adding missing header files
Change-Id: Iba7bfc9eb9bf54c24a3a492a5d0851d2cbfb4b6b
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
José Bollo [Thu, 4 Dec 2014 12:32:01 +0000 (13:32 +0100)]
Initial commit
Change-Id: I9ca327b87ab77ab28136ffc0c20b3aec42450dcb
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Sriram Ramkrishna [Mon, 17 Nov 2014 21:44:27 +0000 (13:44 -0800)]
Initial empty repository