X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fimages%2Fpandora-core-image.bb;h=6576805ea54c505bfcd4931bc29fc279d8790767;hp=04561d36a3b139e984097e61e6853bafcebffd74;hb=f0eba83644cce42fc7aebc88bf890930a14be82a;hpb=305d8ad5b9f329574c2f95d6ec3839dd80b8c460 diff --git a/recipes/images/pandora-core-image.bb b/recipes/images/pandora-core-image.bb index 04561d3..6576805 100755 --- a/recipes/images/pandora-core-image.bb +++ b/recipes/images/pandora-core-image.bb @@ -1,16 +1,22 @@ -# Console image for Pandora handheld console +# Console 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" +IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es" -ANGSTROM_EXTRA_INSTALL ?= "" +IMAGE_LOGIN_MANAGER = "shadow" + +inherit image + +PR = "r0" export IMAGE_BASENAME = "pandora-core-image" +SPLASH = "psplash-omap3pandora" + DEPENDS = "task-base" IMAGE_INSTALL += " \ - ${ANGSTROM_EXTRA_INSTALL} \ - task-pandora-core \ + task-pandora-core \ + ${SPLASH} \ " IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" @@ -19,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;"