diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-02-01 14:14:42 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-02-01 14:17:36 +0900 |
commit | 369bac9ad61d0964ef86bcd3594177027844ad03 (patch) | |
tree | 52ca06bcfdb5d4fd2d862aba5443add1abba4359 | |
parent | 37426ed791c3729ea31c5f37178b5afe0a56a61f (diff) | |
download | meta-mobile-369bac9ad61d0964ef86bcd3594177027844ad03.tar.gz meta-mobile-369bac9ad61d0964ef86bcd3594177027844ad03.tar.bz2 meta-mobile-369bac9ad61d0964ef86bcd3594177027844ad03.zip |
[TINF-1123/1124] Add swap packages for emulator32 binary
Change-Id: Id71a68d00b1cf663472ff180c8256d2c9815f34d
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r-- | ks/mobile-emulator64-wayland.yaml | 3 | ||||
-rw-r--r-- | patterns/mobile-adaptation-emulator.yaml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ks/mobile-emulator64-wayland.yaml b/ks/mobile-emulator64-wayland.yaml index 2970946..94d0c05 100644 --- a/ks/mobile-emulator64-wayland.yaml +++ b/ks/mobile-emulator64-wayland.yaml @@ -12,3 +12,6 @@ Repos: Groups: - Mobile Adaptation Emulator ExtraPackages: [] +RemovePackages: + - swap-manager + - swap-probe diff --git a/patterns/mobile-adaptation-emulator.yaml b/patterns/mobile-adaptation-emulator.yaml index f2fef53..822bd28 100644 --- a/patterns/mobile-adaptation-emulator.yaml +++ b/patterns/mobile-adaptation-emulator.yaml @@ -14,3 +14,5 @@ Packages: - coregl - emulator-yagl - libpciaccess +- swap-manager +- swap-probe |