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=fa9564ecc8327c79e4909ecb7e4f1d84fed1c3cc;hp=098aa88c18f96719ad6af361dc4e5b267017e0fa;hb=df7fd4bc4495ee5631612d9c1e3d1aa17068ad58;hpb=305d8ad5b9f329574c2f95d6ec3839dd80b8c460 diff --git a/recipes/images/pandora-desktop-image.bb b/recipes/images/pandora-desktop-image.bb index 098aa88..fa9564e 100755 --- a/recipes/images/pandora-desktop-image.bb +++ b/recipes/images/pandora-desktop-image.bb @@ -1,24 +1,23 @@ -# 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" + +inherit image -ANGSTROM_EXTRA_INSTALL ?= "" +PR = "r0" 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 +25,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;"