aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/x11-sato-image.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-12-19 10:04:54 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-12-19 10:04:54 +0000
commit5048be568ce4ce7a33d9560e73a324dcbfcf4455 (patch)
tree1c20c0645818daeb5164b992a2fe5381107a3164 /packages/images/x11-sato-image.bb
parentb2e432d75e8b038f151dbe4799d1c7244b677a1e (diff)
downloadopenembedded-5048be568ce4ce7a33d9560e73a324dcbfcf4455.tar.gz
x11-sato-image: renamed poky-image-base as this image is not related to any of Poky images.
In Poky we have: - poky-image-base - poky-image-sato and x11-sato-image is not any of them. Developers are free to create any images but their naming should be consistent with other images.
Diffstat (limited to 'packages/images/x11-sato-image.bb')
-rw-r--r--packages/images/x11-sato-image.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/images/x11-sato-image.bb b/packages/images/x11-sato-image.bb
new file mode 100644
index 0000000000..0980fc46bf
--- /dev/null
+++ b/packages/images/x11-sato-image.bb
@@ -0,0 +1,29 @@
+DISTRO_SSH_DAEMON ?= "dropbear"
+DISTRO_PACKAGE_MANAGER ?= "ipkg ipkg-collateral"
+
+IMAGE_INSTALL = "\
+ task-base-extended \
+ ${DISTRO_SSH_DAEMON} \
+ ${DISTRO_PACKAGE_MANAGER} \
+ pointercal \
+ matchbox-wm \
+ matchbox-keyboard matchbox-keyboard-applet matchbox-keyboard-im \
+ matchbox-desktop \
+ ${XSERVER} \
+ xserver-kdrive-common xserver-nodm-init \
+ ttf-liberation \
+ xauth xhost xset xrandr \
+ matchbox-sato \
+ matchbox-config-gtk \
+ matchbox-themes-gtk \
+ matchbox-applet-startup-monitor \
+ xcursor-transparent-theme \
+ sato-icon-theme \
+ settings-daemon \
+"
+
+export IMAGE_BASENAME = "poky-base-image"
+IMAGE_LINGUAS = ""
+
+inherit image
+