summaryrefslogtreecommitdiff
path: root/meta-tizen-adaptation
AgeCommit message (Collapse)AuthorFilesLines
2015-01-07update waylandRonan Le Martret9-1/+212
Change-Id: Ib5cb42729a0ab1c7ea0ac26c960bac6c9a82239a Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2015-01-06add fix for Tizen iviRonan Le Martret2-0/+2413
Change-Id: I709822d6b6f1aba57a59408f332abd3aed882a9b Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2015-01-06add fix to mesaRonan Le Martret2-0/+71
Change-Id: Icf2f25c5a4a73ac363203aad6c81d3a36a6dafdd Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2015-01-06linux-yocto: update defconfig filesKévin THIERRY3-405/+2649
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>
2014-12-30elfutils: Add version 0.160Saul Wold19-0/+7614
Change-Id: Id934fad14b13c3fd5c6a40ca6903a436f3c1938e Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-30desktop-file-utils: Add version 0.20Saul Wold1-0/+14
Change-Id: If773e0c64ccc7593c4ebf02c4e9c3a60949f417d Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-30evolution-data-server: Add 3.12.2Saul Wold7-0/+577
Change-Id: I877995cb222570b91436351e55c671777092dc5c Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-30mesa: add version 10.3.4Saul Wold6-0/+292
Change-Id: I1de91edc4db2e37b3bd4313a46af36a28db1275f Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-30boost: Add Version 1.57Saul Wold5-0/+276
Change-Id: I24529591f1a40a393c5caebcd53e1837299dc470 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-24linux-yocto: remove old configurationsKévin THIERRY9-12181/+0
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>
2014-12-15update recipesrev_0.8Ronan Le Martret3-0/+21
- Fix crosswalk - Fix dbus session - use tlm Change-Id: I4b6deaa33bcee1633ed391cc62cad08ef5d21eca
2014-12-15libaio: Add version 0.3.110Saul Wold1-1/+2
Change-Id: I7bcf297381dccc21008868a7ed2eabf1863f4d15 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-15syslinux: Add version 6.03Saul Wold4-0/+161
Change-Id: I00775347958bdf21740b26c2bbfb48a31b8d8465 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-15fribidi: Add sha256 checksumSaul Wold1-0/+2
Change-Id: Ie8d59a9849f66daf7bf99c304a90c7f3e0342b2c Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-15v4l-utils: Add version 1.6.0Saul Wold1-0/+30
Change-Id: I501c644ed4d70abae0537abdb89d00f5b84e7a5b Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-12fix .bbappendsPatrick Ohly5-0/+0
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
2014-12-12alsa-utils: don't depend on udev-devPatrick Ohly1-0/+9
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
2014-12-12alsa-utils: restore default packagingPatrick Ohly1-3/+0
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
2014-12-12mesa: document the llvm and thus meta-openembedded dependencyPatrick Ohly1-0/+3
Change-Id: I703359ecb3af605814c4843f6824d409d0b3212d
2014-12-12set Tizen's systemd_unitdirPatrick Ohly1-8/+0
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>
2014-12-12add ldconfig info for .spec translatorPatrick Ohly38-0/+44
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
2014-12-12add Tizen group informationPatrick Ohly241-1/+259
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
2014-12-12add empty .bbappend filesPatrick Ohly225-0/+0
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
2014-12-11Merge "subversion-native: add option "--with-serf=no"" into tizenronan(Eurogiciel) Le Martret1-0/+2
2014-12-08Add COMPATIBLE_MACHINE for generic BSPrev_0.7sandbox/xroche/gplv3freeRonan Le Martret1-0/+3
Change-Id: Ib2ca87455e14a88e35b0dba83aabebc3d5b6b767
2014-12-08subversion-native: add option "--with-serf=no"Kévin THIERRY1-0/+2
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>
2014-12-08change fribidi upstream file gz->bz2Ronan Le Martret1-3/+3
Change-Id: I246cb44515fac8cd3833fb333b8ffdf1844ba35d
2014-12-05linux-yocto: update recipeKévin THIERRY24-24/+2749
* 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>
2014-12-05fix new pathRonan Le Martret39-0/+6144
Change-Id: I4bfe8086bfbb172ebf18dc0979ee3e4b7de86514
2014-12-05meta-oe: fix refactor to a better layoutSaul Wold4-0/+40
Change-Id: Ie9818b751b1502c002e886823e847cb187f81a3f Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-12-05meta: fix refactor to a better layoutSaul Wold106-0/+19807
Change-Id: Ia61d34127cea390f786f257a04e1da6ee0d5b1db Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-11-25meta-tizen-adaptation: Split adaptation layerSaul Wold98-18821/+0
Split the layer to hold oe-core and meta-oe adaptation related recipes Change-Id: I4974c023cc63c7923adf3b40853edcb29247f763 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-11-25update dbus, systemd, pamRonan Le Martret1-2/+0
Change-Id: Icdc71c1a93f3cbd1dabd464587a2ec75434cbd19 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-11-18update meta configurationRonan Le Martret1-0/+3
Change-Id: Icfbf7e27128f6e643a1b167cf5e8c21898bf4a8f
2014-11-10update nss recipesRonan Le Martret1-0/+0
Change-Id: Ie4c54a99f96bec1932c8b855f44e2dad6b612d45 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-11-10split recipesRonan Le Martret98-0/+18820
Change-Id: I6423eb29fa7f48665be5d740c1a9b1dd273f2aa6 Signed-off-by: Ronan Le Martret <ronan@fridu.net>