From: Grazvydas Ignotas Date: Tue, 5 Mar 2013 22:48:18 +0000 (+0200) Subject: pandora: add 3.2 kernel as a package X-Git-Tag: sz_154~56 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=f96d81a3825749b36a3ec78bef573a59e87dd9ba;ds=inline pandora: add 3.2 kernel as a package --- diff --git a/recipes/images/pandora-xfce-image.bb b/recipes/images/pandora-xfce-image.bb index 29e1fe1..53af111 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 = "r25" +PR = "r26" export IMAGE_BASENAME = "pandora-xfce-image" @@ -38,6 +38,5 @@ ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '$a S0:2345:once:/sbin/getty 115200 tty ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '$a O2:2345:once:/sbin/getty 115200 ttyO2' ${IMAGE_ROOTFS}/${sysconfdir}/inittab;" ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '/ttyS2/a ttyO2' ${IMAGE_ROOTFS}/${sysconfdir}/securetty;" -# 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;" +# 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;" diff --git a/recipes/tasks/task-pandora-core.bb b/recipes/tasks/task-pandora-core.bb index d6e876e..7b50712 100755 --- a/recipes/tasks/task-pandora-core.bb +++ b/recipes/tasks/task-pandora-core.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps and libs in the Pandora i # Don't forget to bump the PR if you change it. -PR = "r36" +PR = "r37" inherit task @@ -152,6 +152,7 @@ RDEPENDS_${PN} = "\ # angstrom-zeroconf-audio \ angstrom-led-config \ ntpdate \ + omap3-pandora-kernel2 \ " # Make sure we install all kernel modules with the Pandora images