X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fimages%2Fpandora-desktop-image.bb;h=bd95141f5698d9ee27435509a6fdb8a14687a174;hp=098aa88c18f96719ad6af361dc4e5b267017e0fa;hb=79beff08f4770e7f4cabfe61707c245b4189a4f0;hpb=305d8ad5b9f329574c2f95d6ec3839dd80b8c460 diff --git a/recipes/images/pandora-desktop-image.bb b/recipes/images/pandora-desktop-image.bb index 098aa88..bd95141 100755 --- a/recipes/images/pandora-desktop-image.bb +++ b/recipes/images/pandora-desktop-image.bb @@ -1,24 +1,21 @@ -# Desktop image for Pandora handheld console +# Desktop image for the Pandora handheld console IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in" -XSERVER ?= "xserver-xorg \ - xf86-input-evdev \ - xf86-input-mouse \ - xf86-video-fbdev \ - xf86-input-keyboard \ -" +IMAGE_LOGIN_MANAGER = "shadow" -ANGSTROM_EXTRA_INSTALL ?= "" +inherit image export IMAGE_BASENAME = "pandora-desktop-image" +SPLASH = "psplash-omap3pandora" + DEPENDS = "task-base" IMAGE_INSTALL += " \ - ${XSERVER} \ - ${ANGSTROM_EXTRA_INSTALL} \ - task-pandora-desktop \ + task-pandora-core \ + task-pandora-desktop \ + ${SPLASH} \ " IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" @@ -26,8 +23,6 @@ IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" #zap root password for release images #ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}' -inherit image - # Helper to say what image we built, include GIT tag and image name. PANDORA_VERSION_FILE = "${IMAGE_ROOTFS}/${sysconfdir}/op-version" ROOTFS_POSTPROCESS_COMMAND += "OLD_PWD=$PWD; cd `dirname '${FILE_DIRNAME}'`; echo Tag Name: `git tag|tail -n 1`> ${PANDORA_VERSION_FILE};cd $OLD_PWD;"