Xavier Roche [Sat, 14 Feb 2015 11:58:49 +0000 (12:58 +0100)]
Fix build in capi related package
Note : some of the capi packages have been downgrade temporaly to reach the image build point.
Change-Id: I8d1f343b2b81f4e82889f997614c2e1e029920c4
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Xavier Roche [Fri, 13 Feb 2015 16:11:45 +0000 (17:11 +0100)]
Fix Crosswalk build
Note: also fix crosswalk dependency build : libslp-location
Change-Id: Ia742b1fb84ee819ea6e5bdbd15e2c456e6787041
Signed-off-by: Xavier Roche <xavrock.os@gmail.com>
Mauro Carvalho Chehab [Sat, 13 Jun 2015 12:00:31 +0000 (12:00 +0000)]
privacy-manager-server: use the toolchain version of strip
As strip is part of the build chain, use it. This is needed
to make it build on arm, and won't affect x86.
Change-Id: I0462d26d3940527243322c80019745ce1808ebf4
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab [Sat, 13 Jun 2015 11:41:40 +0000 (11:41 +0000)]
Remove double comma from file name
This causes troubles with bitbake build with some distros:
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/tizen/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/genericx86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa-10.3.4/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/mesa/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/x86-64/0001-intel'
WARNING: Unable to get checksum for mesa SRC_URI entry 0001-intel: [Errno 2] No such file or directory: '/home/mchehab/devel/tizen-distro-x86/meta-tizen/meta-tizen-adaptation/meta/recipes-graphics/mesa/files/0001-intel'
Change-Id: I6bc735440dfa189a87fb238f7dc15bbd6b633a4e
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:57:16 +0000 (09:57 +0000)]
Use ${PARALLEL_MAKE} instead of -j16 for ninja
There are some places where ninja is called with -j16, instead
of using ${PARALLEL_MAKE}. This were already fixed by changeset
5f0b446f5ad2, but a latter patch syncing from .spec readed.
Change-Id: Ibeff7a411fdd504854747e7f8a8a61dd223c4622
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:40:20 +0000 (09:40 +0000)]
Replace all occurrences of make -j16 by oe_runmake
There's no need to not use oe_runmake there.
Change-Id: Ie80d95494b1f3d27b06bd11159df50529f36f2dd
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Mauro Carvalho Chehab [Sat, 13 Jun 2015 09:37:10 +0000 (09:37 +0000)]
Remove -j16 from all run_oemake calls
Using -j16 do more evil than good. If the system doesn't have 16
cores, the compilation becomes slow.
As run_oemake already uses ${PARALLEL_MAKE}, just removing this
parameter optimizes it.
Change-Id: Ifddf701bf9b232e1c0ec203150b00cad44c1559c
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Xavier Roche [Thu, 12 Feb 2015 14:17:55 +0000 (15:17 +0100)]
Tizen recipes : Fix tizen common build and get little more closer to current Tizen common Q4 status
Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
Xavier Roche [Wed, 28 Jan 2015 19:41:53 +0000 (20:41 +0100)]
linux-yocto_3.14 : Fix 32bit kernel build
Disable CONFIG_64BIT kernel option when unnecessary ; enable it otherwise.
Change-Id: I1f8c021419215580fcfb43e4790a29446268c0da
Signed-off-by: Xavier Roche <xavier.roche@open.eurogiciel.org>
Saul Wold [Fri, 23 Jan 2015 14:08:40 +0000 (06:08 -0800)]
crosswalk: Add missing quotes around export lines
This fixes a bashism: it works without quotes in bash and fails in dash.
Change-Id: Id34e02f37189d1d1bc84cc575cc85fa4bf451b6e
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Fri, 23 Jan 2015 14:08:34 +0000 (06:08 -0800)]
festival: fix install script
The install was hardwired for unknown_Linux, but there is some host
contamination, that determines it could be DebianGNULinux, so make the
install host agnostic.
Change-Id: Ib50e2c0ea0477f70ed53bab57d89f742497d42eb
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Patrick Ohly [Fri, 23 Jan 2015 10:48:12 +0000 (02:48 -0800)]
Tizen recipes: avoid -j16
-j16 is too high for users on smaller machines, leading to swapping and
out-of-memory situations, including random killing of processes by the
kernel's OOM killer.
This commit is the result of a global search/replace of -j16 with
${PARALLEL_MAKE}. It touches files generated with spec2yocto, so beware to fix
that tool before refreshing recipes.
In some cases (like calling oe_runmake), passing -j is redundant because it is
already included in the default parameters. This commit does not try to
address that, so one may see things like (from ail):
+ oe_runmake -j 16
+ oe_runmake_call -j 16
+ bbnote make -j 16 -j 16
+ echo 'NOTE: make -j 16 -j 16'
NOTE: make -j 16 -j 16
The "-j 16" here corresponds to ${PARALLEL_MAKE}.
Change-Id: Id7d7285a4ae88fdb44292758de79d98537e12f58
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Ulf [Thu, 22 Jan 2015 23:30:09 +0000 (15:30 -0800)]
libsecret: add doc generation dependency to build this
Without xsltproc, document generation for this
package will fail and it won't build.
Change-Id: I9e90aef8da3f837c888b6763873588134a5a5ed2
Signed-off-by: Ulf <ulf.hofemeier@linux.intel.com>
Kévin THIERRY [Mon, 12 Jan 2015 12:48:46 +0000 (13:48 +0100)]
neard: package tests
Change-Id: Ida43b89d0183d265d95732c54443c4fe14c90ba2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Patrick Ohly [Thu, 22 Jan 2015 14:13:01 +0000 (06:13 -0800)]
desktop-file-utils: avoid host pollution
Building fails when Emacs is installed on the host. The reason
is that the .spec file assumes that Emacs is not installed and
installing the lisp files needs to be done manually after the
desktop-file-utils "make install".
The actual failure then is:
...
| test ! -f /data/yocto/build/tizen-distro/ivi/x86_64/tmp-glibc/work/core2-64-oe-linux/desktop-file-utils/0.20-r0/image/usr/share/emacs/site-lisp/desktop-entry-mode.el
| ERROR: Function failed: do_install (log file is located at
/data/yocto/build/tizen-distro/ivi/x86_64/tmp-glibc/work/core2-64-oe-linux/desktop-file-utils/0.20-r0/temp/log.do_install.14197)
ERROR: Task 6589 (/data/yocto/tizen-distro/meta-tizen/meta-tizen-common-base/recipes-core/desktop-file-utils/desktop-file-utils_git.bb,do_install) failed with exit code '1'
To avoid the check for Emacs, pre-set the autoconf variable.
Change-Id: Ib96451edf8b5ce13f9e957668b4406bd3e64209d
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Saul Wold [Thu, 15 Jan 2015 17:10:34 +0000 (09:10 -0800)]
Merge "libgpg-error: Fix copying of platform specific header file" into tizen
Kévin THIERRY [Thu, 8 Jan 2015 08:05:56 +0000 (09:05 +0100)]
packagegroup-base: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: I329fd8379251454fad651baf2b7912ad592c8aba
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:57:22 +0000 (08:57 +0100)]
bluez-hcidump: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: I4e77f4e801fbbb744566525bb93027634c86c3bb
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:53:18 +0000 (08:53 +0100)]
gstreamer1.0-plugins-bad: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: Ife13760e6db1c6aeb2a77c2534e536c74615e9f3
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:46:36 +0000 (08:46 +0100)]
pulseaudio: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: Ie2cd4029607fb51c3ac5affc710d91ebed73a223
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:45:10 +0000 (08:45 +0100)]
tizen-extension-crosswalk: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: I614a15da6da86c94ce28b45b413873ca3ab56c41
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:42:55 +0000 (08:42 +0100)]
ofono: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: I36adac589683b46d7b9ee4433126be4830ee6673
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:38:40 +0000 (08:38 +0100)]
neard: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: Ic5fcb27a20ef5cc2031c28213b20c3a2c910dfbd
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:37:53 +0000 (08:37 +0100)]
connman: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: I735d9aa42772e40af89a917aee967521bf69a958
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Thu, 8 Jan 2015 07:33:07 +0000 (08:33 +0100)]
connman: move recipe and patches to the proper dir
Change-Id: I5ccba71d2950e228c0f77a515aa6a1bed0d4a94f
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 7 Jan 2015 16:22:37 +0000 (17:22 +0100)]
neard: move recipe and patches to the proper dir
neard is a oe-core recipe, not a meta-oe one so put it in
meta-tizen-adaptation/meta instead of meta-tizen-adaptation/meta-oe
Change-Id: I352a1ed9311027f9d24f7805c736bd9451eda7e9
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 7 Jan 2015 15:38:01 +0000 (16:38 +0100)]
tizen.conf: use bluez5 instead of bluez4
Bug-Tizen: BTY-77
Change-Id: Ib36cfd5f69f4f70672381eec7a67310f6cb5a15a
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 7 Jan 2015 15:06:24 +0000 (16:06 +0100)]
Add connectivity tests to dev images
Change-Id: Id35ed684a0e7a3e063fae1047de3d3a1d1891f10
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 7 Jan 2015 15:03:32 +0000 (16:03 +0100)]
Add connectivity tests packagegroup
Change-Id: I0b52320fa18a66f0e45a5ce05f575a2605ba83f7
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 7 Jan 2015 14:43:37 +0000 (15:43 +0100)]
gstreamer: disable tests and examples
We would not be using them in Tizen at the moment anyway.
Change-Id: I4a80405eeace4bdffab75d3bd84d3740b78974e2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 7 Jan 2015 14:33:48 +0000 (15:33 +0100)]
Add gstreamer packagegroup to Common and IVI images
Change-Id: I9afa8cf7a5603997e4f56db5ff1a2006bea02bc5
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 7 Jan 2015 14:32:24 +0000 (15:32 +0100)]
Add a packagegroup for gstreamer
Change-Id: I32244c12ea313a3999bd230875386865967d78e9
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Wed, 31 Dec 2014 07:41:17 +0000 (08:41 +0100)]
crosswalk: add per architecture configuration
Configuration was defined on a per machine basis instead of per
architecture. Defining it for architectures remove redundancy between
configurations and does not restrict the machines to the ones listed in
the recipe.
Same thing is done for crosswalk-thirdparty.
Change-Id: Ic40bbec3a1849385bf098439e7371e9cc5a9cce8
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Patrick Ohly [Fri, 2 Jan 2015 15:47:02 +0000 (16:47 +0100)]
tizen.conf: PREFERRED_PROVIDER for libxml2-python
Tizen does not have python-libxml2, so for the sake of consistency,
use libxml2 as provider of libxml2-python.
Change-Id: If3f1301d1cbd5981486f6ff63c8fb86484fd635a
Patrick Ohly [Fri, 2 Jan 2015 15:44:39 +0000 (16:44 +0100)]
tizen.conf: fix PREFERRED_VERSION for elfutils
The previous commit for that had a typo: 1.60 is not a valid
elfutils version, 0.160 is.
Change-Id: I8f514da20348cf5affa245f148dd1700f9436cc1
Saul Wold [Fri, 9 Jan 2015 14:51:54 +0000 (06:51 -0800)]
libgpg-error: Fix copying of platform specific header file
Change-Id: Iefa6763d2ae2f490e9e138b1febbb8325df631f3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Ronan Le Martret [Thu, 8 Jan 2015 14:00:51 +0000 (15:00 +0100)]
fix user service for tizen ivi
Change-Id: I356bf000274854f218951115313a3a6404e66cdc
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Thu, 8 Jan 2015 08:02:39 +0000 (09:02 +0100)]
use DISTRO_FEATURES instead IMAGECONFIG for tlm
Change-Id: I08ea9a38d527d0c541c8f0d54f8f1aaa3084f9a2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Wed, 7 Jan 2015 14:24:33 +0000 (15:24 +0100)]
fix tlm pkg run-time dependency
Change-Id: I2256899da3aa7bcea685280b39f1937ebd1d84d2
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 6 Jan 2015 10:27:51 +0000 (11:27 +0100)]
move keyutils to base
Change-Id: I2a936bdc2357d1fbc4508ea0d916cf0923f4ce46
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 6 Jan 2015 10:25:01 +0000 (11:25 +0100)]
move recipes-extended to base
Change-Id: Iacc27a77e0688618bf6f932b9746e0090ae1b6b4
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 6 Jan 2015 10:20:49 +0000 (11:20 +0100)]
move ibus libtbm to base
Change-Id: Icbf2bdf980b45b3db4c390d37cf32e13ac3ca84d
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 6 Jan 2015 10:15:52 +0000 (11:15 +0100)]
move notification to base
Change-Id: I69489fa596defe9fae3366b113e4d8f1eb93759b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 6 Jan 2015 09:40:57 +0000 (10:40 +0100)]
split distro tizen
Change-Id: Ib4a3ee62c904a99e0288e3e097113471f7f663be
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Wed, 31 Dec 2014 08:49:52 +0000 (09:49 +0100)]
update wayland
Change-Id: Ib5cb42729a0ab1c7ea0ac26c960bac6c9a82239a
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Wed, 31 Dec 2014 08:48:04 +0000 (09:48 +0100)]
fix tlm for common image
Change-Id: If9d59c9d7b0899f4aaa518eb54135b8f14c95eb8
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 30 Dec 2014 13:57:59 +0000 (14:57 +0100)]
fix crosswalk install
Change-Id: Ibddb02f1950928749e030fb2f0d3d5cdad882cc5
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 30 Dec 2014 13:56:18 +0000 (14:56 +0100)]
fix pkgmgr build
Change-Id: Ie15908744d9bf69e001172a1d1182422436cd349
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 30 Dec 2014 13:55:20 +0000 (14:55 +0100)]
fix for Tizen ivi modello
Change-Id: Id102db3cb0637190b20e2c11a8e298979562dd43
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 30 Dec 2014 13:52:46 +0000 (14:52 +0100)]
fix image Tizen profil
Change-Id: I17c663e5ce1b9364be92ce8d37e40dba0b236220
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 30 Dec 2014 13:49:40 +0000 (14:49 +0100)]
fix tlm for Tizen ivi
Change-Id: I653b03e2b23253b723972f7028f6ab74203d677f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 30 Dec 2014 13:48:09 +0000 (14:48 +0100)]
add fix for Tizen ivi
Change-Id: I709822d6b6f1aba57a59408f332abd3aed882a9b
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Ronan Le Martret [Tue, 30 Dec 2014 13:45:51 +0000 (14:45 +0100)]
add fix to mesa
Change-Id: Icf2f25c5a4a73ac363203aad6c81d3a36a6dafdd
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Kévin THIERRY [Tue, 6 Jan 2015 14:51:23 +0000 (15:51 +0100)]
linux-yocto: update defconfig files
Use defconfig files from upstream Tizen project kernel-common (branch
tizen_common).
Change-Id: I58c95e78f388a4cc79f09c3e8119edd7338f6a22
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Saul Wold [Tue, 23 Dec 2014 21:55:17 +0000 (13:55 -0800)]
crosswalk-thirdparty: CXXFLANGS and CFLAGS are getting expanded incorrectly
Change-Id: Ie042e896ec9b646b5a9fb1d67310bd455316fc1f
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Tue, 23 Dec 2014 21:37:15 +0000 (13:37 -0800)]
tizen.conf: set PREFERRED_VERSION of elfutils to 1.60
Change-Id: Ie3c39f21f44815d091e1081ce9d3c83d0bc7a0d2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Tue, 23 Dec 2014 15:58:30 +0000 (07:58 -0800)]
elfutils: Add version 0.160
Change-Id: Id934fad14b13c3fd5c6a40ca6903a436f3c1938e
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Tue, 23 Dec 2014 15:56:08 +0000 (07:56 -0800)]
desktop-file-utils: Add version 0.20
Change-Id: If773e0c64ccc7593c4ebf02c4e9c3a60949f417d
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Tue, 23 Dec 2014 15:54:46 +0000 (07:54 -0800)]
evolution-data-server: Add 3.12.2
Change-Id: I877995cb222570b91436351e55c671777092dc5c
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Tue, 23 Dec 2014 15:53:25 +0000 (07:53 -0800)]
mesa: add version 10.3.4
Change-Id: I1de91edc4db2e37b3bd4313a46af36a28db1275f
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Tue, 23 Dec 2014 15:52:57 +0000 (07:52 -0800)]
boost: Add Version 1.57
Change-Id: I24529591f1a40a393c5caebcd53e1837299dc470
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Kévin THIERRY [Wed, 24 Dec 2014 12:29:05 +0000 (13:29 +0100)]
linux-yocto: remove old configurations
We are now using per architecture configuration instead of per machine
configuration.
Configurations available:
* arm
* i586
* x86_64
Change-Id: I7077cef1a68353ce679d0876146780fbd7e49fd1
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Fri, 19 Dec 2014 16:17:37 +0000 (17:17 +0100)]
systemd: packaging: fix wrong paths
Change-Id: I5dc607d081ad91d8036479cda5dc678abf04a7cb
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Wed, 10 Dec 2014 08:54:17 +0000 (09:54 +0100)]
update recipes
- Fix crosswalk
- Fix dbus session
- use tlm
Change-Id: I4b6deaa33bcee1633ed391cc62cad08ef5d21eca
Saul Wold [Fri, 12 Dec 2014 23:15:24 +0000 (15:15 -0800)]
libaio: Add version 0.3.110
Change-Id: I7bcf297381dccc21008868a7ed2eabf1863f4d15
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Fri, 12 Dec 2014 23:14:43 +0000 (15:14 -0800)]
syslinux: Add version 6.03
Change-Id: I00775347958bdf21740b26c2bbfb48a31b8d8465
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Fri, 12 Dec 2014 19:20:26 +0000 (11:20 -0800)]
fribidi: Add sha256 checksum
Change-Id: Ie8d59a9849f66daf7bf99c304a90c7f3e0342b2c
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Fri, 12 Dec 2014 17:47:36 +0000 (09:47 -0800)]
v4l-utils: Add version 1.6.0
Change-Id: I501c644ed4d70abae0537abdb89d00f5b84e7a5b
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Patrick Ohly [Thu, 11 Dec 2014 22:03:07 +0000 (23:03 +0100)]
fix .bbappends
Four of the .bbappend files in the "add empty .bbappend files" had
a version wildcard where the base .bb does not have a version.
This leads to complaints from bitbake about "no recipes available"
and/or ignores the .bbappend files (seems to depend on settings).
Change-Id: I33f5f66c6506a78f3fae1217f37fcdb8ddc7c928
Patrick Ohly [Tue, 9 Dec 2014 12:46:00 +0000 (13:46 +0100)]
alsa-utils: don't depend on udev-dev
Tizen gets udev from systemd. The dependency on the udev therefore
does not work out-of-the-box, in particular it fails after conversion
to .spec.
Let's avoid the dependency problem by hard-coding the udev path, as
it is done also in the hand-written alsa-utils .spec.
Change-Id: Ic59618566793684d0de5db1df6e6bfbb7d14841a
Patrick Ohly [Tue, 9 Dec 2014 12:11:48 +0000 (13:11 +0100)]
alsa-utils: restore default packaging
With systemd files packaged in alsa-utils-alsactl, it makes more sense
to also package the udev files according to the default FILES list, ie
in alsa-utils-alsactl.
Change-Id: I56fb1804e3eb8eaebb245ccfd5d5d83262d46c94
Patrick Ohly [Tue, 9 Dec 2014 12:17:15 +0000 (13:17 +0100)]
mesa: document the llvm and thus meta-openembedded dependency
Change-Id: I703359ecb3af605814c4843f6824d409d0b3212d
Patrick Ohly [Tue, 9 Dec 2014 12:03:30 +0000 (13:03 +0100)]
set Tizen's systemd_unitdir
Tizen uses a different path for systemd unit files than Yocto. After
setting it in tizen.conf, it's no longer necesssary to list the unit
files in alsa-utils.
However, the default packaging of alsa-utils puts them into
alsa-utils-alsactl, which may or may not be a problem for Tizen.
Change-Id: I52f85329b04110bc7658a1f543bd6e72615e586c
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Patrick Ohly [Thu, 11 Dec 2014 21:02:32 +0000 (22:02 +0100)]
add ldconfig info for .spec translator
The .bb to .spec translator does not know which packages require
ldconfig calls after package install/deinstall. We need to specify
that.
Change-Id: I018852187756cfca22ac58db13122880533553be
Patrick Ohly [Thu, 11 Dec 2014 20:51:03 +0000 (21:51 +0100)]
add Tizen group information
Whenever possible, the Group information from existing .spec files was
used. Sometimes incorrect information from those files was corrected.
New recipes were assigned to groups as well as possible.
This will most likely need to be revised in the future. See also
https://bugs.tizen.org/jira/browse/TC-1499
Change-Id: I51282cb3685dff2514dd5ad3bcc2a8074b555ba4
Patrick Ohly [Thu, 11 Dec 2014 19:19:45 +0000 (20:19 +0100)]
add empty .bbappend files
Now most recipes used in Tizen have at least an empty .bbappend file
in the right directory. This will simplify the next steps because one
does not have to locate the upstream directory for each recipe
one-by-one. Instead a find command for <recipe>_%.bbappend in
meta-tizen is enough.
This files will not stay empty for long: at least SECTION information
needs to be added for every single one.
Change-Id: I5f88c0106bce943b9c6f6ee653a4a88fe5a3997b
Patrick Ohly [Tue, 9 Dec 2014 12:53:30 +0000 (13:53 +0100)]
.gitignore: ignore emacs backup files
Change-Id: Ia0f211fcb9cfb5c5dad8dfcfe4459faa5beca298
Kévin THIERRY [Wed, 26 Nov 2014 08:21:11 +0000 (09:21 +0100)]
gsgignond: fix race condition during compilation
Now building with option "-j1" to prevent a race condition during compilation.
Error was:
"gsignond-dbus-auth-service-gen.h: No such file or directory"
Change-Id: I48e29e357d04d387e84eea40cc8d62f861f87d1c
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
ronan(Eurogiciel) Le Martret [Thu, 11 Dec 2014 17:00:57 +0000 (09:00 -0800)]
Merge "subversion-native: add option "--with-serf=no"" into tizen
ronan(Eurogiciel) Le Martret [Thu, 11 Dec 2014 17:00:38 +0000 (09:00 -0800)]
Merge "tizen.conf: disable sysvinit" into tizen
Patrick Ohly [Tue, 9 Dec 2014 11:58:37 +0000 (12:58 +0100)]
tizen.conf: disable sysvinit
DISTRO_FEATURES included both systemd and sysvinit. This enabled the installation
of sysvinit scripts in alsa-ctl.
In Tizen, we want to be pure systemd, so disable the sysvinit by removing it
from the default distro features and the backfill mechanism.
Change-Id: I9d10af8e33e539dfe9845e7015b8d2f320b326aa
Ronan Le Martret [Mon, 8 Dec 2014 14:14:15 +0000 (15:14 +0100)]
Add COMPATIBLE_MACHINE for generic BSP
Change-Id: Ib2ca87455e14a88e35b0dba83aabebc3d5b6b767
Ronan Le Martret [Mon, 8 Dec 2014 14:13:30 +0000 (15:13 +0100)]
fix ivi-ico-image generation
Change-Id: I6cdee545f435616fbfc37bb3d446dfc47e69f122
Ronan Le Martret [Mon, 8 Dec 2014 14:11:36 +0000 (15:11 +0100)]
fix murphy
Change-Id: I0fcd6bf7ddd2527627fd9e7968ddde235ddbeb2b
Kévin THIERRY [Mon, 8 Dec 2014 08:58:19 +0000 (09:58 +0100)]
subversion-native: add option "--with-serf=no"
This prevent subversion-native build to fail with error:
"fatal error: serf.h: No such file or directory"
If the root cause of this issue is found and better correction is made,
please revert this commit.
Change-Id: I60200a12b78230029f2df824782ad6518bab1cc1
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Mon, 8 Dec 2014 09:00:38 +0000 (10:00 +0100)]
Fix distro conf
Change-Id: Ifb9b75fe7d7b0575151767cdef08284a599affa0
Ronan Le Martret [Mon, 8 Dec 2014 08:44:46 +0000 (09:44 +0100)]
change fribidi upstream file gz->bz2
Change-Id: I246cb44515fac8cd3833fb333b8ffdf1844ba35d
Ronan Le Martret [Fri, 5 Dec 2014 15:42:12 +0000 (16:42 +0100)]
Merge branch 'master' of git.vannes:/srv/git/gitcache/review.tizen.org//scm/bb/meta-tizen
Kévin THIERRY [Thu, 4 Dec 2014 15:32:45 +0000 (16:32 +0100)]
Add default config for local.conf and bblayer.conf
For those configurations to be taken into account the path to
meta-tizen-common-base/conf needs to be set in the file .templateconf
located at the root of the distribution git.
Change-Id: I53f4cff8591ba75242341e973c59c252fb7e3d40
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Fri, 28 Nov 2014 14:12:43 +0000 (15:12 +0100)]
linux-yocto: update recipe
* Add missing Tizen patches (mostly related to security).
* Update the defconfig files (use the ones from Tizen).
* Select the right defconfig based on the architecture instead of the
machine.
Change-Id: Idab8996d77b3ac4f112634fc0fc21daae274b1ad
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Fri, 5 Dec 2014 14:06:19 +0000 (15:06 +0100)]
fix new path
Change-Id: I4bfe8086bfbb172ebf18dc0979ee3e4b7de86514
Saul Wold [Wed, 3 Dec 2014 23:30:58 +0000 (15:30 -0800)]
meta-oe: fix refactor to a better layout
Change-Id: Ie9818b751b1502c002e886823e847cb187f81a3f
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Saul Wold [Wed, 3 Dec 2014 23:10:37 +0000 (15:10 -0800)]
meta: fix refactor to a better layout
Change-Id: Ia61d34127cea390f786f257a04e1da6ee0d5b1db
Signed-off-by: Saul Wold <sgw@linux.intel.com>
ronan(Eurogiciel) Le Martret [Fri, 5 Dec 2014 13:43:04 +0000 (05:43 -0800)]
Merge "adns: remove dependency to lynx" into tizen
Kévin THIERRY [Tue, 2 Dec 2014 10:48:12 +0000 (11:48 +0100)]
neard: add Tizen patches
Change-Id: Idb92ec85d9691b14bcec885a7d5eeb26e70197a9
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 2 Dec 2014 10:20:40 +0000 (11:20 +0100)]
connman: add Tizen patches
Change-Id: I5b9f65476b2d08fb602b7365fdb8556665f7ec30
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ulf [Wed, 3 Dec 2014 21:59:18 +0000 (13:59 -0800)]
Add wildcard to find audsp binary
Host OS detection in config/system.sh sets bitbake
fakeroot to unknown_DebianGNULinux and this is not
where the installer looks for the audsp binary.
We hardcode the source directory in the include file
to unknown_Linux/
Change-Id: Ie66a0a20b28b4d2e64cf6556ad76813747bb2d4e
Signed-off-by: Ulf <ulf.hofemeier@linux.intel.com>
Kévin THIERRY [Fri, 5 Dec 2014 13:31:16 +0000 (14:31 +0100)]
adns: remove dependency to lynx
adns needs lynx to generate the README from the file README.html but no
recipe provides lynx and we don't plan on providing it.
Change-Id: I39a7a84a30e4a696f9512b007d6ff51510dede25
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Fri, 5 Dec 2014 13:17:50 +0000 (14:17 +0100)]
Fix ecryptfs-utils
Change-Id: I2c9334bf7b05091d7850deef901f621147cac955
Ronan Le Martret [Fri, 5 Dec 2014 13:17:28 +0000 (14:17 +0100)]
fix rpm build
Change-Id: Id575d95a8bbe5088a78f84e69583e9e7f2b2ad4d