diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-03-13 18:45:27 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2015-03-16 17:31:44 +0900 |
commit | 7dc3bf316ad330cdff30e5c607df1f65aae9c15f (patch) | |
tree | 4a9998fc3c0cbfa4be015948baf1d140c601307b /scripts | |
parent | 1d38846d0d09d99b84462d2399edbafb8095accf (diff) | |
download | meta-mobile-7dc3bf316ad330cdff30e5c607df1f65aae9c15f.tar.gz meta-mobile-7dc3bf316ad330cdff30e5c607df1f65aae9c15f.tar.bz2 meta-mobile-7dc3bf316ad330cdff30e5c607df1f65aae9c15f.zip |
Disable 3parts image and add wayland imagesubmit/tizen_mobile/20150316.000002accepted/tizen/mobile/20150316.102756
Since wayland repositories are added in obs, I have needs to generate mobile wayland image.
But this change is not completed yet. I generate this patch for testing in prerelease.
So, please don't review this without my verify.
Change-Id: I52ce2429200386273ae0845aa5e1bee3893f69ca
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mobile-middleware-wayland.post | 3 | ||||
-rw-r--r-- | scripts/mobile-middleware-x11.post | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/mobile-middleware-wayland.post b/scripts/mobile-middleware-wayland.post new file mode 100644 index 0000000..91b8df0 --- /dev/null +++ b/scripts/mobile-middleware-wayland.post @@ -0,0 +1,3 @@ +#!/bin/sh +echo "############### mobile-middleware-wayland.post ################" + diff --git a/scripts/mobile-middleware-x11.post b/scripts/mobile-middleware-x11.post new file mode 100644 index 0000000..e8fc10f --- /dev/null +++ b/scripts/mobile-middleware-x11.post @@ -0,0 +1,3 @@ +#!/bin/sh +echo "############### mobile-middleware-x11.post ################" + |