From 120524aae5fd236c4e415296f11d302b07f069ac Mon Sep 17 00:00:00 2001 From: Jinkun Date: Mon, 8 Dec 2014 02:33:42 -0800 Subject: [PATCH] remove 2parts image and add arm64 image Change-Id: Idc473e86c52edf9237491189eaa42e8248c423d8 --- ks/mobile-x11-2parts-armv7l.yaml | 11 ----------- ks/mobile-x11-3parts-arm64.yaml | 10 ++++++++++ mobile-repos.yaml | 3 +++ mobile-targets.yaml | 4 +++- mobile.yaml | 31 +++++++++++++++++++++++++++++++ patterns/common-x11.yaml | 6 ++++++ 6 files changed, 53 insertions(+), 12 deletions(-) delete mode 100644 ks/mobile-x11-2parts-armv7l.yaml create mode 100644 ks/mobile-x11-3parts-arm64.yaml create mode 100644 patterns/common-x11.yaml diff --git a/ks/mobile-x11-2parts-armv7l.yaml b/ks/mobile-x11-2parts-armv7l.yaml deleted file mode 100644 index b12189c..0000000 --- a/ks/mobile-x11-2parts-armv7l.yaml +++ /dev/null @@ -1,11 +0,0 @@ -Name: mobile-x11-2parts-armv7l -Architecture: armv7l -Schedule: "*" -Active: True -Platform: X11 -Part: common-mbr-2parts -Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel -FileName: mobile-x11-2parts-armv7l -Kernel: kernel-profile-common -Repos: - - common-x11_armv7l diff --git a/ks/mobile-x11-3parts-arm64.yaml b/ks/mobile-x11-3parts-arm64.yaml new file mode 100644 index 0000000..d588091 --- /dev/null +++ b/ks/mobile-x11-3parts-arm64.yaml @@ -0,0 +1,10 @@ +Name: mobile-x11-3parts-arm64 +Architecture: aarch64 +Schedule: "*" +Active: True +Platform: MinimalX11 +Part: common-mbr-3parts +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: mobile-x11-3parts-arm64 +Repos: + - common-x11_arm64 diff --git a/mobile-repos.yaml b/mobile-repos.yaml index 6f32e47..43e8627 100644 --- a/mobile-repos.yaml +++ b/mobile-repos.yaml @@ -10,3 +10,6 @@ Repositories: - Name: common-x11_armv7l Url: http://download.tizen.org/snapshots/tizen/mobile/@BUILD_ID@/repos/arm-x11/packages/ Options: --ssl_verify=no + - Name: common-x11_arm64 + Url: http://download.tizen.org/snapshots/tizen/mobile/@BUILD_ID@/repos/arm64-x11/packages/ + Options: --ssl_verify=no diff --git a/mobile-targets.yaml b/mobile-targets.yaml index 5a6b6dd..37927c8 100644 --- a/mobile-targets.yaml +++ b/mobile-targets.yaml @@ -3,9 +3,11 @@ Targets: - Name: arm-x11 Images: - mobile-boot-armv7l-odroidu3.yaml - - mobile-x11-2parts-armv7l.yaml - mobile-x11-3parts-armv7l-odroidu3.yaml + - Name: arm64-x11 + Images: + - mobile-x11-3parts-armv64.yaml # - Name: ia32-x11 # Images: # - mobile-x11-mbr-i586.yaml diff --git a/mobile.yaml b/mobile.yaml index f9cd36a..a0a4b3e 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -50,6 +50,7 @@ X11: UserGroups: "audio,video" Groups: - Generic X11 + - Common X11 - Generic Middleware - Common Middleware - Generic Applications @@ -75,3 +76,33 @@ X11: - generic-qt5 - common-qt5 Repos: [] + +MinimalX11: + Part: common-mbr + UserGroups: "audio,video" + Groups: + - Generic X11 + - Common X11 + - Generic Middleware + - Common Middleware + - Generic Applications + - Generic Bluetooth + - Generic Multimedia + - Generic Desktop Applications + - Common Desktop Applications + - Generic Qt5 + - Common Qt5 + PostScripts: + - generic-x11 + - generic-middleware + - common-middleware + - generic-applications + - generic-bluetooth + - generic-multimedia + - generic-desktop-applications + - common-desktop-applications + - generic-crosswalk + - common-crosswalk + - generic-qt5 + - common-qt5 + Repos: [] diff --git a/patterns/common-x11.yaml b/patterns/common-x11.yaml new file mode 100644 index 0000000..695e288 --- /dev/null +++ b/patterns/common-x11.yaml @@ -0,0 +1,6 @@ +Summary: Common X11 +Description: Common X11 +Name: common-x11 +Packages: +- x11-common +- desktop-skin -- 2.7.4