diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/angstrom-x-image.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/images/angstrom-x-image.bb b/recipes/images/angstrom-x-image.bb new file mode 100644 index 0000000000..3f322fbce2 --- /dev/null +++ b/recipes/images/angstrom-x-image.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Image based on the GNOME desktop" + +inherit image + +XSERVER ?= "" + +export IMAGE_BASENAME = "X-image" + +IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in" +ROOTFS_POSTPROCESS_COMMAND += 'install_linguas;' + +IMAGE_LOGIN_MANAGER = "shadow" + +ANGSTROM_EXTRA_INSTALL ?= "" + +SPLASH = "psplash-angstrom" + +IMAGE_INSTALL += " \ + task-base-extended \ + ${ANGSTROM_EXTRA_INSTALL} \ + ${SPLASH} \ + ${XSERVER} \ + angstrom-task-gnome \ + openbox \ + e-wm-config-angstrom \ + task-xfce46-base task-xfce46-extras \ +" + |