diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-12-02 09:44:44 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-12-02 09:45:01 +0900 |
commit | 2d37bc36b766d561eabfaad9749289c0a95afd8e (patch) | |
tree | 3d1aacfdddded95b60b766e709e64b4084cbccc5 /ks | |
parent | bfb2de3bb0089f8de28bf7761ac3ecc2d45ea082 (diff) | |
download | meta-mobile-2d37bc36b766d561eabfaad9749289c0a95afd8e.tar.gz meta-mobile-2d37bc36b766d561eabfaad9749289c0a95afd8e.tar.bz2 meta-mobile-2d37bc36b766d561eabfaad9749289c0a95afd8e.zip |
Adjust adaptation package groups for specific targets : N4/TM1submit/tizen_mobile/20151202.041906accepted/tizen/mobile/20151202.092028
Change-Id: Ibfbe2d8aaf46798b90de5fbb9acfd1d251fbec80
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
Diffstat (limited to 'ks')
-rw-r--r-- | ks/mobile-wayland-arm64-n4.yaml | 5 | ||||
-rw-r--r-- | ks/mobile-wayland-armv7l-n4.yaml | 5 | ||||
-rw-r--r-- | ks/mobile-wayland-armv7l-tm1.yaml | 8 |
3 files changed, 3 insertions, 15 deletions
diff --git a/ks/mobile-wayland-arm64-n4.yaml b/ks/mobile-wayland-arm64-n4.yaml index 9b6336c..3c3e9ae 100644 --- a/ks/mobile-wayland-arm64-n4.yaml +++ b/ks/mobile-wayland-arm64-n4.yaml @@ -10,7 +10,4 @@ Repos: - mobile-wayland_arm64 Groups: - Mobile Adaptation N4 -ExtraPackages: - - system-plugin-n4 - - model-config-n4 - - mmfw-sysconf-target-n4 +ExtraPackages: [] diff --git a/ks/mobile-wayland-armv7l-n4.yaml b/ks/mobile-wayland-armv7l-n4.yaml index 53ebc9b..8b82376 100644 --- a/ks/mobile-wayland-armv7l-n4.yaml +++ b/ks/mobile-wayland-armv7l-n4.yaml @@ -10,7 +10,4 @@ Repos: - mobile-wayland_armv7l Groups: - Mobile Adaptation N4 -ExtraPackages: - - system-plugin-n4 - - model-config-n4 - - mmfw-sysconf-target-n4 +ExtraPackages: [] diff --git a/ks/mobile-wayland-armv7l-tm1.yaml b/ks/mobile-wayland-armv7l-tm1.yaml index eaf4c3e..639cfa0 100644 --- a/ks/mobile-wayland-armv7l-tm1.yaml +++ b/ks/mobile-wayland-armv7l-tm1.yaml @@ -13,10 +13,4 @@ Repos: - mobile-target-TM1 Groups: - Mobile Adaptation TM1 -ExtraPackages: - - system-plugin-spreadtrum - - model-config-tm1 - - linux-3.10-sc7730_tizen_tm1 - - libtbm-sprd - - mmfw-sysconf-target-tm1 - - audio-hal-sc7727 +ExtraPackages: [] |