summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobile.yaml1
-rw-r--r--scripts/common-x11.post7
2 files changed, 8 insertions, 0 deletions
diff --git a/mobile.yaml b/mobile.yaml
index a0a4b3e..9400cae 100644
--- a/mobile.yaml
+++ b/mobile.yaml
@@ -64,6 +64,7 @@ X11:
- Common Qt5
PostScripts:
- generic-x11
+ - common-x11
- generic-middleware
- common-middleware
- generic-applications
diff --git a/scripts/common-x11.post b/scripts/common-x11.post
new file mode 100644
index 0000000..e26eae0
--- /dev/null
+++ b/scripts/common-x11.post
@@ -0,0 +1,7 @@
+#!/bin/sh
+echo "#################### common-x11.post ##################"
+
+# tag the background image with the current snapshot id
+arch=$(rpm -qa | grep kernel-common | awk -F- '{printf("%s %s",$3,$4);}')
+/usr/bin/mark_image.py /usr/share/backgrounds/tizen/current "Tizen Common: @BUILD_ID@ $arch" ffffff 50 90 95 95
+