From: Grazvydas Ignotas Date: Fri, 22 Jun 2012 19:57:27 +0000 (+0300) Subject: pandora-xfce-image.bb: hook in a script to autogenerate bootf.tgz X-Git-Tag: sz_152~65 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=fd04b357bca582d954ae7c9db290ce77aa145e62;hp=817b24387d366902bdc39a909d01ebc962a1000e pandora-xfce-image.bb: hook in a script to autogenerate bootf.tgz let's hack again, like we did last summer let's hack again, like we did last year.. --- diff --git a/recipes/images/pandora-xfce-image.bb b/recipes/images/pandora-xfce-image.bb index f24ed87..276cd4a 100755 --- a/recipes/images/pandora-xfce-image.bb +++ b/recipes/images/pandora-xfce-image.bb @@ -6,7 +6,7 @@ IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es" inherit image -PR = "r20" +PR = "r21" export IMAGE_BASENAME = "pandora-xfce-image" @@ -40,3 +40,4 @@ ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '/ttyS2/a ttyO2' ${IMAGE_ROOTFS}/${sysc # temporary hack for new kernel test ROOTFS_POSTPROCESS_COMMAND += "if [ -e ${HOME}/oe_rootfs_extra.tar.bz2 ]; then tar -C ${IMAGE_ROOTFS}/ -xvf ${HOME}/oe_rootfs_extra.tar.bz2; fi;" +ROOTFS_POSTPROCESS_COMMAND += "if [ -e ${HOME}/oe_make_bootf/do.sh ]; then ${HOME}/oe_make_bootf/do.sh ${IMAGE_ROOTFS} ${DEPLOY_DIR_IMAGE}; fi;"