diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2018-09-13 20:35:18 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2018-09-13 20:35:18 +0900 |
commit | b8e7303ea277497ffa666b785daba49d1966cd53 (patch) | |
tree | f180686b20a49bfc2f43c828c0470005f303e729 | |
parent | c0051f844c26aeb276cba400d61ad7cfbaa901d6 (diff) | |
download | meta-mobile-b8e7303ea277497ffa666b785daba49d1966cd53.tar.gz meta-mobile-b8e7303ea277497ffa666b785daba49d1966cd53.tar.bz2 meta-mobile-b8e7303ea277497ffa666b785daba49d1966cd53.zip |
[TRE-2002] Move lightweight web engine to armv7l imagessubmit/tizen/20180914.004843accepted/tizen/unified/20180914.073302
Change-Id: Icc8c41f9ca059aed892042e9febcefc35d7a54f4
-rw-r--r-- | ks/mobile-wayland-armv7l-tm1.yaml | 1 | ||||
-rw-r--r-- | ks/mobile-wayland-armv7l-tm2.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-web-framework.yaml | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/ks/mobile-wayland-armv7l-tm1.yaml b/ks/mobile-wayland-armv7l-tm1.yaml index a0961c5..bfb084b 100644 --- a/ks/mobile-wayland-armv7l-tm1.yaml +++ b/ks/mobile-wayland-armv7l-tm1.yaml @@ -19,4 +19,5 @@ PostScripts: - mobile-adaptation-tm1 ExtraPackages: - lightweight-web-engine + - lightweight-web-engine-profile_mobile - swap-modules-tm1 diff --git a/ks/mobile-wayland-armv7l-tm2.yaml b/ks/mobile-wayland-armv7l-tm2.yaml index 39d8b8b..3b3c476 100644 --- a/ks/mobile-wayland-armv7l-tm2.yaml +++ b/ks/mobile-wayland-armv7l-tm2.yaml @@ -13,4 +13,5 @@ Groups: - Mobile Adaptation TM2 ExtraPackages: - lightweight-web-engine + - lightweight-web-engine-profile_mobile - swap-modules-tm2-aarch64 diff --git a/patterns/mobile-web-framework.yaml b/patterns/mobile-web-framework.yaml index e46dbb3..e338f96 100644 --- a/patterns/mobile-web-framework.yaml +++ b/patterns/mobile-web-framework.yaml @@ -7,6 +7,5 @@ Packages: - cordova-api - crosswalk-tizen - libwebsockets -- lightweight-web-engine-profile_mobile - webapi-plugins - webapi-plugins-profile_mobile |