diff options
author | Hyunggi Lee <hyunggi.lee@samsung.com> | 2017-07-24 18:46:25 +0900 |
---|---|---|
committer | Hyunggi Lee <hyunggi.lee@samsung.com> | 2017-07-24 18:49:38 +0900 |
commit | c5dd3fe0eca49da04f86601ee525bdd8f409d037 (patch) | |
tree | e9580a1db5a0d850d36e32ad8fe3607c6a4f78fa | |
parent | acc1768edbde4972c3bcf9918dbba2cde99da2a8 (diff) | |
download | meta-mobile-c5dd3fe0eca49da04f86601ee525bdd8f409d037.tar.gz meta-mobile-c5dd3fe0eca49da04f86601ee525bdd8f409d037.tar.bz2 meta-mobile-c5dd3fe0eca49da04f86601ee525bdd8f409d037.zip |
[TRE-1343] Add factory-reset to Tizen Mobile images
Change-Id: Ic35014e9d7c4a10838765717c3546dbae1f9e0bd
-rw-r--r-- | mobile.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-adaptation-tm1.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mobile.yaml b/mobile.yaml index 67b1291..af97fde 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -89,6 +89,7 @@ Wayland: Repos: [] NoChrootScripts: - buildname + - backup-data Wayland-64: Part: mobile-mbr diff --git a/patterns/mobile-adaptation-tm1.yaml b/patterns/mobile-adaptation-tm1.yaml index 8afa2a4..0d7b439 100644 --- a/patterns/mobile-adaptation-tm1.yaml +++ b/patterns/mobile-adaptation-tm1.yaml @@ -8,6 +8,7 @@ Packages: - bluetooth-firmware-sprd-TM1 - boot-animation-sound-file-profile_common - device-manager-plugin-sc7730 +- factory-reset - gst-plugins-tizen-extension-TM1 - liblazymount - libtbm-sprd |