platform/upstream/kickstarter.git
9 years agoRaise an error when a script is specified and not found 78/25478/3 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0_ivi accepted/tizen/common/20140812.175515 accepted/tizen/ivi/20160218.024901 submit/tizen_common/20140812.150926 submit/tizen_common/20140812.151815 submit/tizen_common/20140812.170532 submit/tizen_ivi/20140818.000000 submit/tizen_ivi/20140818.000001 submit/tizen_ivi/20140818.000002 submit/tizen_ivi/20140820.000000 submit/tizen_ivi/20140822.000000 submit/tizen_ivi/20140825.000000 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000005 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release
Stephane Desneux [Tue, 5 Aug 2014 17:47:01 +0000 (19:47 +0200)]
Raise an error when a script is specified and not found

This allows to break the build for image-configurations when
there's an inconstency in the YAML definitions in the meta-<profile> package

Change-Id: I76f0f4554ca23494b79d82cfc3498dfb23eead74
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
9 years agoRevert "fix potential error since added %suse_version" 47/25647/1 accepted/tizen/common/20140807.135400 accepted/tizen/ivi/20140818.112928 submit/tizen/20140807.124405 submit/tizen/20140807.133029
Chanho Park [Thu, 7 Aug 2014 12:37:04 +0000 (05:37 -0700)]
Revert "fix potential error since added %suse_version"

This reverts commit e972e2e05274efdcbdf4c37beaf05873d098214e.

Change-Id: I85d4874217f19fe545aa2374eafadecf8a86bebd

9 years agofix potential error since added %suse_version 21/25521/1 accepted/tizen/common/20140806.152630 submit/tizen/20140806.121720 submit/tizen_common/20140806.144507
Chanho Park [Wed, 6 Aug 2014 11:58:29 +0000 (20:58 +0900)]
fix potential error since added %suse_version

This patch fixes potential error[1] since we adds %suse_version macro[2].

[1]: https://bugs.tizen.org/jira/browse/TC-1474
[2]: https://review.tizen.org/gerrit/#/c/25292/

Change-Id: I743c16856b0d76fd544d064b8dbcf0cf825afbda
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
9 years agoEnabled images filtering by specifying build target 18/23018/5 accepted/tizen/common/20140715.085520 submit/tizen/20140714.092215
JF Ding [Mon, 16 Jun 2014 08:09:41 +0000 (16:09 +0800)]
Enabled images filtering by specifying build target

Current problem is the kickstart definitions have no target
identification information in meta-* packages, which cause the generated
images in product for each snapshot will be duplicated among the
different targets. To resolve it, we need three modifications together:

1. Added the definition of relationship with images and targets, in
   meta-* packages. Sample as below:

   /profile/ivi/meta-ivi:/ivi-targets.yaml ->
   """
        Targets:
            -   Name: atom
                Images:
                    - ivi-efi-i586.yaml
                    - ivi-mbr-i586.yaml
            -   Name: emulator
                Images:
                    - ivi-mbr-i586-emul.yaml
   """

2. In the building of image-configurations: add extra command line
   options for kickstarter command:

    kickstarter ... --targetdef .../%{_profile}-targets.yaml \
                    --target %{_repository}

3. This patch: to provide the new --targetdef and --target options.
  3.1 --targetdef to specify the YAML file of targets definition
  3.2 --target to specify the dedicated build target to filter images

The final result will be: nothing changed to Jenkins jobs and BOSS, and
the image-configuration*.rpm will not their name but will only contain
the build target corresponding ks files.

To keep the compatibility of all the changes, rule-1st is:

 The order of change integration to product server will NOT break
 current work as most as possible.

So the integration order can be: {1, 3} -> {2}, change-2 should be the
last step.

Change-Id: Ie4fb251c8e6442880cb3b5386bd0dd9f4bd3adbe
Signed-off-by: JF Ding <jian-feng.ding@intel.com>
10 years agopackaging: update changelog (installerfw_plugins) 02/10102/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_generic accepted/tizen_ivi_panda tizen_3.0.m14.2_ivi tizen_ivi_genivi tizen_ivi_panda accepted/tizen/20131004.224542 accepted/tizen/20131004.224607 accepted/tizen/20131005.063011 accepted/tizen/20131010.213647 accepted/tizen/20131010.214257 accepted/tizen/ivi/genivi/20140131.034827 accepted/tizen/ivi/panda/20140403.014421 ivi_oct_m2 submit/tizen/20131004.214017 submit/tizen/20131010.214328 submit/tizen_ivi_genivi/20140131.025942 submit/tizen_ivi_panda/20140403.012014 tizen_3.0.m14.2_ivi_release
Artem Bityutskiy [Wed, 18 Sep 2013 05:08:39 +0000 (08:08 +0300)]
packaging: update changelog (installerfw_plugins)

Change-Id: I6989c544940ced7bbbd11031f117b27c572b0033
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
10 years agokickstart.tmpl: stop using depricated "installerfw" keyword 01/10101/1
Artem Bityutskiy [Wed, 18 Sep 2013 05:04:42 +0000 (08:04 +0300)]
kickstart.tmpl: stop using depricated "installerfw" keyword

We renamed the "installerfw" installer framework keyword to
"installerfw_plugins" in MIC.  MIC still supports both, but the intention is to
remove the old one.

Lets start using "installerfw_plugins" keyword from now on.

This should fix the following MIC warning:

"please, use 'installerfw_plugins' instead of 'installerfw', the latter is
obsolete and will be removed in future releases"

Change-Id: I21911db1a17581a8afdab934c7f7fb0a2e1852c9
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
10 years agoMerge commit 'refs/changes/42/5542/2' of ssh://review.tizen.org:29418/platform/upstre... accepted/tizen/20130708.234024 accepted/tizen/20130710.220220 accepted/tizen/20130912.145755 accepted/tizen/20130912.191824 accepted/tizen/20130912.195922 submit/tizen/20130708.183323 submit/tizen/20130710.131759 submit/tizen/20130912.090230
Graydon, Tracy [Mon, 8 Jul 2013 18:32:14 +0000 (11:32 -0700)]
Merge commit 'refs/changes/42/5542/2' of ssh://review.tizen.org:29418/platform/upstream/kickstarter into tizen

10 years agoSupport installer framework plugins 42/5542/2
Anas Nashif [Fri, 5 Jul 2013 15:03:34 +0000 (11:03 -0400)]
Support installer framework plugins

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Change-Id: I97eda60c201ceb00c43ad4f0817cccca0d5a4317

10 years agoresetting manifest requested domain to floor 02/4802/1
Alexandru Cornea [Fri, 28 Jun 2013 22:25:24 +0000 (01:25 +0300)]
resetting manifest requested domain to floor

11 years agoRemove requirement for a default root password accepted/tizen/20130520.095644 accepted/trunk/20130506.223127 submit/tizen/20130509.180622 submit/tizen/20130517.022855 submit/trunk/20130503.191707
Patrick McCarty [Fri, 3 May 2013 19:13:11 +0000 (12:13 -0700)]
Remove requirement for a default root password

Change-Id: I6f52a49d3d7b0bca9f7c09ac8231af3fc11182c8

11 years agoSupport ks files without default user accepted/tizen/20130503.222652 accepted/trunk/20130410.083155 submit/tizen/20130503.222855 submit/trunk/20130410.083251
Anas Nashif [Wed, 10 Apr 2013 08:32:49 +0000 (01:32 -0700)]
Support ks files without default user

11 years agoup version 0.17
Anas Nashif [Thu, 15 Nov 2012 20:15:36 +0000 (12:15 -0800)]
up version

11 years agoSupport custom groups
Anas Nashif [Thu, 15 Nov 2012 20:14:28 +0000 (12:14 -0800)]
Support custom groups

And use a new path for scripts and partitioning, removed the 'custom'
path.

11 years agocheck for external configs
Anas Nashif [Fri, 9 Nov 2012 23:54:08 +0000 (15:54 -0800)]
check for external configs

11 years agosupport external configs via command line
Anas Nashif [Fri, 9 Nov 2012 23:37:04 +0000 (15:37 -0800)]
support external configs via command line
check for external configs

11 years agoaccept multiple repo arguments
Anas Nashif [Fri, 9 Nov 2012 23:22:49 +0000 (15:22 -0800)]
accept multiple repo arguments

11 years agoup version
Anas Nashif [Fri, 9 Nov 2012 21:30:37 +0000 (13:30 -0800)]
up version

11 years agoadded workable spec and manifest file submit/trunk/20120921.233347
JF Ding [Thu, 23 Aug 2012 01:39:46 +0000 (09:39 +0800)]
added workable spec and manifest file

11 years agoremove meego stuff inside spec
JF Ding [Wed, 22 Aug 2012 09:36:02 +0000 (17:36 +0800)]
remove meego stuff inside spec

11 years agor -> repos
Anas Nashif [Sun, 22 Jul 2012 06:30:55 +0000 (07:30 +0100)]
r -> repos

Change-Id: I36fdc4e76f1728ba4b3145464e1a391f584c0abd
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
11 years agomerge
Anas Nashif [Sat, 21 Jul 2012 14:20:01 +0000 (15:20 +0100)]
merge

Change-Id: I07c00e71dfc2fc65fc107cfe2222d60a0edc85a7

11 years agosupport user/password in repo
Anas Nashif [Sat, 2 Jun 2012 22:28:41 +0000 (23:28 +0100)]
support user/password in repo

11 years agorename single char variable
Anas Nashif [Sat, 2 Jun 2012 21:13:31 +0000 (22:13 +0100)]
rename single char variable

11 years agoremove debugging code
Anas Nashif [Thu, 31 May 2012 11:25:28 +0000 (12:25 +0100)]
remove debugging code

11 years agoresolved conflict
Anas Nashif [Thu, 31 May 2012 11:23:46 +0000 (12:23 +0100)]
resolved conflict

11 years agoadd '%attachment' section for mic container
Gui Chen [Thu, 31 May 2012 03:11:37 +0000 (11:11 +0800)]
add '%attachment' section for mic container

Signed-off-by: Gui Chen <gui.chen@intel.com>
11 years agoupdate sample configs under demo/
JF Ding [Wed, 30 May 2012 02:05:22 +0000 (10:05 +0800)]
update sample configs under demo/

11 years agofixed the bug of getting path of configs
JF Ding [Wed, 30 May 2012 02:03:53 +0000 (10:03 +0800)]
fixed the bug of getting path of configs

11 years agomake things work with pomo
Anas Nashif [Thu, 24 May 2012 14:12:01 +0000 (15:12 +0100)]
make things work with pomo

11 years agoupdate setup.py to apply VERSION in installation
JF Ding [Wed, 16 May 2012 09:55:48 +0000 (17:55 +0800)]
update setup.py to apply VERSION in installation

11 years agorename README to README.md and update it as markdown
JF Ding [Thu, 3 May 2012 07:42:10 +0000 (15:42 +0800)]
rename README to README.md and update it as markdown

11 years agoupdate version for development
JF Ding [Wed, 18 Apr 2012 14:55:16 +0000 (22:55 +0800)]
update version for development

11 years agoup version
Anas Nashif [Wed, 16 May 2012 09:21:21 +0000 (10:21 +0100)]
up version

11 years agoset distro
Anas Nashif [Tue, 15 May 2012 12:08:14 +0000 (13:08 +0100)]
set distro

12 years agofixed pathes
Anas Nashif [Sun, 6 May 2012 12:58:18 +0000 (13:58 +0100)]
fixed pathes

12 years agorelative external path
Anas Nashif [Thu, 3 May 2012 15:35:45 +0000 (16:35 +0100)]
relative external path

12 years agomoved spec to packaging
Anas Nashif [Thu, 26 Apr 2012 13:58:33 +0000 (14:58 +0100)]
moved spec to packaging

12 years agomodularize
Anas Nashif [Thu, 26 Apr 2012 06:14:18 +0000 (07:14 +0100)]
modularize

12 years agomove everything to a module
Anas Nashif [Sun, 22 Apr 2012 22:00:22 +0000 (23:00 +0100)]
move everything to a module

12 years agocreate own module of KSWriter
Anas Nashif [Sun, 22 Apr 2012 21:25:33 +0000 (22:25 +0100)]
create own module of KSWriter

12 years agocreate individual ks files
Anas Nashif [Sun, 22 Apr 2012 21:04:21 +0000 (22:04 +0100)]
create individual ks files

create individual ks files and add support for returning list of
packages and groups to be installed

12 years agosupport empty passwd to be specified
JF Ding [Wed, 18 Apr 2012 14:45:13 +0000 (22:45 +0800)]
support empty passwd to be specified

12 years agosupport new kickstart directive "prepackages"
JF Ding [Wed, 18 Apr 2012 14:30:04 +0000 (22:30 +0800)]
support new kickstart directive "prepackages"

Using corresponding yaml keyword "PrePackages" to specify
the packages which will be "pre-installed" by mic in the pre
stage of image creations.

12 years agobump version to 0.14
JF Ding [Wed, 29 Feb 2012 08:47:32 +0000 (16:47 +0800)]
bump version to 0.14

12 years agono default '--save' for adobe repo
JF Ding [Wed, 29 Feb 2012 08:39:33 +0000 (16:39 +0800)]
no default '--save' for adobe repo

12 years agonew version
Anas Nashif [Tue, 5 Jul 2011 09:43:00 +0000 (10:43 +0100)]
new version

12 years agoenable/disable image generation with 'Active' key (BMC#18692)
Li Yi [Thu, 9 Jun 2011 11:27:11 +0000 (19:27 +0800)]
enable/disable image generation with 'Active' key (BMC#18692)

12 years agominor fix BMC#16397: accept only .yaml when create xml
Li Yi [Tue, 3 May 2011 07:38:18 +0000 (15:38 +0800)]
minor fix BMC#16397: accept only .yaml when create xml

12 years agobetter support bootloader options
Anas Nashif [Fri, 27 May 2011 23:13:42 +0000 (16:13 -0700)]
better support bootloader options

12 years agosupport bootloader options
Anas Nashif [Wed, 18 May 2011 17:37:55 +0000 (18:37 +0100)]
support bootloader options

13 years agocheck for scripts before reading them
Anas Nashif [Fri, 6 May 2011 19:52:39 +0000 (15:52 -0400)]
check for scripts before reading them

13 years agobump
Anas Nashif [Mon, 2 May 2011 19:37:06 +0000 (20:37 +0100)]
bump

13 years agoAdded possibility to set repository specific options (BMC#15938)
Marko Saukko [Thu, 21 Apr 2011 14:14:09 +0000 (17:14 +0300)]
Added possibility to set repository specific options (BMC#15938)

13 years agoAccept only .yaml files from external configs directory (BMC#16397).
Marko Saukko [Thu, 21 Apr 2011 13:45:33 +0000 (16:45 +0300)]
Accept only .yaml files from external configs directory (BMC#16397).

13 years agoMinor whitespace cleanup.
Marko Saukko [Thu, 21 Apr 2011 13:27:53 +0000 (16:27 +0300)]
Minor whitespace cleanup.

13 years agoIgnore the created files by default.
Marko Saukko [Thu, 21 Apr 2011 13:23:22 +0000 (16:23 +0300)]
Ignore the created files by default.

13 years agoCleanup all the created files and dirs.
Marko Saukko [Thu, 21 Apr 2011 13:23:04 +0000 (16:23 +0300)]
Cleanup all the created files and dirs.

13 years agotry xml parser alternatives
Anas Nashif [Thu, 7 Apr 2011 22:16:00 +0000 (23:16 +0100)]
try xml parser alternatives

13 years agofixed README
Anas Nashif [Thu, 7 Apr 2011 22:06:20 +0000 (23:06 +0100)]
fixed README

13 years agofixed README
Anas Nashif [Thu, 7 Apr 2011 22:05:33 +0000 (23:05 +0100)]
fixed README

13 years agobump
Anas Nashif [Sat, 2 Apr 2011 12:44:58 +0000 (13:44 +0100)]
bump

13 years agocheck for inline configs
Anas Nashif [Fri, 1 Apr 2011 03:48:41 +0000 (04:48 +0100)]
check for inline configs

13 years agosupport index file again
Anas Nashif [Thu, 31 Mar 2011 23:54:32 +0000 (00:54 +0100)]
support index file again

13 years agosupport index file again
Anas Nashif [Thu, 31 Mar 2011 22:28:50 +0000 (23:28 +0100)]
support index file again

13 years agoMerge branch 'master' of gitorious.org:meego-developer-tools/kickstarter
Anas Nashif [Thu, 31 Mar 2011 22:20:41 +0000 (23:20 +0100)]
Merge branch 'master' of gitorious.org:meego-developer-tools/kickstarter

13 years agoadd external files
Anas Nashif [Thu, 31 Mar 2011 14:46:42 +0000 (07:46 -0700)]
add external files

13 years agoadd architecture to image-configs.xml
Anas Nashif [Thu, 31 Mar 2011 14:08:16 +0000 (07:08 -0700)]
add architecture to image-configs.xml

13 years agoadd a new keyword 'FileSystem', based on the updated static '.ks' file
Li Yi [Sat, 26 Mar 2011 14:08:19 +0000 (22:08 +0800)]
add a new keyword 'FileSystem', based on the updated static '.ks' file
furthormore, just one '\n' there enough

13 years agowe do not need auth anymore
Anas Nashif [Fri, 25 Mar 2011 13:29:43 +0000 (06:29 -0700)]
we do not need auth anymore

13 years agofix the kickstart.tmpl and kickstarter, import additional options.
Li Yi [Thu, 24 Mar 2011 09:54:47 +0000 (17:54 +0800)]
fix the kickstart.tmpl and kickstarter, import additional options.
now it supports kickstart magic; on top the line evaluated by mic2

Signed-off-by: Li Yi <yix.li@intel.com>
13 years agoschedule testing script fixes
Anas Nashif [Sat, 19 Mar 2011 10:34:42 +0000 (10:34 +0000)]
schedule testing script fixes

13 years agobump version
Anas Nashif [Fri, 18 Mar 2011 07:29:01 +0000 (07:29 +0000)]
bump version

13 years agoadd test tools to fetch ks files from repo
Anas Nashif [Fri, 18 Mar 2011 07:28:31 +0000 (07:28 +0000)]
add test tools to fetch ks files from repo

13 years agobump
Anas Nashif [Thu, 17 Mar 2011 07:32:34 +0000 (07:32 +0000)]
bump

13 years agoschedule now has cron style syntax
Anas Nashif [Thu, 17 Mar 2011 07:31:51 +0000 (07:31 +0000)]
schedule now has cron style syntax

13 years agoproduce index file
Anas Nashif [Wed, 16 Mar 2011 03:23:07 +0000 (03:23 +0000)]
produce index file

13 years agomake sure we have a kernel defined
Anas Nashif [Wed, 16 Mar 2011 01:14:27 +0000 (01:14 +0000)]
make sure we have a kernel defined

13 years agoupdate TODO
Anas Nashif [Sat, 12 Feb 2011 10:52:14 +0000 (10:52 +0000)]
update TODO

13 years agorename module
Anas Nashif [Wed, 26 Jan 2011 19:12:38 +0000 (11:12 -0800)]
rename module

13 years agorename module
Anas Nashif [Wed, 26 Jan 2011 19:09:35 +0000 (11:09 -0800)]
rename module

13 years agorename module
Anas Nashif [Wed, 26 Jan 2011 19:09:17 +0000 (11:09 -0800)]
rename module

13 years agoreorg files
Anas Nashif [Wed, 26 Jan 2011 17:37:47 +0000 (09:37 -0800)]
reorg files

13 years agoadd spec, Makefile and VERSION
Anas Nashif [Thu, 20 Jan 2011 12:41:21 +0000 (12:41 +0000)]
add spec, Makefile and VERSION

13 years agoadd spec, Makefile and VERSION
Anas Nashif [Thu, 20 Jan 2011 12:38:38 +0000 (12:38 +0000)]
add spec, Makefile and VERSION

13 years agoadd ivi
Anas Nashif [Thu, 20 Jan 2011 12:25:22 +0000 (12:25 +0000)]
add ivi

13 years agoadd handset-armv7l-n900-devel
Anas Nashif [Thu, 20 Jan 2011 11:12:15 +0000 (11:12 +0000)]
add handset-armv7l-n900-devel

13 years agoadd handset-ia32-mtf-devel
Anas Nashif [Thu, 20 Jan 2011 11:06:59 +0000 (11:06 +0000)]
add handset-ia32-mtf-devel

13 years agomore fixes, enhancements
Anas Nashif [Thu, 20 Jan 2011 10:25:08 +0000 (10:25 +0000)]
more fixes, enhancements

13 years agomore fixes, enhancements
Anas Nashif [Thu, 20 Jan 2011 10:23:39 +0000 (10:23 +0000)]
more fixes, enhancements

13 years agomore fixes, enhancements
Anas Nashif [Thu, 20 Jan 2011 09:59:26 +0000 (09:59 +0000)]
more fixes, enhancements

13 years agoadd handset
Anas Nashif [Wed, 19 Jan 2011 12:15:58 +0000 (12:15 +0000)]
add handset

13 years agoupdate with latest repos
Anas Nashif [Wed, 19 Jan 2011 11:29:32 +0000 (11:29 +0000)]
update with latest repos

13 years agofixed image size
Anas Nashif [Sat, 10 Jul 2010 00:52:30 +0000 (20:52 -0400)]
fixed image size

13 years agofixed default X group
Anas Nashif [Fri, 9 Jul 2010 22:09:00 +0000 (18:09 -0400)]
fixed default X group

13 years agofixed typo, update configurations
Anas Nashif [Fri, 9 Jul 2010 19:20:13 +0000 (15:20 -0400)]
fixed typo, update configurations

13 years agoadd more repo configurations and releases
Anas Nashif [Fri, 9 Jul 2010 18:41:12 +0000 (14:41 -0400)]
add more repo configurations and releases

13 years agoadd more repo configurations
Anas Nashif [Fri, 9 Jul 2010 18:28:46 +0000 (14:28 -0400)]
add more repo configurations

13 years agosupport architecture and repo substitution
Anas Nashif [Sun, 27 Jun 2010 02:47:45 +0000 (22:47 -0400)]
support architecture and repo substitution

13 years agofixed repos
Anas Nashif [Sun, 27 Jun 2010 01:43:11 +0000 (21:43 -0400)]
fixed repos

13 years agoremove pyc files
Anas Nashif [Sat, 5 Jun 2010 17:27:37 +0000 (13:27 -0400)]
remove pyc files