diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-04-08 11:06:21 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-04-08 11:06:50 +0900 |
commit | 6eb1e9ce098ca45b73940e57c173a15f8de4db90 (patch) | |
tree | e0393965533021a94f45bc5235a9bb8b3e3fad91 | |
parent | 78cfcae3fc3212e144c878caf7a24349fdff7abb (diff) | |
download | meta-mobile-6eb1e9ce098ca45b73940e57c173a15f8de4db90.tar.gz meta-mobile-6eb1e9ce098ca45b73940e57c173a15f8de4db90.tar.bz2 meta-mobile-6eb1e9ce098ca45b73940e57c173a15f8de4db90.zip |
[TRE-141/147] Remove sys-string and replace kernel for Odroid U3 boot imagesubmit/tizen_mobile/20160408.023841
Change-Id: I7b4eeb2d3570f1ca66e03e4bbd3607b7115e88b0
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r-- | patterns/mobile-base.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-boot-odroid-u3.yaml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/patterns/mobile-base.yaml b/patterns/mobile-base.yaml index ed7c94b..55f3003 100644 --- a/patterns/mobile-base.yaml +++ b/patterns/mobile-base.yaml @@ -9,6 +9,5 @@ Packages: - capi-base-utils - dlogutil - cert-svc-ui -- sys-string - lzo - tizen-locale diff --git a/patterns/mobile-boot-odroid-u3.yaml b/patterns/mobile-boot-odroid-u3.yaml index 25b7c02..425c085 100644 --- a/patterns/mobile-boot-odroid-u3.yaml +++ b/patterns/mobile-boot-odroid-u3.yaml @@ -2,6 +2,6 @@ Summary: Mobile Boot Odroid U3 Description: Mobile Boot Odroid U3 Name: mobile-boot-odroid-u3 Packages: -- arm-odroidu3-linux-kernel -- arm-odroidu3-linux-kernel-modules +- arm-odroidxu3-linux-kernel +- arm-odroidxu3-linux-kernel-modules - u-boot |