X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fimages%2Fpandora-validation-image.bb;h=090b3bb626e158461e7ad1b025946b81a20c9dd9;hp=c648045bbe333af0a0eaac4092364d09d477510f;hb=a2c7b49776e091d263db6f96a1719e2e49a02b1b;hpb=305d8ad5b9f329574c2f95d6ec3839dd80b8c460 diff --git a/recipes/images/pandora-validation-image.bb b/recipes/images/pandora-validation-image.bb index c648045..090b3bb 100755 --- a/recipes/images/pandora-validation-image.bb +++ b/recipes/images/pandora-validation-image.bb @@ -1,26 +1,21 @@ # Validation image for Pandora handheld console # for hardware testing and flashing images to NAND if copied to the SD in the correct places. -IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in" +inherit image -ANGSTROM_EXTRA_INSTALL ?= "" +PR = "r0" export IMAGE_BASENAME = "pandora-validation-image" DEPENDS = "task-base" IMAGE_INSTALL += " \ - ${ANGSTROM_EXTRA_INSTALL} \ - task-pandora-validation \ + task-pandora-core \ + task-pandora-validation \ " 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;"