From: Joonsub Lee Date: Wed, 4 Mar 2015 10:28:17 +0000 (+0900) Subject: Add mobile-x11-armv7l, mobile-x11-arm64 image binary X-Git-Tag: accepted/tizen/mobile/20150309.095833^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aabebbd5a8639d2855816a524460e3f61e195b6f;p=profile%2Fmobile%2Fmeta-mobile.git Add mobile-x11-armv7l, mobile-x11-arm64 image binary Request by Samsung's internal developers 1. Modify 3Parts image's platform session name in mobile.yaml - X11 -> 3Parts-X11 - X11-64 -> 3Parts-X11-64 2. Adjust Group name - Mobile Middleware -> Mobile 3Parts Middleware - Mobile Multimedia -> Mobile 3Parts Multimedia 3. Add mobile-x11-armv7l, mobile-x11-arm64 image - New Platform sessions are added in Mobile.yaml: X11 and X11-64 - Add Groups: Mobile Application, Mobile Middleware, Modile Multimedia - Add yaml in ks: mobile-x11-armv7l.yaml, mobile-x11-arm64.yaml 4. Trigger image generating - Modify mobile-targets.yaml Change-Id: If765da80a69d05a80559f888363eeb74b29f3787 --- diff --git a/ks/mobile-x11-3parts-arm64.yaml b/ks/mobile-x11-3parts-arm64.yaml index fac4941..cb4af2b 100644 --- a/ks/mobile-x11-3parts-arm64.yaml +++ b/ks/mobile-x11-3parts-arm64.yaml @@ -2,7 +2,7 @@ Name: mobile-x11-3parts-arm64 Architecture: aarch64 Schedule: "*" Active: True -Platform: X11-64 +Platform: 3Parts-X11-64 Part: mobile-mbr-3parts Mic2Options: -f loop --pack-to=@NAME@.tar.gz FileName: mobile-x11-3parts-arm64 diff --git a/ks/mobile-x11-3parts-armv7l-odroidu3.yaml b/ks/mobile-x11-3parts-armv7l-odroidu3.yaml index fd40dfe..7091aaa 100644 --- a/ks/mobile-x11-3parts-armv7l-odroidu3.yaml +++ b/ks/mobile-x11-3parts-armv7l-odroidu3.yaml @@ -2,7 +2,7 @@ Name: mobile-x11-3parts-armv7l-odroidu3 Architecture: armv7l Schedule: "*" Active: True -Platform: X11 +Platform: 3Parts-X11 Part: mobile-mbr-3parts Mic2Options: -f loop --pack-to=@NAME@.tar.gz FileName: mobile-x11-3parts-armv7l-odroidu3 diff --git a/ks/mobile-x11-arm64.yaml b/ks/mobile-x11-arm64.yaml new file mode 100644 index 0000000..8d46bd1 --- /dev/null +++ b/ks/mobile-x11-arm64.yaml @@ -0,0 +1,10 @@ +Name: mobile-x11-arm64 +Architecture: aarch64 +Schedule: "*" +Active: True +Platform: X11-64 +Part: mobile-mbr-3parts +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: mobile-x11-arm64 +Repos: + - mobile-x11_arm64 diff --git a/ks/mobile-x11-armv7l.yaml b/ks/mobile-x11-armv7l.yaml new file mode 100644 index 0000000..91557ab --- /dev/null +++ b/ks/mobile-x11-armv7l.yaml @@ -0,0 +1,10 @@ +Name: mobile-x11-armv7l +Architecture: armv7l +Schedule: "*" +Active: True +Platform: X11 +Part: mobile-mbr-3parts +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: mobile-x11-armv7l +Repos: + - mobile-x11_armv7l diff --git a/mobile-targets.yaml b/mobile-targets.yaml index 8eb153f..e143128 100644 --- a/mobile-targets.yaml +++ b/mobile-targets.yaml @@ -5,8 +5,10 @@ Targets: - mobile-boot-armv7l-odroidu3.yaml - mobile-boot-armv7l-RD-PQ.yaml - mobile-x11-3parts-armv7l-odroidu3.yaml + - mobile-x11-armv7l.yaml - Name: arm64-x11 Images: - mobile-x11-3parts-arm64.yaml + - mobile-x11-arm64.yaml diff --git a/mobile.yaml b/mobile.yaml index 16d1536..d7a662c 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -41,7 +41,7 @@ Boot-RD-PQ: - Mobile Boot RD PQ Repos: [] -X11: +3Parts-X11: Part: mobile-mbr UserGroups: "audio,video" Groups: @@ -63,8 +63,8 @@ X11: - Mobile Desktop Applications - Mobile Enlightenment - Mobile Input Framework - - Mobile Middleware - - Mobile Multimedia + - Mobile 3Parts Middleware + - Mobile 3Parts Multimedia - Mobile Packaging - Mobile Qt5 - Mobile Security @@ -93,7 +93,7 @@ X11: NoChrootScripts: - buildname -X11-64: +3Parts-X11-64: Part: mobile-mbr UserGroups: "audio,video" Groups: @@ -113,8 +113,8 @@ X11-64: - Mobile Desktop Applications - Mobile Enlightenment - Mobile Input Framework - - Mobile Middleware - - Mobile Multimedia + - Mobile 3Parts Middleware + - Mobile 3Parts Multimedia - Mobile Packaging - Mobile Qt5 - Mobile Security @@ -140,3 +140,77 @@ X11-64: Repos: [] NoChrootScripts: - buildname + +X11: + Part: mobile-mbr + UserGroups: "audio,video" + Groups: + - Generic Applications + - Generic Base + - Generic Console Tools + - Generic Crosswalk + - Generic Multimedia + - Generic Packaging + - Generic X11 + - Mobile Adaptation + - Mobile Application + - Mobile Crosswalk + - Mobile Dali + - Mobile EFL + - Mobile Enlightenment + - Mobile Input Framework + - Mobile Middleware + - Mobile Multimedia + - Mobile X11 + PostScripts: + - generic-applications + - generic-base + - generic-console-tools + - generic-crosswalk + - generic-multimedia + - generic-packaging + - generic-x11 + - mobile-adaptation + - mobile-crosswalk + - mobile-middleware + - mobile-x11 + Repos: [] + NoChrootScripts: + - buildname + +X11-64: + Part: mobile-mbr + UserGroups: "audio,video" + Groups: + - Generic Applications + - Generic Base + - Generic Console Tools + - Generic Crosswalk + - Generic Multimedia + - Generic Packaging + - Generic X11 + - Mobile Adaptation + - Mobile Application + - Mobile Crosswalk + - Mobile Dali + - Mobile EFL + - Mobile Enlightenment + - Mobile Input Framework + - Mobile Middleware + - Mobile Multimedia + - Mobile X11 + PostScripts: + - generic-applications + - generic-base + - generic-console-tools + - generic-crosswalk + - generic-multimedia + - generic-packaging + - generic-x11 + - mobile-adaptation + - mobile-crosswalk + - mobile-middleware + - mobile-x11 + Repos: [] + NoChrootScripts: + - buildname diff --git a/patterns/mobile-3parts-middleware.yaml b/patterns/mobile-3parts-middleware.yaml new file mode 100644 index 0000000..fd8d7da --- /dev/null +++ b/patterns/mobile-3parts-middleware.yaml @@ -0,0 +1,20 @@ +Summary: Mobile 3Parts Middleware +Description: Mobile 3Parts Middleware +Name: mobile-3parts-middleware +Packages: +- model-config-generic +- ofono +- neard +- neardal +- usb-server +- resourced +# below packages are copied from generic-middleware +- calendar-service +- csf-framework +- evolution-data-server +- libprivilege-control-conf +- notification-service +- pkgmgr-server +- sqlite3 +- sdbd +- security-server diff --git a/patterns/mobile-3parts-multimedia.yaml b/patterns/mobile-3parts-multimedia.yaml new file mode 100644 index 0000000..7c5f666 --- /dev/null +++ b/patterns/mobile-3parts-multimedia.yaml @@ -0,0 +1,15 @@ +Summary: Mobile 3Parts Multimedia +Description: Mobile 3Parts Multimedia +Name: mobile-3parts-multimedia +Packages: +- libmm-camcorder +- libmm-session +- libmm-fileinfo +- libmm-radio +- libmm-common +- avsystem +- libmm-sound +- libmm-player +- capi-media-player +- capi-media-camera +- capi-media-tool diff --git a/patterns/mobile-application.yaml b/patterns/mobile-application.yaml new file mode 100644 index 0000000..e1334e0 --- /dev/null +++ b/patterns/mobile-application.yaml @@ -0,0 +1,4 @@ +Summary: Mobile Application +Description: Mobile Application +Name: mobile-application +Packages: [] diff --git a/patterns/mobile-middleware.yaml b/patterns/mobile-middleware.yaml index ed1c599..1814882 100644 --- a/patterns/mobile-middleware.yaml +++ b/patterns/mobile-middleware.yaml @@ -3,18 +3,14 @@ Description: Mobile Middleware Name: mobile-middleware Packages: - model-config-generic -- ofono -- neard -- neardal - usb-server -- resourced -# below packages are copied from generic-middleware -- calendar-service -- csf-framework -- evolution-data-server - libprivilege-control-conf -- notification-service - pkgmgr-server - sqlite3 - sdbd -- security-server +- buxton +- cynara +- resourced +- linux-firmware +- security-manager +- libsecurity-manager-client diff --git a/patterns/mobile-multimedia.yaml b/patterns/mobile-multimedia.yaml index b58b826..c69b00d 100644 --- a/patterns/mobile-multimedia.yaml +++ b/patterns/mobile-multimedia.yaml @@ -13,3 +13,7 @@ Packages: - capi-media-player - capi-media-camera - capi-media-tool +- gst-plugins-tizen +- gst-libav +- capi-media-recorder +- gst-plugins-ugly