diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-06-22 23:35:54 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2015-06-22 23:35:54 -0700 |
commit | 6e3006e2b20c741d9280cef00dd288cd5e4432fa (patch) | |
tree | ad2a120d2474e8f3cb0965fa47a574a24d5034ee | |
parent | 2caa66276b5e99813ab17b012a2a3a25b69953a1 (diff) | |
parent | e87d7f5076800f108bd38505b0641579664cba3d (diff) | |
download | meta-mobile-6e3006e2b20c741d9280cef00dd288cd5e4432fa.tar.gz meta-mobile-6e3006e2b20c741d9280cef00dd288cd5e4432fa.tar.bz2 meta-mobile-6e3006e2b20c741d9280cef00dd288cd5e4432fa.zip |
Merge "Adjust to make emulator64-wayland snapshot image" into tizen
-rw-r--r-- | ks/mobile-emulator64-wayland.yaml | 12 | ||||
-rw-r--r-- | mobile-repos.yaml | 3 | ||||
-rw-r--r-- | mobile-targets.yaml | 4 | ||||
-rw-r--r-- | mobile.yaml | 48 |
4 files changed, 67 insertions, 0 deletions
diff --git a/ks/mobile-emulator64-wayland.yaml b/ks/mobile-emulator64-wayland.yaml new file mode 100644 index 0000000..1e83156 --- /dev/null +++ b/ks/mobile-emulator64-wayland.yaml @@ -0,0 +1,12 @@ +Name: mobile-emulator64-wayland +Architecture: x86_64 +Schedule: "*" +Active: True +Platform: Emulator64-wayland +Part: mobile-mbr-3parts-emulator +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: mobile-emulator64-wayland +Repos: + - mobile-emulator64-wayland +ExtraPackages: + - model-config-emulator diff --git a/mobile-repos.yaml b/mobile-repos.yaml index 261165c..6d7fb0f 100644 --- a/mobile-repos.yaml +++ b/mobile-repos.yaml @@ -11,3 +11,6 @@ Repositories: Url: http://download.tizen.org/snapshots/tizen/mobile/@BUILD_ID@/repos/emulator32-wayland/packages/ Options: --ssl_verify=no + - Name: mobile-emulator64-wayland + Url: http://download.tizen.org/snapshots/tizen/mobile/@BUILD_ID@/repos/emulator64-wayland/packages/ + Options: --ssl_verify=no diff --git a/mobile-targets.yaml b/mobile-targets.yaml index d6b753c..ae3fe40 100644 --- a/mobile-targets.yaml +++ b/mobile-targets.yaml @@ -13,3 +13,7 @@ Targets: - Name: emulator32-wayland Images: - mobile-emulator32-wayland.yaml + + - Name: emulator64-wayland + Images: + - mobile-emulator64-wayland.yaml diff --git a/mobile.yaml b/mobile.yaml index e642691..a302f58 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -184,3 +184,51 @@ Emulator32-wayland: Repos: [] NoChrootScripts: - buildname + +Emulator64-wayland: + Part: mobile-mbr + UserGroups: "audio,video" + Groups: + - Generic Base + - Mobile Base + - Generic Console Tools + - Generic Packaging + - Mobile Packaging + - Generic Adaptation + - Mobile Adaptation + - Generic Wayland + - Mobile Wayland + - Mobile Wayland Temp + - Mobile Middleware + - Generic Applications + - Mobile Applications + - Generic Multimedia + - Mobile Multimedia Emulator + - Generic Desktop Applications + - Mobile Dali + - Mobile EFL + - Mobile Enlightenment + - Mobile Input Framework + - Mobile Connectivity Framework + - Mobile Bluetooth + - Mobile Web Framework + - Mobile Emulator + PostScripts: + - generic-base + - mobile-base + - generic-console-tools + - generic-packaging + - mobile-packaging + - generic-adaptation + - mobile-adaptation + - generic-wayland + - mobile-middleware + - generic-applications + - generic-multimedia + - generic-desktop-applications + - generic-crosswalk + - mobile-web-framework + - mobile-bluetooth + Repos: [] + NoChrootScripts: + - buildname |