# XFCE image for the Pandora handheld console IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es" IMAGE_LOGIN_MANAGER = "shadow" inherit image PR = "r7" export IMAGE_BASENAME = "pandora-xfce-image-nowifi" SPLASH = "psplash-omap3pandora" DEPENDS = "task-base" IMAGE_INSTALL += " \ task-pandora-core \ task-pandora-xfce-nowifi \ ${SPLASH} \ " IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" # reminder: /etc/op-version is now made by recipes/pandora-system/pandora-version.bb # HACK for different serial ports used by different kernels ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '/ttyS2/a ttyO2' ${IMAGE_ROOTFS}/${sysconfdir}/securetty;" # call a script to generate flashes tools automatically ROOTFS_POSTPROCESS_COMMAND += "if [ -e ${HOME}/oe_make_bootf/do.sh ]; then ${HOME}/oe_make_bootf/do.sh ${IMAGE_ROOTFS} ${DEPLOY_DIR_IMAGE}; fi;"