summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-31Alternative repositories for devel:Tizen:CommondevelStephane Desneux1-8/+8
Change-Id: I9be89f8ca28ca625fd1b8bba0af037dfec110807 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2015-03-30emulator: add a initial meta files for the emulator target.Sooyoung Ha3-0/+26
This is based on common-emulator-wayland-mbr-i586. I modify it to 3parts, and remove kernel including. The ks file by these would be used for generating the Common Tizen SDK Emulator image. Change-Id: I0db0dd8c9089b50cc9634a12e3c9f6d16895c2bf Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
2015-03-23Revert "partitions: fix module partition name"submit/tizen_common/20150323.101837accepted/tizen/common/20150323.103359Chanho Park1-1/+1
This reverts commit 3e4f851a9788f90054438753ad7dbbc6043e8110. The filename of module partion should be "modules.img" and its label will be "module". Thus, I revert the latest patch. Change-Id: I8385ff97c740fd79def6a210cec82a1d32c18570 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2015-03-09partitions: fix module partition namesubmit/tizen_common/20150312.085208accepted/tizen/common/20150312.101323Chanho Park1-1/+1
This patch fixes a name of module partition from "modules" to "module". Change-Id: Ie601e723a76f3e0baabbfcf4597b4e7b0246bfd9 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2015-03-05Common Crosswalk: add tizen-extensions-crosswalksubmit/tizen_common/20150305.095602accepted/tizen/common/20150305.101416Stephane Desneux1-0/+1
tizen-extensions-crosswalk must be added in Common pattern because of its removal from Generic pattern: Related: https://review.tizen.org/gerrit/36333 Change-Id: Iabfb16b5f1fa3d05b29b7c397f496e74cc763d19 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2015-02-13patterns/common-x11: install terminologysubmit/tizen_common/20150213.145214accepted/tizen/common/20150213.145631Manuel Bachmann1-0/+1
Let us have at least one terminal emulator under X11. Change-Id: I230a0296f679626bbb08b384805e65ad77cc892a Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
2015-02-12weston.target is not needed anymore as tlmsubmit/tizen_common/20150212.182830accepted/tizen/common/20150212.184320Imran Zaman1-4/+0
starts weston Change-Id: Iefcda4be5fb2660a6c8ff6088025c532ac253306 Signed-off-by: Imran Zaman <imran.zaman@intel.com>
2015-02-06Use of gumd instead of legacy pwdutilssubmit/tizen_common/20150210.171550accepted/tizen/common/20150210.172119José Bollo1-8/+6
The commands useradd/userdel/groupadd/groupmod are now handled by gumd equvalent calls to gum-utils. This patch removes the use of generic_base_fix_user_homedir that is implemented in tizen-platform-config. Change-Id: I75aa11d08960f1a14899f23f911a6189e879cee1 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2015-02-02common-qa: removed ofono-testsubmit/tizen_common/20150202.145741accepted/tizen/common/20150202.150003Stephane Desneux1-1/+1
Dependency of ofono-test on python3 can't be resolved. This workaround allows the creation of Common images with QA pattern. Bug-Tizen: TC-2371 Change-Id: I85be2456c810a49a2efb23ddb649194295717c65 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2015-01-22patterns/crosswalk: add wgt-backend (app-installers)submit/tizen_common/20150129.104614accepted/tizen/common/20150129.111431Stephane Desneux1-0/+1
Change-Id: I17a4723fca9772d19d278529c5d44ccd5f7d1709 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2015-01-05patterns/common-x11: add tlm-config-commonsubmit/tizen_common/20150119.093147accepted/tizen/common/20150119.100708Stephane Desneux1-0/+1
Change-Id: Ib6ab591f29dfce86b77cd08167c8bfaaeee0aa79 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2015-01-05Revert "Adding at least the framebuffer video"submit/tizen_common/20150105.164241accepted/tizen/common/20150105.170942Stephane Desneux1-1/+0
and move xf86-video-fbdev to Generic X11 pattern in meta-generic. This reverts commit 4dd5b23b010c002cb5c56152c366f31814cd610e. Bug-Tizen: TINF-748 Change-Id: Ife68045daa46d59f5ee2f00ac8be57a0cfa099e1
2014-12-23Adding at least the framebuffer videosubmit/tizen_common/20141223.103022accepted/tizen/common/20141223.162347José Bollo1-0/+1
Bug Tizen: TINF-748 Change-Id: Id3a33d696c8775388019b463dee3facf9d15c544 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2014-12-09Including crosswalk in arm64 imagessubmit/tizen_common/20141209.181617submit/tizen_common/20141209.094713submit/tizen_common/20141209.093301accepted/tizen/common/20141209.094806José Bollo3-60/+2
During developement stage of arm64 building process, adding crosswalk to images was not efficient. Thus now that arm64 building process is landing, the images must include crosswalk. The MinimalX11 and MinimalWayland platforms are not more used after that modification. Change-Id: If45aedadbf67d245e70e92c05f1d99c9cb2b9f42 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2014-12-08Merge "Tizen login manager (tlm) has been added to generic base, so ↵submit/tizen_common/20141208.164856Stéphane Desneux (sdx)3-27/+1
tlm-config-common will enable tlm service for Tizen common user sessions will be started by tlm so removed from ks gumd is moved to generic-base (gum-utils is the correct package name as it will fetch gumd, libgum and gum-utils)" into tizen
2014-12-05Tizen login manager (tlm) has been added toImran Zaman3-27/+1
generic base, so tlm-config-common will enable tlm service for Tizen common user sessions will be started by tlm so removed from ks gumd is moved to generic-base (gum-utils is the correct package name as it will fetch gumd, libgum and gum-utils) Change-Id: I5eb4f70e599b3fe3f1c2d642c7b156443342e379 Signed-off-by: Imran Zaman <imran.zaman@intel.com>
2014-12-05generate a boot image for arm64 juno boardsubmit/tizen_common/20141205.152724accepted/tizen/common/20141205.163144Chanho Park3-0/+26
This patch support generation of a boot image for arm64 juno board. Change-Id: I60aa284781f4f1d6966b94c73ee4873736c4a265 Signea-off-by: Chanho Park <chanho61.park@samsung.com>
2014-12-04Merge "Adding core security components" into tizensubmit/tizen_common/20141204.143628accepted/tizen/common/20141205.151849Stéphane Desneux (sdx)1-2/+5
2014-12-03change boot partition size to 32MB for odroid u3submit/tizen_common/20141203.144431accepted/tizen/common/20141203.155813accepted/tizen_wearableaccepted/tizen_tvChanho Park1-1/+1
This patch changes boot partition size from 64MB to 32MB because we don't want to waste too much size for boot partition. Change-Id: Ice1bbe8951f8bbb24451307ed6ff009b1f237cb0 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-12-02Merge "add 'guest' user to vconf_bt group" into tizensubmit/tizen_common/20141202.145510accepted/tizen/common/20141202.145835Stéphane Desneux (sdx)1-1/+2
2014-12-02Fixed the wrong 'Attachement' value in odroidu3 kssubmit/tizen_common/20141202.085248accepted/tizen/common/20141202.091932JF Ding1-1/+3
In ks/common-boot-armv7l-odroidu3.yaml, the 'Attachment' directive should be a list, but not a string. Change-Id: Ifae76dfd32061683d5b6a1dddd9d5700ebc3f981 Signed-off-by: JF Ding <jian-feng.ding@intel.com>
2014-11-27common.yaml: fix typosubmit/tizen_common/20141127.160653submit/tizen_common/20141127.160258accepted/tizen/common/20141127.162713Stephane Desneux1-1/+1
Change-Id: I4aa75760b1ee172dee64a948ae3ab1a39c86bf6b Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-11-27X11 images: added Common X11 patternsubmit/tizen_common/20141127.155816submit/tizen_common/20141127.151422Stephane Desneux1-0/+4
Change-Id: I0c714c064f6d93e2a7d88f6bfa3ca03d2b745718 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-11-27pattern: added Common X11Stephane Desneux2-0/+13
Change-Id: I3ad0815895e132f2aeae965ba6a83828798390a8 Bug-Tizen: TINF-731 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-11-26add 'guest' user to vconf_bt groupCorentin Lecouvey1-1/+2
bluetooth vconf keys are installed by bluetooth-frwk with vconf_bt group owner. bt-service daemon which runs as 'guest' user can not access those vconf keys. So after 'guest' user creation, I add it to vconf_bt group. By this way, bt-service will be available to check and update bluetooth vconf keys. Change-Id: I2cd7a94f6042a986e1776978c60b288e4c2f61e1 Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
2014-11-26Adding core security componentsJosé Bollo1-2/+5
Change-Id: I6b2d7b52851bc82da374b35d46f0eae9debbe205 Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
2014-11-20Merge "add manifest file mandatory for tizen smack security" into tizensubmit/tizen_common/20141120.103223accepted/tizen/common/20141121.095740Stéphane Desneux (sdx)2-12/+20
2014-11-12BIOS images uses InstallerFrameworkPlugins (syslinux)submit/tizen_mobile/20141120.000000submit/tizen_common/20141115.191323submit/tizen_common/20141115.125504submit/tizen_common/20141114.172857submit/tizen_common/20141114.163023submit/tizen_common/20141112.134452accepted/tizen/common/20141115.192006sandbox/pcoval/develPhilippe Coval15-0/+84
Change-Id: Ib5f56ec2a41ed4ef6e3e1395878812913ec9383b Bug-Tizen: TC-1873/related Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-11-07patterns/common-boot-odroid-u3: fix yaml syntaxsubmit/tizen_common/20141107.143543accepted/tizen/common/20141107.143642Stephane Desneux1-1/+1
Change-Id: I6134e8da844cc0c04f67cd1ab586ded5f8db860e Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-11-06generate odroid-u3 boot imagesubmit/tizen_common/20141106.150324accepted/tizen/common/20141106.150601Chanho Park4-4/+20
This patch adds a new "Common Boot Odroid U3" group which includes odroid's kernel and u-boot. Change-Id: Ia67848ba0f296a634c841510f996547f6fdde5c5 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-11-05define new platforms MinimalWayland and MinimalX11 for arm64submit/tizen_common/20141106.084612accepted/tizen/common/20141106.104552Stephane Desneux3-2/+58
Crosswalk is not available (yet) for aarch64 architecture. So Wayland and X11 images can't be built, as they depend on Crosswalk patterns. This patch defines two new kind of images: MinimalWayland and MinimalX11. These are the same as Wayland and X11 platforms, except that Crosswalk has been removed. Change-Id: I46f7bf4d43309c9f5775471baf02ca1d2027c17f Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-11-04support arm64 platform imagesubmit/tizen_common/20141104.094333accepted/tizen/common/20141104.135835Chanho Park5-1/+40
This patch only supports generation of arm64 platform image. We'll add a boot image for arm64 juno board later. Change-Id: I87bb4741e9e9c2805815b9e90cc80c543b90567c Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-10-31add manifest file mandatory for tizen smack securityRonan Le Martret2-12/+20
Change-Id: Ib62ed711a3a80f7ef0c04f7dec81181f61c49ef1 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
2014-10-28split boot image from snapshot imagesubmit/tizen_common/20141030.231434accepted/tizen/common/20141103.141148Chanho Park9-28/+40
This patch intends to change partitions of arm from 4 to 3 partitions because it is better to split a boot image from the snapshot image. I think other boards like RD-PQ, Galaxy Gear2 and Renesas board want to run a test using common arm image. By splitting the boot image from snapshot image, we can download the snapshot image not only for odroid but also for other boards. Change-Id: Ia7aa4968f587b37b23e4a00a13a8889af1c73c70 Signed-off-by: Chanho Park <chanho61.park@samsung.com> Bug-Tizen: TC-1486
2014-10-28fix common-mbr-4parts-arm namesubmit/tizen_common/20141028.092448accepted/tizen/common/20141028.093147Stephane Desneux4-7/+7
Change-Id: Iae53f69c5e824cefe8080f226ee208c2c872bb6a Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-10-27armv7l images: renamed common-*-4parts-armv7l to common-*-4parts-armv7l-odroidu3submit/tizen_common/20141027.150807accepted/tizen/common/20141027.150906Stephane Desneux4-0/+2
Change-Id: I5fdf8bf5c1b53cdef623666180a46afef027bc78 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-10-27support 4 partitions for arm odroid u3Chanho Park4-0/+37
This patch supports 4 partitions for arm odroid u3 which is reference target of arm. Unlike tizen-2.2.1, we want to change partition maps of arm target because platform.img/data.img/ums.img are really ambiguous from developers. To clarify the partition name, we decide to change partition names. /boot: boot.img /: rootfs.img /opt: system-data.img /opt/usr: user.img Change-Id: I3208ee7404dcc6a5fd72c2e8af0fac67b7023af0 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-10-15Add developer systemd user link to open pam session at bootsubmit/tizen_common/20141021.155716accepted/tizen/common/20141021.155803Baptiste DURAND2-3/+3
To be able to launch app we need to open pam session for : starting user DBUS session add wayland socket symbolic link BUG-Tizen=TC-1699 Signed-off-by: Baptiste DURAND <baptiste.durand@open.eurogiciel.org> Change-Id: I02dababe7542c91e716a362b6d9c7dba06e711b1
2014-10-09common-adaptation: add meta-generic-adaptation subpackagesubmit/tizen_common/20141009.100558accepted/tizen/common/20141009.220919accepted/tizen/common/20141009.102519accepted/tizen/common/20141009.102513accepted/tizen/common/20141009.101851Philippe Coval3-0/+10
To support vmware, check this page for details : https://wiki.tizen.org/wiki/Emulator Change-Id: I89d1cf79b1f235ac4cda462a0ce06943ad3289d4 Bug-Tizen: TC-1043/part Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-10-06emulator image: use specific kernel kernel-common-i386-emulatorsubmit/tizen_common/20141006.122133accepted/tizen/common/20141006.135518Stephane Desneux2-2/+2
Change-Id: If7b9598b14844f8e18f9e2fd0698ab2445d927fc Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-10-06armv7l: add kernel in wayland and x11 imagesStephane Desneux2-0/+2
Change-Id: I96e0392250190d03f68a7971db3ba98d89b165eb Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-10-04common-packaging.post: better generation of .repo filessubmit/tizen_common/20141004.092923accepted/tizen/common/20141004.112056Stephane Desneux1-12/+34
Zypper repo files are now generated using the information stored in /etc/tizen-build.conf. This allows to generate 4 repo files with accurate information whatever the profile, obs repository etc.: - snapshot: corresponds to the current snapshot - update: latest snapshot - daily: latest daily release - weekly: latest weekly release Debug repositories are also defined in the same .repo files. Change-Id: I0ea07d7383499529d74a764de0ec69e9333ae54f Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-10-02Remove post ops involving 'app' usersubmit/tizen_common/20141002.171316accepted/tizen/common/20141002.171458Stephane Desneux1-3/+3
'app' was removed from platform/upstream/setup Change-Id: Ia8c6592b80bf082961c647cc9580b00f2af870d2 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-09-30remove publication of all -qa-unsafe-* imagessubmit/tizen_common/20140930.131849accepted/tizen/common/20140930.131923Stephane Desneux1-9/+0
Change-Id: Ieb8766a17d986071aca93c47b63dea64e3f8cb5b Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-09-30Common QT5: add qt-tizen-demosubmit/tizen_common/20140930.083848accepted/tizen/common/20140930.083935Stephane Desneux1-1/+2
Change-Id: I3e62dedacfb27ffc4feaf7c1ce318bfa7c083703 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-09-05migrate installer EFI image to x86_64submit/tizen_common/20140905.103117submit/devel_common/20140922.084732accepted/tizen/common/20140905.155327Stephane Desneux2-5/+5
This make the installer usable on Minnowboard Max, which can only boot EFI 64bits images Change-Id: Ibcbac34baf35f2566a9bb2f8b95f553b8704debd Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-08-29reduce number for published EFI imagessubmit/tizen_common/20140829.133400accepted/tizen/common/20140829.134041Stephane Desneux3-58/+0
Change-Id: I415056a7e7572de90b9ea53c91aa189078375533 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-08-29add 15 EFI imagessubmit/tizen_common/20140829.094302Philippe Coval16-6/+320
Change-Id: Ic4ec884a150a6d47fea2e534ebb698892c2c225b Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org> Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
2014-08-29Migrate renamed "Generic Setup Boot" to meta-genericsubmit/tizen_common/20140829.083310submit/tizen_common/20140829.083054Stephane Desneux3-15/+2
Note, previous name was "Generic EFI Boot" Change-Id: I0a4bce7b2c9c91e9c10868b5ed6ee28aaf194e25 Bug-Tizen: TC-1513 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org> Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
2014-08-28Enable EFI boot (new image for repo x86_64-wayland)submit/tizen_common/20140828.140758accepted/tizen/common/20140828.173144Stephane Desneux5-0/+47
Bug-Tizen: TC-1513 Change-Id: I7f6aab97d82d51b118ced9b9df8f6ae21f1229b3 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>