scm/bb/tizen.git
9 years agospec2yoctorc: use Tizen IVI 3.0 release
Patrick Ohly [Wed, 4 Feb 2015 14:58:53 +0000 (06:58 -0800)]
spec2yoctorc: use Tizen IVI 3.0 release

This milestone is expected to be constant, meaning that with
this configuration one will always get the same manifest file,
which is important for spec2yocto.

Change-Id: I974a87f6462c712c645effd9b2ad399b224def90

9 years agorpm macros: set %profile to ivi consistently 89/34589/1
Patrick Ohly [Thu, 29 Jan 2015 10:10:00 +0000 (02:10 -0800)]
rpm macros: set %profile to ivi consistently

%profile was set twice, once to ivi and once to pc. Apparently
the "pc" value was used during conversion, because .spec files
with profile checks (like tlm) ended up not using the ivi branches.

Replacing "pc" with "ivi" fixes that. However, it is only
a stop-gap measure: the whole set or rpm macros needs to
be reviewed and consolidated to match exactly what is used
in Tizen IVI.

Change-Id: Id6da4d68f90d72caab2ffec766d8201360ba226d

9 years agospecfiles: update to latest IVI 42/34542/1
Patrick Ohly [Mon, 26 Jan 2015 09:51:03 +0000 (01:51 -0800)]
specfiles: update to latest IVI

This is the result of gitCloneAll.sh with the following manifest files
(more important ones first):
proto-meta-Tizen_generic/manifest_fix.xml
tizen-ivi_20150127.1_atom.xml

The spec2yoctorc is the one from this repository.

Change-Id: I88299351b7fbd05f37130d1ac2b42b50af1a6c51

9 years agomanifest_fix.xml: updated based on current state of Tizen IVI 41/34541/1
Patrick Ohly [Tue, 27 Jan 2015 21:12:33 +0000 (13:12 -0800)]
manifest_fix.xml: updated based on current state of Tizen IVI

Projects listed here override the revisions used by either Common of IVI.

The list was partly out-dated, causing spec2yocto to use code older than used
in Tizen IVI. Sometimes an entry could be removed entirely (when merged into
Tizen), sometimes the change had to be rebased.

There were also cases (e.g. edbus) were a change had been merged, but then the
change got lost when someone overwrote the spec file. Where applicable, such
changes were submitted anew.

Changes related to bashisms were dropped. Such issues can be addressed more
easily by enforcing the use of bash when running shell scripts, for example
by patching bitbake in tizen-distro. Compatibilty with dash can be tested
and ensured more carefully in the future.

The review was done with the help of the following perl script:

while (<>) {
    if (m;<project.*/(.*)" +revision="(.*)";) {
        print "cd /data/yocto/tizen/proto-meta-Tizen_generic/git_package/$1; (echo $1; git diff --color=always \$(grep '/$1\"' /data/yocto/tizen/proto-meta-Tizen_generic/manifest_file/tizen-ivi_20150126.2_atom.xml | sed -e 's/.*revision=\"\\(.*\\)\".*/\\1/')..$2) | less\n";
    }
}

Change-Id: Ifb88650654c78376e340b04d9f572b9f290a6328

9 years agospec2proto: reconfigure for Tizen IVI 3.0 40/34540/1
Patrick Ohly [Tue, 27 Jan 2015 21:09:26 +0000 (13:09 -0800)]
spec2proto: reconfigure for Tizen IVI 3.0

We cannot support both Tizen Common and Tizen IVI on the same branch, because
both have started to diverge. Focusing on IVI for the next release.

Part of that consists of configuring spec2yocto to convert .spec files as used
by IVI.

Besides that, some projects also were simply missing although Common also uses
them, like gumd and tlm.

Change-Id: Id43ab6af49a62981102fb87a83f7b2038e5f65a1

9 years agospec2yocto: use env variable to find files 39/34539/1
Patrick Ohly [Tue, 27 Jan 2015 21:07:06 +0000 (13:07 -0800)]
spec2yocto: use env variable to find files

gitCloneAll.sh changes the directory before calling spec2yocto,
so we have to use absolute paths for the auxiliary files. For that
we need to add support for env variable substitution in all
usages of the "uri" properties.

Change-Id: I9f14bfed67e44d01205fac7478871d7fba2ac063

9 years agospec2yoctorc: make it visible 38/34538/1
Patrick Ohly [Tue, 27 Jan 2015 17:25:04 +0000 (09:25 -0800)]
spec2yoctorc: make it visible

Having a hidden dot file in a git repositoy makes little sense,
even if the file is meant to be called .spec2yoctorc in the
home directory.

Change-Id: I7885eb5b3e43f0abe9e33b56fe1846a01da6c1f5

9 years agospec2yocto config: move from Eurogiciel repo into this one 37/34537/1
Patrick Ohly [Tue, 27 Jan 2015 17:08:40 +0000 (09:08 -0800)]
spec2yocto config: move from Eurogiciel repo into this one

The spec2yocto tool is configured to use these extra files
by pulling them from https://github.com/eurogiciel-oss/yoctoTizenTools

We cannot modify the files there. Besides, using a local copy
is more convenient, too, because one can make experimental
changes without having to commit them.

The downside is that the spec2yocto tool needs to be run in
the top-level directory when using the provided .spec2yoctorc,
otherwise the files won't be found.

This is a direct copy of the latest available files (ea52b169,
Thu Jan 22 2015). They will have to be modified before they
are useful, but let's document the last known state first.

Change-Id: Iccb138988050d2a9510d6fb4a8726f38a399c29b

9 years agospecfiles: update to latest IVI 36/34536/1
Patrick Ohly [Mon, 26 Jan 2015 09:51:03 +0000 (01:51 -0800)]
specfiles: update to latest IVI

This is the result of gitCloneAll.sh with the following manifest files
(more important ones first):
manifest_fix.xml (Commit "Clean Fix", Jan 12, 2015)
tizen-ivi_20150126.2_atom.xml
tizen-common_20150123.3_x86_64-wayland.xml

Change-Id: Ifb39cd22bba432c1083418d606d29baf40f43cab

9 years agospec2yoctorc: prefer IVI revisions 35/34535/1
Patrick Ohly [Mon, 26 Jan 2015 09:48:01 +0000 (01:48 -0800)]
spec2yoctorc: prefer IVI revisions

Swap priorities of Common and IVI manifests: now IVI takes
precendency. The reason is that IVI is currently frozen and
more stable than Common. Besides, the main goal is building
IVI images, so we *want* the same revisions as in IVI.

Change-Id: Ie0ad9224ac2931c99d2a51e48cc2af338270ac74

9 years agogenerate cleaner code rev_0.6 rev_0.7
Ronan Le Martret [Tue, 2 Dec 2014 15:51:18 +0000 (16:51 +0100)]
generate cleaner code

Change-Id: I98d098e51a0c2c1d8f3aef4c360c0aaf9640ea64

9 years agoupdate initial spec file
Ronan Le Martret [Tue, 2 Dec 2014 15:48:30 +0000 (16:48 +0100)]
update initial spec file

Change-Id: Ie8d5d5474ff5f8b74f10c4ed7058f05cbf85f6be

9 years agoupdate spec file
Ronan Le Martret [Mon, 1 Dec 2014 14:32:40 +0000 (15:32 +0100)]
update spec file

Change-Id: I58deabda252233c767469ea15a308acf49ec3f93

9 years agoMerge "Use bluez5 instead of bluez4" into tizen
ronan(Eurogiciel) Le Martret [Tue, 25 Nov 2014 16:28:00 +0000 (08:28 -0800)]
Merge "Use bluez5 instead of bluez4" into tizen

9 years agoupdate spec2yocto.py rev_0.5
Ronan Le Martret [Tue, 25 Nov 2014 15:59:54 +0000 (16:59 +0100)]
update spec2yocto.py

Change-Id: I22eda92af95a64db35169eabee5fbca19d86bb51
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate init spec file
Ronan Le Martret [Tue, 25 Nov 2014 15:59:17 +0000 (16:59 +0100)]
update init spec file

Change-Id: I92793fd1e6548756e03f0a34787a6ca3edbb9699
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoUse bluez5 instead of bluez4 83/30583/1
Kévin THIERRY [Thu, 20 Nov 2014 16:00:01 +0000 (17:00 +0100)]
Use bluez5 instead of bluez4

Bug-Tizen: BTY-77
Change-Id: I9ccedc700347801bb2a186029a4450323fa8e88a
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoupdate conf
Ronan Le Martret [Thu, 20 Nov 2014 08:31:12 +0000 (09:31 +0100)]
update conf

Change-Id: I7dba3dba231ae943e3d41ac89b3b90961cc1efb2

9 years agoupdate spec files
Ronan Le Martret [Thu, 20 Nov 2014 08:23:07 +0000 (09:23 +0100)]
update spec files

Change-Id: I84d948e7c49547c14209a94f36d73edd8286857f

9 years agoupdate spec2yocto to allow splited package generation. rev_0.4
Ronan Le Martret [Fri, 7 Nov 2014 14:16:02 +0000 (15:16 +0100)]
update spec2yocto to allow splited package generation.

Change-Id: I30c1fc147ef29cc5c68d6fd62022bad438e69574
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agofix systemd macro path
Ronan Le Martret [Thu, 6 Nov 2014 09:47:48 +0000 (10:47 +0100)]
fix systemd macro path

Change-Id: I25e1c2cede27f8256958d8762a3cafff6e276f33
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agochange manifest fix source
Ronan Le Martret [Thu, 30 Oct 2014 10:52:05 +0000 (11:52 +0100)]
change manifest fix source

Change-Id: I88d3623505e707582321e8b7a58c2f737929e293
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate initial spec files
Ronan Le Martret [Thu, 30 Oct 2014 10:50:56 +0000 (11:50 +0100)]
update initial spec files

Change-Id: If2f75e254fe08f018534f4e68a16f4e1df5f4166
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoMerge "will solve multi configure spec file" into tizen
Ronan Le Martret [Thu, 30 Oct 2014 11:15:48 +0000 (04:15 -0700)]
Merge "will solve multi configure spec file" into tizen

9 years agoTizen recipes inherit manifest 48/29348/1
Kévin THIERRY [Fri, 24 Oct 2014 14:25:03 +0000 (16:25 +0200)]
Tizen recipes inherit manifest

Inherit manifest in order to copy the manifest file from the source
directory to ${PKGDEST}.

Bug-Tizen: BTY-59
Change-Id: Ia697d9fa8a671a1c421d2823cfc2bad6931482ad
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoDo not generate a recipe for libjpeg-turbo 43/29343/1
Kévin THIERRY [Fri, 24 Oct 2014 12:40:56 +0000 (14:40 +0200)]
Do not generate a recipe for libjpeg-turbo

Using upstream recipe instead.

Bug-Tizen: BTY-52
Change-Id: Ibbeb3351ab4c5dec076235c35b485c98d3f06ae7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd package version in recipes 75/29175/1
Kévin THIERRY [Wed, 22 Oct 2014 06:59:56 +0000 (08:59 +0200)]
Add package version in recipes

Bug-Tizen: BTY-55
Change-Id: Ied4a9f672012907c68fb0b1d06a74f774ce84652
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agowill solve multi configure spec file 32/28932/1
Ronan Le Martret [Fri, 17 Oct 2014 08:05:43 +0000 (10:05 +0200)]
will solve multi configure spec file

Change-Id: I8a4e39eb51c62e2f1b9f3579e789ea1e1c2887d7
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoMerge "Use glibc instead of eglibc" into tizen
Kévin THIERRY [Thu, 16 Oct 2014 13:18:20 +0000 (06:18 -0700)]
Merge "Use glibc instead of eglibc" into tizen

9 years agoUse glibc instead of eglibc 25/28825/1
Kévin THIERRY [Thu, 16 Oct 2014 13:14:00 +0000 (15:14 +0200)]
Use glibc instead of eglibc

Tizen uses glibc but Yocto used to use eglibc. Now Yocto also uses
glibc so we don't need to replace glibc occurences with glibc.

Change-Id: I726213caaf88fc3661c0a4a0872b53588372cc6e
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoMerge changes I9237ad0b,If6b38766,Icbabc4bb,Ib72152f1 into tizen
Kévin THIERRY [Thu, 16 Oct 2014 13:12:22 +0000 (06:12 -0700)]
Merge changes I9237ad0b,If6b38766,Icbabc4bb,Ib72152f1 into tizen

* changes:
  Update spec files
  Automatically add build dependency on pkgconfig
  Add libav, pulseaudio, tdb
  update macro

9 years agoUpdate spec files 24/28824/1
Kévin THIERRY [Tue, 14 Oct 2014 11:56:44 +0000 (13:56 +0200)]
Update spec files

Change-Id: I9237ad0bf15d25603876d263522a01e76ce3e982
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAutomatically add build dependency on pkgconfig 23/28823/1
Kévin THIERRY [Fri, 10 Oct 2014 13:21:39 +0000 (15:21 +0200)]
Automatically add build dependency on pkgconfig

If a spec file contains a build dependecy with the form
'pkgconfig(<pkg-name>)', automatically add a build dependency on
pkgconfig.

Change-Id: If6b3876658658859d4a5576b9678fb6fdf255d04
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd libav, pulseaudio, tdb 22/28822/1
Kévin THIERRY [Wed, 8 Oct 2014 12:33:19 +0000 (14:33 +0200)]
Add libav, pulseaudio, tdb

Also update spec files.

Change-Id: Icbabc4bb733984d28805c2c11359d2708bd4ec1b
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoupdate macro 21/28821/1
Ronan Le Martret [Thu, 9 Oct 2014 16:01:07 +0000 (18:01 +0200)]
update macro

Change-Id: Ib72152f12c066b7c8a589e803646cd310930ef3f

9 years agoupdate init spec files
Ronan Le Martret [Fri, 10 Oct 2014 08:50:07 +0000 (10:50 +0200)]
update init spec files

Change-Id: I2a31c556649b65c6e63a500a99e3d24395ed2b85

9 years agoupdate spec file
Ronan Le Martret [Thu, 9 Oct 2014 16:01:30 +0000 (18:01 +0200)]
update spec file

Change-Id: I1cfb7fcb62cf8df8e9928f35feeb5cd115585b0e

9 years agoupdate macro
Ronan Le Martret [Thu, 9 Oct 2014 16:01:07 +0000 (18:01 +0200)]
update macro

Change-Id: Ib72152f12c066b7c8a589e803646cd310930ef3f

9 years agoupdate ico-uxf-homescreen
Ronan Le Martret [Wed, 8 Oct 2014 07:43:47 +0000 (09:43 +0200)]
update ico-uxf-homescreen

Change-Id: If68db191827fa66353533abcf622cb70517f0922

9 years agoupdate rpm macro
Ronan Le Martret [Wed, 8 Oct 2014 07:22:26 +0000 (09:22 +0200)]
update rpm macro

Change-Id: I523abc3050dc13f7a57c6f2c80b3005bb937d7b2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate spec file
Ronan Le Martret [Wed, 8 Oct 2014 07:21:36 +0000 (09:21 +0200)]
update spec file

Change-Id: I741385438e490d7b7dc4ac0ac8d47743e03feef5
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate spec file
Ronan Le Martret [Thu, 2 Oct 2014 14:04:11 +0000 (16:04 +0200)]
update spec file

Change-Id: Ia69e1323c4bf9f5430fa2cddbda71a53a47ee83b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoFix sql
Ronan Le Martret [Thu, 2 Oct 2014 14:03:47 +0000 (16:03 +0200)]
Fix sql

Change-Id: I6b22aa3d33977bc981695454f17359891476f65c
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate libmedia
Ronan Le Martret [Thu, 2 Oct 2014 09:29:02 +0000 (11:29 +0200)]
update libmedia

Change-Id: I69c969fb199c72ae6f493867c9d0f6c18c065371
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate spec file
Ronan Le Martret [Thu, 2 Oct 2014 08:41:58 +0000 (10:41 +0200)]
update spec file

Change-Id: Icc12e415c4ed1b12c83a821de4d77cb9cf08f166
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate macros.tizen-platform
Ronan Le Martret [Thu, 2 Oct 2014 08:41:40 +0000 (10:41 +0200)]
update macros.tizen-platform

Change-Id: I5c93b342fa41df0104ec1568f10f1bc6c29f3bcb

9 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/scm/bb/tizen into tizen
Ronan Le Martret [Wed, 1 Oct 2014 12:20:52 +0000 (14:20 +0200)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/scm/bb/tizen into tizen

9 years agoupdate Modello
Ronan Le Martret [Wed, 1 Oct 2014 12:20:18 +0000 (14:20 +0200)]
update Modello

Change-Id: Ib008f9ded3858affc313dc8fc4cdbbc71a5f11f9
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agosetup: fix and enhance instructions 47/28247/2
Patrick Ohly [Wed, 1 Oct 2014 07:12:43 +0000 (09:12 +0200)]
setup: fix and enhance instructions

It was not clear what the content of YOCTO_WORKDIR is supposed to be
and where commands need to be invoked. Some commands were wrong (ln -s
parameters swapped, inconsistent naming of the scm/bb/tizen checkout
directory). The dependency on cmdln.py was not documented.

Change-Id: Id44bf00dd2ac2a3ceff0b9bbdc86db25015779f7
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogitCloneAll: make "git cclone" optional 73/28273/1
Patrick Ohly [Wed, 1 Oct 2014 07:11:20 +0000 (09:11 +0200)]
gitCloneAll: make "git cclone" optional

The dependency on "git cclone" was not documented. Not everyone needs
it, so only use it if available and fall back to "git clone"
otherwise.

Change-Id: Ifc3fd18d253d4e4c385e9854ba04c8d6d83acb38
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
merge: cclone

Change-Id: I060a73e1ae5b911b665abb598f578562e65bfc52

9 years agochange recipes name
Ronan Le Martret [Tue, 30 Sep 2014 11:40:14 +0000 (13:40 +0200)]
change recipes name

Change-Id: I9f2d258bbdd8df465a750faad08c9a7922734cc6
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoUpdate spec file
Ronan Le Martret [Mon, 29 Sep 2014 07:58:19 +0000 (09:58 +0200)]
Update spec file

Change-Id: Ica5ed33e1e1dbf784b5fe7bcc3cf4fdab8afc323
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate spec file
Ronan Le Martret [Fri, 26 Sep 2014 13:13:54 +0000 (15:13 +0200)]
update spec file

Change-Id: I97a961c7e495f07efb9bef46765757b1a939ec21
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate spec filewq
Ronan Le Martret [Fri, 26 Sep 2014 12:46:01 +0000 (14:46 +0200)]
update spec filewq

Change-Id: I0f5bffd2b000bc449643f6fbb29c3d9d6f73fb2c

9 years agoupdate tools
Ronan Le Martret [Thu, 25 Sep 2014 15:26:31 +0000 (17:26 +0200)]
update tools

Change-Id: I638a6594624e9c8e7dffeefd0ac2efb5da934664
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate gen pkg
Ronan Le Martret [Tue, 23 Sep 2014 15:10:39 +0000 (17:10 +0200)]
update gen pkg

Change-Id: Ie1f0ff7200168c3b930ad05129e2d42c88bcb726
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate spec file
Ronan Le Martret [Tue, 23 Sep 2014 15:10:00 +0000 (17:10 +0200)]
update spec file

Change-Id: I2a56158468a74fb4aafd543dc488b406fb5ee666
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate security-server.spec
Ronan Le Martret [Fri, 19 Sep 2014 07:40:14 +0000 (09:40 +0200)]
update security-server.spec

Change-Id: If9e8910cbfc0123667fab531f958d1c1144e5f28

9 years agoUpdate .spec2yoctorc
Ronan Le Martret [Thu, 18 Sep 2014 16:48:02 +0000 (18:48 +0200)]
Update .spec2yoctorc

Change-Id: I1362a4f87afa99508f9d1e82e4d334928571a56f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate recipes generation
Ronan Le Martret [Thu, 18 Sep 2014 16:47:36 +0000 (18:47 +0200)]
update recipes generation

Change-Id: I3a828f0cd89fb9351f0cba71640e6ebab3c8e63d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate spec file
Ronan Le Martret [Thu, 18 Sep 2014 16:47:12 +0000 (18:47 +0200)]
update spec file

Change-Id: I5eb99ee8a15061ae415bcc5a55e9868008c76638
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoReplace devman with system-server 81/27681/1
Kévin THIERRY [Wed, 17 Sep 2014 11:46:06 +0000 (13:46 +0200)]
Replace devman with system-server

Change-Id: I8dafc39e2935d726f959f14414ce8f04b267c879
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd missing packages 71/27671/1
Kévin THIERRY [Wed, 17 Sep 2014 10:20:02 +0000 (12:20 +0200)]
Add missing packages

* libgsasl
* gsignond-plugin-oauth
* gsignond-plugin-sasl

Change-Id: I06f04acfe7a09a660e024ae71daddd4ad526aeb8
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoupdate specfile initial
Ronan Le Martret [Wed, 17 Sep 2014 08:59:57 +0000 (10:59 +0200)]
update specfile initial

Change-Id: I68ea1918a444666996e6e3cff13ce36a63fe6abc
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate .spec2yoctorc
Ronan Le Martret [Wed, 17 Sep 2014 08:59:14 +0000 (10:59 +0200)]
update .spec2yoctorc

Change-Id: Ic5d87e5f23882ffa294af6b0468316649cc8b38f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate .spec2yoctorc
Ronan Le Martret [Tue, 16 Sep 2014 09:51:04 +0000 (11:51 +0200)]
update .spec2yoctorc

Change-Id: I135db2e6a91f2eda82c1003dcf05babfe0f1b17f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoAdd weston 61/27561/2
Kévin THIERRY [Tue, 16 Sep 2014 07:21:29 +0000 (09:21 +0200)]
Add weston

Change-Id: I5c97c2dd4556e6aa0d8c6f49cd1e6e38c08be8b4
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoUpdate README.md 73/26673/1
Kévin THIERRY [Wed, 27 Aug 2014 15:48:07 +0000 (17:48 +0200)]
Update README.md

Change-Id: I53a27e476549079c98e1199924be9c445b3a48b8
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoUpdate spec files 72/26672/1
Kévin THIERRY [Wed, 27 Aug 2014 15:38:24 +0000 (17:38 +0200)]
Update spec files

Also update spec2yoctorc:
* Remove chromium
* Replace message-port with message-port-dbus

Change-Id: I64a40677d1089a0e6a5940e3dba73102f32086e0
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoUpdate spec files 93/26493/1
Kévin THIERRY [Mon, 25 Aug 2014 09:15:05 +0000 (11:15 +0200)]
Update spec files

Change-Id: I55c441c97ce5f3f06ce5fffcda09ebcf0ddc7845
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd missing packages 92/26492/1
Kévin THIERRY [Mon, 25 Aug 2014 08:27:58 +0000 (10:27 +0200)]
Add missing packages

* wrt-widgets
* meta-generic
* net-config

Change-Id: I1665ffb89e7fc78f702c714e39b7e44f082a62ad
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoRemove doxygen 89/26489/2
Kévin THIERRY [Mon, 25 Aug 2014 08:19:15 +0000 (10:19 +0200)]
Remove doxygen

Doxygen doesn't support cross-compilation so we remove it from the
whitelist and put it in the blacklist. We also add to the "ignore" list
so it is not added through dependencies.

Bug-tizen: BTY-31
Change-Id: I3a5966156b9ca7e8100f2032dec53d2831772732
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd wrt-widgets spec file 04/26304/1
Kévin THIERRY [Wed, 20 Aug 2014 09:58:29 +0000 (11:58 +0200)]
Add wrt-widgets spec file

Change-Id: I757596d4afbb948d3b4f3069c2bb9c35f4dc4c8f
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoUpdate IVI manifest URL 40/26240/1
Kévin THIERRY [Tue, 19 Aug 2014 15:15:38 +0000 (17:15 +0200)]
Update IVI manifest URL

Change-Id: Ibcccf3d5ef8569d4a9f71896dea1692dd7a6af6f
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoExport variable RPM_BUILD_ROOT in install section 39/26239/1
Kévin THIERRY [Tue, 19 Aug 2014 15:09:53 +0000 (17:09 +0200)]
Export variable RPM_BUILD_ROOT in install section

Replaces "echo export RPM_BUILD_ROOT=${D}" witch does nothing in the
install section of recipes with "export RPM_BUILD_ROOT=${D}".

Change-Id: I528a5f5040fc08db03023370eaad6fe3f5746282
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd new package for ivi build
Ronan Le Martret [Wed, 30 Jul 2014 15:50:07 +0000 (17:50 +0200)]
Add new package for ivi build

Change-Id: I45f2983fc6510bb800ab6c2b87520d7db37007b2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoremove useless spec file
Ronan Le Martret [Wed, 30 Jul 2014 12:48:37 +0000 (14:48 +0200)]
remove useless spec file

Change-Id: Id8d3f58c905906e0ca5f82e534f372b1b63f12f2

9 years agoupdate spec2yoctorc
Ronan Le Martret [Wed, 30 Jul 2014 12:47:06 +0000 (14:47 +0200)]
update spec2yoctorc

Change-Id: I32e83978356d4b3c7b857a7f2787f9e3340e4922
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoAdd new spec init for ivi.
Ronan Le Martret [Wed, 30 Jul 2014 12:45:36 +0000 (14:45 +0200)]
Add new spec init for ivi.

Change-Id: I96f6b11261a39c8e62c590d975b49644655ea508
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoMerge changes I7c5c5678,I14f28f35 into tizen
ronan(Eurogiciel) Le Martret [Fri, 25 Jul 2014 14:07:40 +0000 (07:07 -0700)]
Merge changes I7c5c5678,I14f28f35 into tizen

* changes:
  Update rpm spec file
  Add support for Tizen IVI repo

9 years agoAdd efl support
Ronan Le Martret [Fri, 25 Jul 2014 13:31:40 +0000 (15:31 +0200)]
Add efl support

Change-Id: I8c81f735df143844224744163a2ff813db2a5836
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoAdd macro for lang
Ronan Le Martret [Fri, 25 Jul 2014 13:30:34 +0000 (15:30 +0200)]
Add macro for lang

Change-Id: I42bf339e2c794fdbb68549b9759711977f9cb431
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoAdd init spec file for efl.
Ronan Le Martret [Fri, 25 Jul 2014 13:29:49 +0000 (15:29 +0200)]
Add init spec file for efl.

Change-Id: Ia7da533aef7ae050d1443b2ad4d868c951af0141
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoUpdate init spec files
Ronan Le Martret [Fri, 25 Jul 2014 13:29:03 +0000 (15:29 +0200)]
Update init spec files

Change-Id: I22a9199bd04748324fa54355f26b9bde62910631
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoUpdate rpm spec file 71/24971/1
Kévin THIERRY [Thu, 24 Jul 2014 13:32:23 +0000 (15:32 +0200)]
Update rpm spec file

Change-Id: I7c5c567819ed004a78814c38193ed44bbd636e81
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoAdd support for Tizen IVI repo 70/24970/1
Kévin THIERRY [Thu, 24 Jul 2014 13:31:42 +0000 (15:31 +0200)]
Add support for Tizen IVI repo

Change-Id: I14f28f35185bd75b567b376a51f542a16a08414c
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoRemove hardcoded target.
Ronan Le Martret [Tue, 15 Jul 2014 15:30:28 +0000 (17:30 +0200)]
Remove hardcoded target.

Change-Id: I61d47575117ed7b423f8c3752a9bcda00643c01a
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoUpdate init specfile.
Ronan Le Martret [Tue, 15 Jul 2014 15:29:59 +0000 (17:29 +0200)]
Update init specfile.

Change-Id: Id2b0345c9108735174bd3aa3e281aa5171927069
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoupdate libmm-common initial spec file.
Ronan Le Martret [Fri, 11 Jul 2014 15:07:01 +0000 (17:07 +0200)]
update libmm-common initial spec file.

Change-Id: I4910d442dfb434ef21febe16b706071adb75cdcc
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
9 years agoAdd %dir, %config, %manifest support.
Ronan Le Martret [Fri, 11 Jul 2014 13:21:15 +0000 (15:21 +0200)]
Add %dir, %config, %manifest support.

Change-Id: Iae404c2672b4d872b80922b359eeafbc3af06904

9 years agoUpdate init spec file
Ronan Le Martret [Fri, 11 Jul 2014 13:20:22 +0000 (15:20 +0200)]
Update init spec file

Change-Id: Id7f9d501241d55a2f08aae550e0b4900152602f1

9 years agoMerge branch 'tizen' of ssh://review.tizen.org:29418/scm/bb/tizen into tizen
Ronan Le Martret [Thu, 10 Jul 2014 08:13:15 +0000 (10:13 +0200)]
Merge branch 'tizen' of ssh://review.tizen.org:29418/scm/bb/tizen into tizen

9 years agoUpdate init spec file.
Ronan Le Martret [Thu, 10 Jul 2014 08:12:47 +0000 (10:12 +0200)]
Update init spec file.

Change-Id: I2bf25916bf717d185b1a2043c26a3b66a86a63c9

9 years agoUpdate README 38/24238/2
Kévin THIERRY [Wed, 9 Jul 2014 08:54:55 +0000 (10:54 +0200)]
Update README

Change-Id: If49a13a7ccf999bb350a632a52e71c730e80f5d7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoRemove unused functions 30/24230/1
Kévin THIERRY [Wed, 9 Jul 2014 08:17:55 +0000 (10:17 +0200)]
Remove unused functions

Change-Id: Ide76037223e1a95cfdcb626a4929559a213c3e3d
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoFactorize some code 21/24121/2
Kévin THIERRY [Tue, 8 Jul 2014 15:11:48 +0000 (17:11 +0200)]
Factorize some code

Change-Id: Ie94f919ccddd4520b05b22ab88902f79b447174f
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoFactorize some code 20/24120/2
Kévin THIERRY [Tue, 8 Jul 2014 14:49:49 +0000 (16:49 +0200)]
Factorize some code

Change-Id: I9d42ab450d1937361804e8a6ea392700d1ae17a3
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoRemove hard-coded options specific to x86_64 archs 07/24107/3
Kévin THIERRY [Tue, 8 Jul 2014 13:17:38 +0000 (15:17 +0200)]
Remove hard-coded options specific to x86_64 archs

Change-Id: Ied4e80af6c9a503795455b9250da39b68d28057a
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoRemove build flags in recipes 75/23775/4
Kévin THIERRY [Wed, 2 Jul 2014 13:30:52 +0000 (15:30 +0200)]
Remove build flags in recipes

Remove build flags in recipes. Default build flags are already defined
by Yocto and the one we used were for x86_64 architectures only.

Also update spec2yoctorc.

Change-Id: Ifbd9da09e0312f0efe981e2157acca2925af9c65
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
9 years agoUpdate default path in .spec2yoctorc 51/23451/4
Kévin THIERRY [Wed, 25 Jun 2014 17:38:38 +0000 (19:38 +0200)]
Update default path in .spec2yoctorc

Change-Id: I94115eba2cd427c510f18e1c1394818b26eba1b8
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>