diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2017-06-19 11:39:19 +0200 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2017-06-19 13:09:39 +0200 |
commit | 5e3ef12f244accf6b53dac59414444e6c2f29c02 (patch) | |
tree | da11559d64ff2f6d8ca4fb4a074dd514839965dc /common.yaml | |
parent | c0aedcd041bbc9473cb4ac357b8751930c52821a (diff) | |
download | meta-5e3ef12f244accf6b53dac59414444e6c2f29c02.tar.gz meta-5e3ef12f244accf6b53dac59414444e6c2f29c02.tar.bz2 meta-5e3ef12f244accf6b53dac59414444e6c2f29c02.zip |
[TRE-1344][TRE-1345] Split RPi3 Headless & IoT Core imagessubmit/tizen/20170619.111944accepted/tizen/unified/20170619.142836
As list of packages for Headless and IoT Core diverge split those into
separate ks files. Add location, telephony, bluetooth and sensor fw
packages to Headless image. Remove capi-network-softap and
mobileap-agent* packages from IoT Core image.
Change-Id: I1bc0f4fac39b69c366b06e1193e1dbb017fffc31
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Diffstat (limited to 'common.yaml')
-rw-r--r-- | common.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/common.yaml b/common.yaml index 5a8800c..04f7333 100644 --- a/common.yaml +++ b/common.yaml @@ -290,3 +290,32 @@ RPi3 Headless: Repos: [] NoChrootScripts: - buildname + +RPi3 IoT Core: + Part: common-mbr-2parts-rpi3 + Groups: + - Common Adaptation + - Common Adaptation RPi3 IoT Core + PostScripts: + - common-adaptation-rpi3 + - generic-base + - common-base + - generic-console-tools + - common-packaging + - generic-adaptation + - common-adaptation + - generic-middleware + - common-middleware + - generic-applications + - generic-bluetooth + - generic-multimedia + - generic-desktop-applications + - common-desktop-applications + - generic-crosswalk + - common-crosswalk + - common-license + - generic-security + - common-cleanup-rpi3 + Repos: [] + NoChrootScripts: + - buildname |