diff options
author | Insoon Kim <is46.kim@samsung.com> | 2019-05-15 09:03:16 +0900 |
---|---|---|
committer | Insoon Kim <is46.kim@samsung.com> | 2019-05-15 09:08:09 +0900 |
commit | 6c0915da6713d4917ea0ef36476d033999a1a8dd (patch) | |
tree | 57a41374571c2c9d3446fbc9fe619a952b268950 | |
parent | 8cffd043634ebb27da56d98229f8a79c50a83faa (diff) | |
download | meta-mobile-6c0915da6713d4917ea0ef36476d033999a1a8dd.tar.gz meta-mobile-6c0915da6713d4917ea0ef36476d033999a1a8dd.tar.bz2 meta-mobile-6c0915da6713d4917ea0ef36476d033999a1a8dd.zip |
Add chromium-efl-squashfs only to tm1, tm2 devices
Change-Id: Icd0f0a5f028b16fe38610521d3e92e2b1fad3bd6
Signed-off-by: Insoon Kim <is46.kim@samsung.com>
-rw-r--r-- | patterns/mobile-adaptation-tm1.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-adaptation-tm2.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-web-framework.yaml | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/patterns/mobile-adaptation-tm1.yaml b/patterns/mobile-adaptation-tm1.yaml index 1e957d7..9e04ff7 100644 --- a/patterns/mobile-adaptation-tm1.yaml +++ b/patterns/mobile-adaptation-tm1.yaml @@ -7,6 +7,7 @@ Packages: - audio-hal-sc7727 - bluetooth-firmware-sprd-TM1 - boot-animation-sound-file-profile_common +- chromium-efl-squashfs - coregl - device-manager-plugin-sc7730 - factory-reset diff --git a/patterns/mobile-adaptation-tm2.yaml b/patterns/mobile-adaptation-tm2.yaml index 4e4b2fb..88b015e 100644 --- a/patterns/mobile-adaptation-tm2.yaml +++ b/patterns/mobile-adaptation-tm2.yaml @@ -7,6 +7,7 @@ Packages: - audio-hal-wm5110 - bluetooth-firmware-bcm - boot-animation-sound-file-profile_common +- chromium-efl-squashfs - coregl - device-manager-plugin-exynos5433 - gst-omx diff --git a/patterns/mobile-web-framework.yaml b/patterns/mobile-web-framework.yaml index c35693a..c4c28b1 100644 --- a/patterns/mobile-web-framework.yaml +++ b/patterns/mobile-web-framework.yaml @@ -4,7 +4,6 @@ Name: mobile-web-framework Packages: - browser-provider - chromium-efl -- chromium-efl-squashfs - cordova-api - libwebsockets - webapi-plugins |