From b77a85ca0b8d30a44ea6d25715917c7dbeea30c4 Mon Sep 17 00:00:00 2001 From: Hyunggi Lee Date: Wed, 15 Feb 2017 20:20:39 +0900 Subject: [PATCH] [TRE-916] add tw2 image Change-Id: Ic37337f95bbca96bb765c81328a785f084bc1f4d --- ks/wearable-wayland-armv7l-tw2.yaml | 19 ++++++++++++++++++ patterns/wearable-adaptation-target-tw2.yaml | 30 ++++++++++++++++++++++++++++ scripts/wearable-adaptation-target-tw2.post | 5 +++++ wearable-repos.yaml | 4 ++++ wearable-targets.yaml | 1 + 5 files changed, 59 insertions(+) create mode 100644 ks/wearable-wayland-armv7l-tw2.yaml create mode 100644 patterns/wearable-adaptation-target-tw2.yaml create mode 100644 scripts/wearable-adaptation-target-tw2.post diff --git a/ks/wearable-wayland-armv7l-tw2.yaml b/ks/wearable-wayland-armv7l-tw2.yaml new file mode 100644 index 0000000..83b0385 --- /dev/null +++ b/ks/wearable-wayland-armv7l-tw2.yaml @@ -0,0 +1,19 @@ +Name: wearable-wayland-armv7l-tw2 +Architecture: armv7l +Schedule: "*" +Active: True +Platform: Wayland-circle +Part: wearable-mbr-target-circle +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: wearable-wayland-armv7l-tw2 +Repos: + - wearable-target-circle + - kernel + - base-arm +Groups: + - Wearable Adaptation Target TW2 +Attachment: + - /boot/kernel/dzImage +PostScripts: + - wearable-adaptation-target-tw2 +ExtraPackages: [] diff --git a/patterns/wearable-adaptation-target-tw2.yaml b/patterns/wearable-adaptation-target-tw2.yaml new file mode 100644 index 0000000..1e84e33 --- /dev/null +++ b/patterns/wearable-adaptation-target-tw2.yaml @@ -0,0 +1,30 @@ +Summary: Wearable Adaptation Target TW2 +Description: Wearable Adaptation Target TW2 +Name: wearable-adaptation-target-tw2 +Packages: +- audio-config-wm1831-orbis +- audio-hal-wm1831 +- bluetooth-firmware-bcm-exynos3250 +- boot-animation-sound-file-profile_wearable +- device-manager-plugin-exynos3250 +- dlogbackend-logger +- libtbm-exynos +- libtdm-client +- libtdm-exynos +- linux-exynos7270-tw2-aarch64 +- mmfw-sysconf-target-tw1 +- model-config-tw1 +- nfc-manager +- org.tizen.inputmethod-setting-profile_wearable-extension-circle +- sensor-hal-tw1 +- smartcard-plugin-nfc +- smartcard-service +- smartcard-service-common +- swap-manager +- swap-modules +- swap-probe +- swap-probe-elf +- system-plugin +- system-plugin-circle +- systemd-user-helper +- ug-nfc-efl diff --git a/scripts/wearable-adaptation-target-tw2.post b/scripts/wearable-adaptation-target-tw2.post new file mode 100644 index 0000000..51bb5ae --- /dev/null +++ b/scripts/wearable-adaptation-target-tw2.post @@ -0,0 +1,5 @@ +#!/bin/sh +echo "#################### wearable-adaptation-target-tw2.post ####################" + +# remove exported dzImage +rm -f /boot/kernel/dzImage diff --git a/wearable-repos.yaml b/wearable-repos.yaml index 0f0f636..2648d8c 100644 --- a/wearable-repos.yaml +++ b/wearable-repos.yaml @@ -18,3 +18,7 @@ Repositories: - Name: base-emulator32 Url: http://download.tizen.org/snapshots/tizen/base/latest/repos/emulator32/packages/ Options: --ssl_verify=no + + - Name: kernel + Url: http://download.tizen.org/snapshots/tizen/wearable/@BUILD_ID@/repos/kernel/packages/ + Options: --ssl_verify=no \ No newline at end of file diff --git a/wearable-targets.yaml b/wearable-targets.yaml index 3d09d52..20de84e 100644 --- a/wearable-targets.yaml +++ b/wearable-targets.yaml @@ -3,6 +3,7 @@ Targets: - Name: target-circle Images: - wearable-wayland-armv7l-circle.yaml + - wearable-wayland-armv7l-tw2.yaml - Name: emulator32-wayland Images: -- 2.7.4